diff options
| author | Sai Praveen Bangaru <31557731+saipraveenb25@users.noreply.github.com> | 2023-09-19 18:51:24 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-19 18:51:24 -0400 |
| commit | 739c3a7b53dc6489065fcd5e9f0a04370c5f9c8f (patch) | |
| tree | 593c86cbc184476479c66554cc6784b454bdec66 /tests/autodiff/long-while-loop.slang | |
| parent | 359fdc9d556b4c493c588c5b8f93df85933634f8 (diff) | |
Added `[AutoPyBindCUDA]` for automatic kernel binding + `[PyExport]` for exporting type information (#3209)
* Initial: add a DiffTensor impl
* Auto-binding and diff tensor implementations now work
* Refactored diff-tensor implementation + added py-export for struct types
* Cleanup
* Update slang-ir-pytorch-cpp-binding.cpp
* Updated test names
* Update autodiff-data-flow.slang.expected
* Add more versions of load/store & default generic args for DiffTensorView.
* Add diagnostic for default generic arg and more tests
* Add more `[AutoPyBind]` tests
Diffstat (limited to 'tests/autodiff/long-while-loop.slang')
| -rw-r--r-- | tests/autodiff/long-while-loop.slang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/autodiff/long-while-loop.slang b/tests/autodiff/long-while-loop.slang index 20d802e2a..c329bd757 100644 --- a/tests/autodiff/long-while-loop.slang +++ b/tests/autodiff/long-while-loop.slang @@ -25,7 +25,7 @@ float sin_series(float x, int iterations) // This differs from ./long-loop.slang in that it uses an equivalent do/while // loop, this tests checks that induction variables are still correctly identified. -// CHECK: struct s_bwd_sin_series_Intermediates +// CHECK: struct s_bwd_prop_sin_series_Intermediates // CHECK-NOT: int {{[A-Za-z0-9_]+}}[{{.*}}] // CHECK: } |
