summaryrefslogtreecommitdiff
path: root/tests/compute/kernel-context-threading.slang
AgeCommit message (Collapse)Author
2021-05-14Fix for KernelContext threading issue for C++ targets (#1843)jsmall-nvidia
* #include an absolute path didn't work - because paths were taken to always be relative. * Fix for issue where threading KernelContext was not working on C++ test when there were multiple invocations. * Improve test for context threading.