diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2022-12-02 09:29:38 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-02 09:29:38 -0500 |
| commit | 92ae4949fe1af28ef31331fd4116c8111c057420 (patch) | |
| tree | be4ea011fb7bcd891223a94b3bbd235382afbe5f /tests/bugs/string-inline.slang.expected.txt | |
| parent | 30b5335fed9524101d980618b0749dcaf546c319 (diff) | |
Inline functions with string param/return for GPU targets (#2544)
* #include an absolute path didn't work - because paths were taken to always be relative.
* WIP inlining of functions that take or return string related types on GPU targets.
* Small fixes.
* Added a test.
* Add checking for any getStringHash insts are valid.
* Support getStringHash on CUDA.
* Tweak diagnostic.
Diffstat (limited to 'tests/bugs/string-inline.slang.expected.txt')
| -rw-r--r-- | tests/bugs/string-inline.slang.expected.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/bugs/string-inline.slang.expected.txt b/tests/bugs/string-inline.slang.expected.txt new file mode 100644 index 000000000..92c249efc --- /dev/null +++ b/tests/bugs/string-inline.slang.expected.txt @@ -0,0 +1,4 @@ +4EDB7059 +4EDB7059 +4EDB7059 +4EDB7059 |
