Revision fbac017938343724407ab036abd736c942b4e187 authored by jsmall-nvidia on 14 April 2020, 21:00:11 UTC, committed by GitHub on 14 April 2020, 21:00:11 UTC
* Fix CUDA output of a static const array if values are all literals.

* Fix bug in Convert definition.

* Output makeArray such that is deconstructed on CUDA to fill in based on what the target type is. Tries to expand such that there are no function calls so that static const global scope definitions work.

* Fix unbounded-array-of-array-syntax.slang to work correctly on CUDA.

* Remove tabs.

* Check works with static const vector/matrix.

* Fix typo in type comparison.

* Shorten _areEquivalent test.

* Rename _emitInitializerList. Some small comment fixes.

Co-authored-by: Tim Foley <tfoleyNV@users.noreply.github.com>
1 parent cbdee1b
History
File Mode Size
docs
examples
external
prelude
source
tests
tools
.editorconfig -rw-r--r-- 937 bytes
.gitattributes -rw-r--r-- 95 bytes
.gitignore -rw-r--r-- 480 bytes
.gitmodules -rw-r--r-- 774 bytes
.travis.yml -rw-r--r-- 1.7 KB
CODE_OF_CONDUCT.md -rw-r--r-- 3.1 KB
LICENSE -rw-r--r-- 1.1 KB
README.md -rw-r--r-- 7.4 KB
appveyor.yml -rw-r--r-- 4.0 KB
premake5.lua -rw-r--r-- 31.7 KB
slang-com-helper.h -rw-r--r-- 4.8 KB
slang-com-ptr.h -rw-r--r-- 4.8 KB
slang-tag-version.h -rw-r--r-- 36 bytes
slang.h -rw-r--r-- 126.9 KB
slang.sln -rw-r--r-- 10.8 KB
test.bat -rw-r--r-- 1.4 KB
travis_build.sh -rw-r--r-- 460 bytes
travis_test.sh -rw-r--r-- 435 bytes

README.md

back to top