From cc6bfe71fc058779f76223d442e90aeb2ced56b0 Mon Sep 17 00:00:00 2001 From: "Brzak, Branislav" Date: Mon, 12 May 2025 19:29:39 +0200 Subject: [PATCH] SWDEV-528683 - Hardcode valid wavefront compile time options (#306) [ROCm/clr commit: f9199ac205cc5711d59b8fed43f6354c7d7d7deb] --- .../include/hip/amd_detail/hip_cooperative_groups_helper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/hipamd/include/hip/amd_detail/hip_cooperative_groups_helper.h b/projects/clr/hipamd/include/hip/amd_detail/hip_cooperative_groups_helper.h index 995c8e5949..1c0e6227ad 100644 --- a/projects/clr/hipamd/include/hip/amd_detail/hip_cooperative_groups_helper.h +++ b/projects/clr/hipamd/include/hip/amd_detail/hip_cooperative_groups_helper.h @@ -69,7 +69,7 @@ template using is_power_of_2 = std::integral_constant; template -using is_valid_wavefront = std::integral_constant; +using is_valid_wavefront = std::integral_constant; template using is_valid_tile_size =