From 71e9030f34bbc60c1612277b265f34222e8ba0a5 Mon Sep 17 00:00:00 2001 From: Illia Silin <98187287+illsilin@users.noreply.github.com> Date: Thu, 30 Jan 2025 07:03:48 -0800 Subject: [PATCH] turn on the ck_tile gemm tests by default (#1849) [ROCm/composable_kernel commit: dcbfa795420d352aaa9af447df69af15653a4c1d] --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2d8f7561f2..b212d2d0ab 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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,