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 cc875ee commit bb0b48bCopy full SHA for bb0b48b
tools/clang/test/taef_exec/lit.cfg
@@ -69,6 +69,9 @@ if config.unsupported == False:
69
if agility_sdk:
70
extra_params.append('/p:')
71
extra_params.append('D3D12SDKVersion=1')
72
+ extra_params.append('/p:')
73
+ extra_params.append('D3D12SDKPath=' + agility_sdk)
74
+ print(f"Using Agility SDK from {agility_sdk}")
75
76
warp_dll = getattr(config, 'warp_dll', None)
77
if warp_dll:
0 commit comments