Unverified Commit dcbfa795 authored by Illia Silin's avatar Illia Silin Committed by GitHub
Browse files

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

parent 25e2e0f0
...@@ -796,7 +796,7 @@ pipeline { ...@@ -796,7 +796,7 @@ pipeline {
booleanParam( booleanParam(
name: "RUN_CK_TILE_GEMM_TESTS", name: "RUN_CK_TILE_GEMM_TESTS",
defaultValue: false, defaultValue: false,
description: "Run the ck_tile GEMM tests (default: OFF)") description: "Run the ck_tile GEMM tests (default: ON)")
booleanParam( booleanParam(
name: "BUILD_INSTANCES_ONLY", name: "BUILD_INSTANCES_ONLY",
defaultValue: false, defaultValue: false,
......
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