From 976827ffec318e1ddf6d0eefab9f67ebc805b404 Mon Sep 17 00:00:00 2001 From: Michael Halkenhaeuser Date: Fri, 12 Jun 2026 05:32:56 -0500 Subject: [PATCH] [CK] Disable DPP kernels, address build fail: not a valid operand Workaround, disabling the corresponding kernels during build. --- bin/run_composable-kernels.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/bin/run_composable-kernels.sh b/bin/run_composable-kernels.sh index 0184330f2..e2d6feaff 100755 --- a/bin/run_composable-kernels.sh +++ b/bin/run_composable-kernels.sh @@ -318,7 +318,13 @@ else fi # For some reason, CK on gfx12 wants this set. -CKCmakeCmd+="-DBUILD_DEV=On" +CKCmakeCmd+="-DBUILD_DEV=On " + +# TODO: Remove this workaround when possible. +# As of 2026-JUN-12 this is needed to bypass DPP-related build errors: +# error: cannot compile inline asm +# :2:33: error: not a valid operand. +CKCmakeCmd+="-DDISABLE_DPP_KERNELS=ON" # Ensure CK build directory is cleaned. if [ "${ShouldRebuildCK}" == 'yes' ]; then