diff options
| author | Sai Praveen Bangaru <31557731+saipraveenb25@users.noreply.github.com> | 2023-08-14 03:23:32 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-14 00:23:32 -0700 |
| commit | 0403e0556b470f6b316153caea2dc6f5c314da5b (patch) | |
| tree | 1271dbddc28a6fccaa680dd3a6dc68fadcf45115 /tests/autodiff/nested-loop-unroll.slang.expected.txt | |
| parent | e689d5ee8e9724fee018aa14be24f9679ec5c851 (diff) | |
Fix issue with nested loop unrolling (#3100)
* Do not eliminate single-iter-loops that have inner loops using their break label.
* Add test
* Delete out-old.hlsl
* Update slang-ir-autodiff-cfg-norm.cpp
* Fix whitespace
Diffstat (limited to 'tests/autodiff/nested-loop-unroll.slang.expected.txt')
| -rw-r--r-- | tests/autodiff/nested-loop-unroll.slang.expected.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/autodiff/nested-loop-unroll.slang.expected.txt b/tests/autodiff/nested-loop-unroll.slang.expected.txt new file mode 100644 index 000000000..c34bf7c0d --- /dev/null +++ b/tests/autodiff/nested-loop-unroll.slang.expected.txt @@ -0,0 +1,5 @@ +type: float +60.000000 +0.000000 +0.000000 +0.000000 |
