mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-06-05 20:55:59 +00:00
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
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -795,7 +795,7 @@ pipeline {
|
||||
description: "Run the ck_tile FMHA tests (default: OFF)")
|
||||
booleanParam(
|
||||
name: "RUN_CK_TILE_GEMM_TESTS",
|
||||
defaultValue: false,
|
||||
defaultValue: true,
|
||||
description: "Run the ck_tile GEMM tests (default: ON)")
|
||||
booleanParam(
|
||||
name: "BUILD_INSTANCES_ONLY",
|
||||
|
||||
Reference in New Issue
Block a user