mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-14 18:17:44 +00:00
disable CI on gfx1010 by default (#3280)
[ROCm/composable_kernel commit: e857e26bf6]
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -1077,7 +1077,7 @@ pipeline {
|
||||
description: "Build CK and run tests on gfx950 (default: ON)")
|
||||
booleanParam(
|
||||
name: "BUILD_GFX101",
|
||||
defaultValue: true,
|
||||
defaultValue: false,
|
||||
description: "Build CK and run tests on gfx101 (default: OFF)")
|
||||
booleanParam(
|
||||
name: "BUILD_GFX103",
|
||||
|
||||
Reference in New Issue
Block a user