We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f887f1 commit 749deadCopy full SHA for 749dead
1 file changed
master/master.cfg
@@ -697,7 +697,7 @@ def get_gpu_dsp_targets(builder_type):
697
yield "host-opencl", False
698
699
if builder_type.handles_d3d12():
700
- yield "host-d3d12compute", False
+ yield "host-d3d12compute-d3d12compute_sm65", False
701
702
# If we're running on a capable GPU, add all optional feature flags to the vulkan target
703
# which are required to get all the correctness tests to pass
0 commit comments