SWDEV-528683 - Hardcode valid wavefront compile time options (#306)
[ROCm/clr commit: f9199ac205]
Tento commit je obsažen v:
@@ -69,7 +69,7 @@ template <unsigned int size>
|
||||
using is_power_of_2 = std::integral_constant<bool, (size & (size - 1)) == 0>;
|
||||
|
||||
template <unsigned int size>
|
||||
using is_valid_wavefront = std::integral_constant<bool, (size <= __AMDGCN_WAVEFRONT_SIZE)>;
|
||||
using is_valid_wavefront = std::integral_constant<bool, size <= 64>;
|
||||
|
||||
template <unsigned int size>
|
||||
using is_valid_tile_size =
|
||||
|
||||
Odkázat v novém úkolu
Zablokovat Uživatele