Skip to content

Commit cffdfa1

Browse files
committed
Rename d3d12compute_sm65 ~> hlsl_sm65
1 parent b981258 commit cffdfa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

master/master.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ def get_gpu_dsp_targets(builder_type):
698698

699699
if builder_type.handles_d3d12():
700700
yield "host-d3d12compute", False
701-
yield "host-d3d12compute-d3d12compute_sm65", False
701+
yield "host-d3d12compute-hlsl_sm65", False
702702

703703
# If we're running on a capable GPU, add all optional feature flags to the vulkan target
704704
# which are required to get all the correctness tests to pass

0 commit comments

Comments
 (0)