Commit 2ea72ba
Read the Docs Bot
Auto-update submodules
1 parent 0191c00 commit 2ea72ba
3 files changed
+3
-3
lines changed- .github/workflows/ci.yml+1
- cmake/LLVM.cmake+6-2
- docs/building.md+1-1
- docs/scripts/release-note.sh+72-29
- external/build-llvm.ps1+1-1
- external/build-llvm.sh+1-1
- prelude/slang-cpp-types.h+7-7
- prelude/slang-cuda-prelude.h+39-35
- source/core/slang-platform.cpp+18-3
- source/slang-glsl-module/CMakeLists.txt+9
- source/slang-glslang/CMakeLists.txt+5-1
- source/slang-llvm/slang-llvm.cpp+2-3
- source/slang/hlsl.meta.slang+11-11
- source/slang/slang-ast-stmt.h-1
- source/slang/slang-check-conversion.cpp+41-3
- source/slang/slang-check-decl.cpp-1
- source/slang/slang-check-expr.cpp+57-7
- source/slang/slang-check-impl.h+42-3
- source/slang/slang-check-overload.cpp+97-19
- source/slang/slang-check-stmt.cpp+4-1
- source/slang/slang-diagnostic-defs.h+5-6
- source/slang/slang-doc-markdown-writer.cpp+37
- source/slang/slang-doc-markdown-writer.h+1
- source/slang/slang-emit-cpp.cpp+20
- source/slang/slang-emit-spirv.cpp+2-2
- source/slang/slang-emit.cpp+7
- source/slang/slang-ir-insts.h+1
- source/slang/slang-ir-redundancy-removal.cpp+113-24
- source/slang/slang-ir-transform-params-to-constref.cpp+287
- source/slang/slang-ir-transform-params-to-constref.h+12
- source/slang/slang-ir.cpp+5
- source/slang/slang-parser.cpp+34-27
- source/slang/slang-parser.h-1
- source/slang/slang-reflection-api.cpp+14-3
- tests/bugs/gh-471.slang+1-1
- tests/compute/comma-operator.slang+3-3
- tests/compute/spirv-array-texel-pointer-atomic.slang+2-2
- tests/compute/spirv-multisampled-array-texel-pointer-atomic.slang+2-2
- tests/cuda/copy-elision-this-1.slang+28
- tests/cuda/copy-elision-this-2.slang+141
- tests/cuda/optix-cluster.slang+2
- tests/cuda/optix-coopvec.slang+2
- tests/cuda/optix-hit-attributes.slang+2
- tests/cuda/optix-ignore-hit.slang+3
- tests/cuda/optix-ser.slang+53-22
- tests/diagnostics/comma-operator-warning-slang2026.slang+19
- tests/diagnostics/comma-operator-warning.slang+24
- tests/hlsl-intrinsic/texture/partial-resident-texture-combined.slang+2-2
- tests/hlsl-intrinsic/texture/partial-resident-texture.slang+2-2
- tests/language-feature/higher-order-functions/overloaded.slang+10-3
- tests/language-feature/higher-order-functions/overloaded.slang.expected-8
- tests/language-feature/pointer/const-ref.slang+4-4
- tests/language-feature/tuple/tuple-expand-call.slang+26
- tests/spirv/atomic-float16-vector.slang+22
- tools/slang-unit-test/unit-test-function-lookup-resolution.cpp+3
- docs/index.rst+18
- docs/src/basics/firstfunctions.rst+20-1
- external/CMakeLists.txt+1-1
- external/slang-rhi+1-1
- samples+1-1
- slangpy/tests/device/test_torch_interop.py+4
- slangpy/tests/slangpy_tests/test_custom_types.py+1
- slangpy/tests/slangpy_tests/test_differential_function_call.py+8-8
- slangpy/tests/slangpy_tests/test_tensor_with_grads.py+2-8
- src/sgl/device/cuda_interop.h+1
- src/sgl/device/reflection.h+1
- src/slangpy_ext/utils/slangpy.h+5
- tests/sgl/device/test_hot_reload.cpp+34-32
0 commit comments