https://github.com/shader-slang/slang
Revision 8c593ae0d9894d79295a8e739ac9a33a0e149d4c authored by jsmall-nvidia on 30 May 2018, 15:32:26 UTC, committed by GitHub on 30 May 2018, 15:32:26 UTC
1 parent 8b67c7b
History
Tip revision: 8c593ae0d9894d79295a8e739ac9a33a0e149d4c authored by jsmall-nvidia on 30 May 2018, 15:32:26 UTC
GroupMemoryBarrierWithGroupSync only works on groupshared memory - it doesn't block on global memory accesses. The fix is to copy the values to be processed by InterlockedAdd into shared array. The previous test ran successfully on Dx11, but broke on Dx12. (#586)
Tip revision: 8c593ae
File Mode Size
docs
examples
external
source
tests
tools
.editorconfig -rw-r--r-- 937 bytes
.gitattributes -rw-r--r-- 95 bytes
.gitignore -rw-r--r-- 398 bytes
.gitmodules -rw-r--r-- 107 bytes
.travis.yml -rw-r--r-- 1.6 KB
CODE_OF_CONDUCT.md -rw-r--r-- 3.1 KB
LICENSE -rw-r--r-- 1.1 KB
Makefile -rw-r--r-- 6.3 KB
README.md -rw-r--r-- 4.9 KB
appveyor.yml -rw-r--r-- 3.5 KB
premake5.lua -rw-r--r-- 20.1 KB
slang.h -rw-r--r-- 41.4 KB
slang.sln -rw-r--r-- 8.9 KB
test.bat -rw-r--r-- 1.4 KB

README.md

back to top