"git@developer.sourcefind.cn:OpenDAS/autoawq.git" did not exist on "712e1834aa683b6b85bb5cdaab74402a9f8a9c7c"
Unverified Commit 7cf89316 authored by Illia Silin's avatar Illia Silin Committed by GitHub
Browse files

Enable ck_tile gemms build in CI by default. (#1850)

* turn on the ck_tile gemm tests by default

* enable ck_tile gemms CI build by default
parent ce448002
...@@ -795,7 +795,7 @@ pipeline { ...@@ -795,7 +795,7 @@ pipeline {
description: "Run the ck_tile FMHA tests (default: OFF)") description: "Run the ck_tile FMHA tests (default: OFF)")
booleanParam( booleanParam(
name: "RUN_CK_TILE_GEMM_TESTS", name: "RUN_CK_TILE_GEMM_TESTS",
defaultValue: false, defaultValue: true,
description: "Run the ck_tile GEMM tests (default: ON)") description: "Run the ck_tile GEMM tests (default: ON)")
booleanParam( booleanParam(
name: "BUILD_INSTANCES_ONLY", name: "BUILD_INSTANCES_ONLY",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment