We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da198ac commit f9199acCopy full SHA for f9199ac
hipamd/include/hip/amd_detail/hip_cooperative_groups_helper.h
@@ -69,7 +69,7 @@ template <unsigned int size>
69
using is_power_of_2 = std::integral_constant<bool, (size & (size - 1)) == 0>;
70
71
template <unsigned int size>
72
-using is_valid_wavefront = std::integral_constant<bool, (size <= __AMDGCN_WAVEFRONT_SIZE)>;
+using is_valid_wavefront = std::integral_constant<bool, size <= 64>;
73
74
75
using is_valid_tile_size =
0 commit comments