https://github.com/shader-slang/slang
Revision 76b9ff6e65b4bd2be04a5bab0eb1464455c4b3ff authored by jsmall-nvidia on 16 March 2020, 19:01:21 UTC, committed by GitHub on 16 March 2020, 19:01:21 UTC
Support for cs_6_5 cand cs_6_4 in profile
Added wave-multi-prefix.slang etst
1 parent 256a20a
Raw File
Tip revision: 76b9ff6e65b4bd2be04a5bab0eb1464455c4b3ff authored by jsmall-nvidia on 16 March 2020, 19:01:21 UTC
CUDA support of MultiPrefix Wave intrinsics. (#1275)
Tip revision: 76b9ff6
.gitignore
*.exe
*.pdb
.vs
*.VC.opendb
*.VC.db
*.vcxproj.user
*.sdf
*.ilk
*.obj
bin/
intermediate/
build.*/

# Files generated by test runner.
#
# Note: in some cases a `.expected` file needs to be checked in, but
# trying to exhaustively enumerate those cases is hard with the
# way the tests are currently sorted.

*.actual
*.expected
*.expected.png
*.actual.png
*.actual.txt

tests/**/*.exp
tests/**/*.lib
tests/**/*.dll
tests/**/*.cpp

# Files generated by other shader compilers

*.spv
back to top