summaryrefslogtreecommitdiffstats
path: root/tests/compute/kernel-context-threading.slang.expected.txt
Commit message (Collapse)AuthorAge
* Fix for KernelContext threading issue for C++ targets (#1843)jsmall-nvidia2021-05-14
* #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.