diff options
| author | Mukund Keshava <mkeshava@nvidia.com> | 2025-05-12 11:09:41 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-12 11:09:41 +0530 |
| commit | 03f9242489d5598c9c7594ac12e269f57a018cda (patch) | |
| tree | 2315d185985aa9d65dd4e3db8e1bf8d7a79d77c8 /tests/compute/texture-subscript-cuda.slang.expected.txt | |
| parent | b46c342f47b61119a0dc517ce6eb75eab3398504 (diff) | |
cuda: Add more formats for texture read/write (#7012)
* WiP: Add more formats for texture reads
* fix test
* format code
* add float2/float4 versions for 1D and 3D as well
* fixed review comment
* fix review comments
---------
Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com>
Co-authored-by: Ellie Hermaszewska <ellieh@nvidia.com>
Diffstat (limited to 'tests/compute/texture-subscript-cuda.slang.expected.txt')
| -rw-r--r-- | tests/compute/texture-subscript-cuda.slang.expected.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/compute/texture-subscript-cuda.slang.expected.txt b/tests/compute/texture-subscript-cuda.slang.expected.txt index 133a47e56..698717361 100644 --- a/tests/compute/texture-subscript-cuda.slang.expected.txt +++ b/tests/compute/texture-subscript-cuda.slang.expected.txt @@ -1,7 +1,7 @@ 0 0 -3F800000 -3F800000 -3F800000 +40E00000 +40E00000 +40E00000 0 0
\ No newline at end of file |
