diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2021-04-26 16:15:54 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-26 16:15:54 -0400 |
| commit | 599129dea6930cf64a403e5e0dbd7cc7293df8af (patch) | |
| tree | 7804f13206203c0efb2b0e5f99924841a55e76c8 /tests/compute/default-major.slang.expected.txt | |
| parent | b17701c489ce729d255675d04dc2fff58ac18752 (diff) | |
Matrix tests and assorted bug tests (#1814)
* #include an absolute path didn't work - because paths were taken to always be relative.
* Some test around matrix layout.
* A test for problem with C++ code output.
* Default should be column major CPU/CUDA tests confused this.
* Added column-major test
* Small fixes around tabs/comments
* Diagnostic problem for init of vector type with inappropriate params.
* Test demonstrating inconsistency between GPU and 'CPU-like' non square matrices.
* Added column major non square test.
* Remove vector mismatch - because ambiguity is arguably reasonable because float can silently promote to a vector.
* Small typo fixes for non-square-column-major.slang
Diffstat (limited to 'tests/compute/default-major.slang.expected.txt')
| -rw-r--r-- | tests/compute/default-major.slang.expected.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/compute/default-major.slang.expected.txt b/tests/compute/default-major.slang.expected.txt new file mode 100644 index 000000000..1e24f3253 --- /dev/null +++ b/tests/compute/default-major.slang.expected.txt @@ -0,0 +1,5 @@ +type: float +11.000000 +22.000000 +33.000000 +1.000000 |
