From fb29bd32cc3404455ff92916a91c517823f486dd Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Wed, 2 Nov 2022 09:47:35 -0400 Subject: Shader Execution Reordering (via NVAPI) (#2484) * #include an absolute path didn't work - because paths were taken to always be relative. * Preliminary SER NVAPI support. * Set the DXC compiler version. Fix typo in premake5.lua * Improve DXC version detection. Enable HLSL2021 on late enough version of DXC. * Fix typo. * Fix launch. * Test via DXIL output. * Update dxc-error output. --- tools/slang-test/test-context.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/slang-test/test-context.h') diff --git a/tools/slang-test/test-context.h b/tools/slang-test/test-context.h index 5a48dbcd9..fb391fb42 100644 --- a/tools/slang-test/test-context.h +++ b/tools/slang-test/test-context.h @@ -145,6 +145,7 @@ class TestContext Slang::RefPtr compilerSet; Slang::String exeDirectoryPath; + Slang::String exePath; /// Timeout time for communication over connection. /// NOTE! If the timeout is hit, the connection will be destroyed, and then recreated. -- cgit v1.2.3