I'm planning to fix the masked operation scalarazer to not generate suboptimal code on AMD GPUs and other SIMT machines, and so am adding tests now.
3 lines
70 B
INI
3 lines
70 B
INI
if not "AMDGPU" in config.root.targets:
|
|
config.unsupported = True
|