diff options
| author | Anders Leino <aleino@nvidia.com> | 2024-11-11 19:26:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-11 09:26:55 -0800 |
| commit | 9aa7adb417cabfcb441035b415e80691332bcd1b (patch) | |
| tree | 9da3e643338e3870dbd1dab5d7f0dfd5c8a2c037 /tests/autodiff/material | |
| parent | c0d0611b7331bb19e8b0b39143e3be107db5925b (diff) | |
Transfer offset decorations when legalizing laid-out structs (#5525)
* Transfer offset decorations when legalizing laid-out structs
Struct legalization removing fields not representable in memory should transfer all
decorations in case the struct has already had offsets calculated.
Closes #5264.
* format code
---------
Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com>
Co-authored-by: Yong He <yonghe@outlook.com>
Diffstat (limited to 'tests/autodiff/material')
| -rw-r--r-- | tests/autodiff/material/diff-bwd-falcor-material-system.slang | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/autodiff/material/diff-bwd-falcor-material-system.slang b/tests/autodiff/material/diff-bwd-falcor-material-system.slang index df63b317a..6d4101d12 100644 --- a/tests/autodiff/material/diff-bwd-falcor-material-system.slang +++ b/tests/autodiff/material/diff-bwd-falcor-material-system.slang @@ -1,6 +1,5 @@ //TEST(compute, vulkan):COMPARE_COMPUTE_EX:-vk -compute -shaderobj -output-using-type //TEST(compute):COMPARE_COMPUTE_EX:-slang -compute -shaderobj -output-using-type -//DISABLE_TEST(compute):COMPARE_COMPUTE_EX:-wgpu // outputBuffer is defined in IBSDF.slang //TEST_INPUT:ubuffer(data=[0 0 0 0 0 0], stride=4):out,name=outputBuffer |
