From 913846d28d70c0a2a6f3cd23b51db483b2f991da Mon Sep 17 00:00:00 2001 From: Illia Silin <98187287+illsilin@users.noreply.github.com> Date: Thu, 11 Sep 2025 14:02:21 -0700 Subject: [PATCH] build and test on gfx942 by default (#2830) [ROCm/composable_kernel commit: bca99a499df5a973120b528f8a3bce8a66682245] --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2b9ea200f0..54a7da0ee3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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,