2 files changed
+2
-2
lines changed- .github/workflows/compile-regression-test.yml+1-2
- .github/workflows/falcor-compiler-perf-test.yml-1
- .github/workflows/falcor-test.yml+1-2
- .github/workflows/push-benchmark-results.yml-1
- .github/workflows/release.yml+4-4
- .gitignore+2-1
- CLAUDE.local.md-48
- CLAUDE.md+4
- CMakeLists.txt+3-3
- CONTRIBUTING.md+67-9
- cmake/RegenerateDllExports.cmake+141
- docs/building.md+56-3
- docs/cuda-target.md+2-2
- docs/design/experimental.md+3-3
- docs/update_spirv.md+1-1
- docs/user-guide/01-get-started.md+2-2
- external/spirv-headers+1-1
- external/spirv-tools+1-1
- external/spirv-tools-generated/build-version.inc+1-1
- external/spirv-tools-generated/core_tables_body.inc+8.5k-8.5k
- external/spirv-tools-generated/core_tables_header.inc+1
- extras/extract-spirv-sources.py+515
- extras/git-hooks/pre-commit+97
- extras/install-git-hooks.sh+68
- extras/macos-sign.json+1-1
- prelude/slang-cuda-prelude.h+181
- slang-tag-version.h.in+1
- source/compiler-core/CMakeLists.txt+2
- source/compiler-core/slang-glslang-compiler.cpp+13-2
- source/compiler-core/slang-nvrtc-compiler.cpp+45-13
- source/slang-glsl-module/CMakeLists.txt+16-1
- source/slang-glsl-module/slang-embedded-glsl-module.cpp+6
- source/slang-glslang/CMakeLists.txt+14-1
- source/slang-rt/CMakeLists.txt+6
- source/slang/CMakeLists.txt+97
- source/slang/hlsl.meta.slang+193-74
- source/slang/slang-api.cpp+43-6
- source/slang/slang-code-gen.cpp+5-1
- source/slang/slang-emit-cpp.cpp+1-10
- source/slang/slang-emit-cuda.cpp+19
- source/slang/slang-emit.cpp+7
- source/slang/slang-ir-spirv-legalize.cpp+13-11
- source/slang/slang-serialize-ast.cpp+4-2
- source/slang/slang-session.cpp+2-1
- tests/cuda/optix-coopvec.slang+140-17
- tests/spirv/copy-logical-loop.slang+39
- tools/CMakeLists.txt+12-1
- tools/gfx/vulkan/glslang-module.cpp+6-2
- tools/slang-unit-test/unit-test-multi-file-module-cache.cpp+118
0 commit comments