diff options
| author | Sai Praveen Bangaru <31557731+saipraveenb25@users.noreply.github.com> | 2022-11-01 12:55:36 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-01 09:55:36 -0700 |
| commit | 1817e9530989072ac34ff16d11fcc570f7862998 (patch) | |
| tree | 2758ef08f83d8eca3b7d8ccc95a73579fccd88b2 /tests/autodiff/dstdlib-vector.slang.expected.txt | |
| parent | cbc1eff56057f199183bb7c17d8a360326512367 (diff) | |
Added a vector intrinsic definition for exp (to serve as template for other vector intrinsics) (#2481)
* Added vector exp definition
* Naming
Diffstat (limited to 'tests/autodiff/dstdlib-vector.slang.expected.txt')
| -rw-r--r-- | tests/autodiff/dstdlib-vector.slang.expected.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/autodiff/dstdlib-vector.slang.expected.txt b/tests/autodiff/dstdlib-vector.slang.expected.txt new file mode 100644 index 000000000..3ab3a05e5 --- /dev/null +++ b/tests/autodiff/dstdlib-vector.slang.expected.txt @@ -0,0 +1,7 @@ +type: float +465.415999 +1326.871736 +0.000000 +0.000000 +0.000000 +0.000000 |
