build and test on gfx942 by default (#2830)

[ROCm/composable_kernel commit: bca99a499d]
This commit is contained in:
Illia Silin
2025-09-11 14:02:21 -07:00
committed by GitHub
parent a6bcf8ec3b
commit 913846d28d

4
Jenkinsfile vendored
View File

@@ -1033,8 +1033,8 @@ pipeline {
description: "Build CK and run tests on gfx90a (default: ON)")
booleanParam(
name: "BUILD_GFX942",
defaultValue: false,
description: "Build CK and run tests on gfx942 (default: OFF)")
defaultValue: true,
description: "Build CK and run tests on gfx942 (default: ON)")
booleanParam(
name: "BUILD_GFX950",
defaultValue: false,