turn on the ck_tile gemm tests by default (#1849)

This commit is contained in:
Illia Silin
2025-01-30 07:03:48 -08:00
committed by GitHub
parent 25e2e0f04a
commit dcbfa79542

2
Jenkinsfile vendored
View File

@@ -796,7 +796,7 @@ pipeline {
booleanParam(
name: "RUN_CK_TILE_GEMM_TESTS",
defaultValue: false,
description: "Run the ck_tile GEMM tests (default: OFF)")
description: "Run the ck_tile GEMM tests (default: ON)")
booleanParam(
name: "BUILD_INSTANCES_ONLY",
defaultValue: false,