2 files changed
+2
-2
lines changed- .github/actions/format-setup/action.yml+1-1
- CMakeLists.txt+2-2
- cmake/SlangTarget.cmake+1-1
- docs/command-line-slangc-reference.md+1-1
- extras/formatting.sh+8-1
- prelude/slang-cuda-prelude.h+232-5
- source/core/slang-string.h+2-3
- source/slang/hlsl.meta.slang+17-6
- source/slang/slang-check-conversion.cpp+5-1
- source/slang/slang-check-decl.cpp+32
- source/slang/slang-diagnostic-defs.h+11
- source/slang/slang-emit-metal.cpp+4
- source/slang/slang-emit-spirv.cpp+12-1
- source/slang/slang-emit.cpp+21-2
- source/slang/slang-options.cpp+1-1
- source/slang/slang-parser.cpp+30-1
- tests/autodiff/matrix-row-major-dedup.slang+51
- tests/autodiff/matrix-row-major-dedup.slang.expected.txt+20
- tests/compute/texture-subscript-cuda.slang+105-2
- tests/compute/texture-subscript-cuda.slang.expected.txt+4
- tests/cooperative-vector/atan.slang+1-1
- tests/cooperative-vector/clamp.slang+1-1
- tests/cooperative-vector/copyFrom.slang+1-1
- tests/cooperative-vector/div.slang+1-1
- tests/cooperative-vector/exp.slang+1-1
- tests/cooperative-vector/fill.slang+1-1
- tests/cooperative-vector/fma.slang+1-1
- tests/cooperative-vector/load-store-arbitrary-array-vec.slang+1-1
- tests/cooperative-vector/load-store-groupshared.slang+1-1
- tests/cooperative-vector/log.slang+1-1
- tests/cooperative-vector/matrix-mul-bias-mut.slang+3-3
- tests/cooperative-vector/matrix-mul-bias-packed-mut.slang+2-1
- tests/cooperative-vector/matrix-mul-bias-packed.slang+2-1
- tests/cooperative-vector/matrix-mul-bias-rw-packed.slang+3-3
- tests/cooperative-vector/matrix-mul-bias-rw.slang+3-3
- tests/cooperative-vector/matrix-mul-bias-rwbyteaddress-packed.slang+3-3
- tests/cooperative-vector/matrix-mul-bias-structuredbuffer-packed.slang+2-2
- tests/cooperative-vector/matrix-mul-bias.slang+3-3
- tests/cooperative-vector/matrix-mul-byteaddress.slang+3-3
- tests/cooperative-vector/matrix-mul-mut.slang+3-3
- tests/cooperative-vector/matrix-mul-packed-mut.slang+3-3
- tests/cooperative-vector/matrix-mul-packed.slang+3-3
- tests/cooperative-vector/matrix-mul-rw-packed.slang+3-3
- tests/cooperative-vector/matrix-mul-rw.slang+3-3
- tests/cooperative-vector/matrix-mul-rwbyteaddress-packed.slang+3-3
- tests/cooperative-vector/matrix-mul-structuredbuffer-packed.slang+3-3
- tests/cooperative-vector/matrix-mul.slang+3-3
- tests/cooperative-vector/max.slang+1-1
- tests/cooperative-vector/min.slang+1-1
- tests/cooperative-vector/mul.slang+1-1
- tests/cooperative-vector/outer-product-structuredbuffer.slang+2-2
- tests/cooperative-vector/outer-product.slang+2-2
- tests/cooperative-vector/reduce-sum-accumulate-structuredbuffer.slang+1-1
- tests/cooperative-vector/reduce-sum-accumulate.slang+1-1
- tests/cooperative-vector/scalar-mul.slang+1-1
- tests/cooperative-vector/simple.slang+1-1
- tests/cooperative-vector/step.slang+1-1
- tests/cooperative-vector/sub.slang+1-1
- tests/cooperative-vector/subscript.slang+1-1
- tests/cooperative-vector/tanh.slang+1-1
- tests/cooperative-vector/unary.slang+1-1
- tests/cooperative-vector/variadic-init-bad-length.slang+1-1
- tests/cooperative-vector/variadic-init-cast.slang+1-1
- tests/cooperative-vector/variadic-init.slang+1-1
- tests/cross-compile/sign-wgsl.slang+31
- tests/diagnostics/generic-value-parameter-float-type.slang+41
- tests/diagnostics/global-const-uniform-with-init.slang+49
- tests/diagnostics/global-uniform.slang+1-1
- tests/diagnostics/global-uniform.slang.expected-3
- tests/expected-failure-github.txt+25-3
- tests/expected-failure-via-glsl.txt+19
- tests/glsl/layout-scalar-qualifier.slang+39
- tests/metal/metal-pointer-params.slang+28
- external/slang-rhi+1-1
- samples+1-1
- slangpy/core/utils.py+3
- slangpy/tests/device/test_device.py+73
- slangpy/tests/slangpy_tests/test_pointers.py+111-1
- src/sgl/device/command.cpp+6
- src/sgl/device/command.h+8
- src/sgl/device/native_handle.h+6
- src/slangpy_ext/device/command.cpp+1
- src/slangpy_ext/device/native_handle.cpp+5-3
0 commit comments