Commit 63e5e7d
Read the Docs Bot
Auto-update submodules
1 parent 48f78b5 commit 63e5e7d
2 files changed
+2
-2
lines changed- .github/workflows/ci.yml+2-1
- docs/command-line-slangc-reference.md+5-1
- external/slang-rhi+1-1
- include/slang.h+3
- source/compiler-core/slang-test-server-protocol.cpp+1
- source/compiler-core/slang-test-server-protocol.h+1
- source/core/slang-command-options-writer.cpp+5-10
- source/core/slang-io.cpp+15-2
- source/core/slang-process-util.h+2
- source/core/slang-std-writers.h+25
- source/slang/core.meta.slang+27-1
- source/slang/slang-check-decl.cpp+43-6
- source/slang/slang-ir-entry-point-uniforms.cpp+112-9
- source/slang/slang-ir-glsl-legalize.cpp+4-6
- source/slang/slang-ir-legalize-composite-select.cpp+13-10
- source/slang/slang-ir-legalize-matrix-types.cpp+55
- source/slang/slang-ir.cpp+7-7
- source/slang/slang-options.cpp+9-2
- tests/hlsl-intrinsic/matrix-cast-to-vector.slang+4-5
- tests/language-feature/bitfield/msvc-mixed.slang+40
- tests/language-feature/bitfield/msvc-repr-mixed.slang+38
- tests/language-feature/bitfield/msvc-repr.slang+36
- tests/language-feature/bitfield/msvc-simple.slang+31
- tests/language-feature/bitfield/msvc-sizeof.slang+43
- tests/language-feature/bitfield/msvc-zero-width.slang+30
- tests/language-feature/bitfield/repr-mixed.slang+36
- tests/language-feature/bitfield/repr.slang+36
- tests/language-feature/matrix-select.slang+45
- tests/pipeline/ray-tracing/ray-tracing-paramblock-regression.slang+43
- tools/gfx-unit-test/gfx-test-util.cpp+1-28
- tools/render-test/render-test-main.cpp+3-19
- tools/render-test/slang-support.h+56
- tools/slang-test/slang-test-main.cpp+40
- tools/slang-unit-test/unit-test-lock-file.cpp+6
- tools/test-server/test-server-main.cpp+11
- tools/unit-test/slang-unit-test.h+6
- .github/workflows/ci-gcp.yml+13-1
- .github/workflows/ci-latest-slang.yml+7-1
- .github/workflows/ci.yml+17-3
- .gitignore+2
- .vscode-default/launch.json+39-1
- samples+1-1
- slangpy/__init__.py-4
- slangpy/builtin/deprecated_torch.py-649
- slangpy/core/calldata.py+88-6
- slangpy/core/function.py+23-1
- slangpy/core/module.py-8
- slangpy/core/utils.py+47-2
- slangpy/tests/conftest.py+16
- slangpy/tests/device/sglhelpers.py+10
- slangpy/tests/device/test_buffer.py+1-5
- slangpy/tests/device/test_device.py+1-1
- slangpy/tests/device/test_shader.py+5-3
- slangpy/tests/slangpy_tests/conftest.py-1
- slangpy/tests/slangpy_tests/helpers.py+44-5
- slangpy/tests/slangpy_tests/performance.py+1-2
- slangpy/tests/slangpy_tests/test_call_group_integrations.py+909-909
- slangpy/tests/slangpy_tests/test_custom_types.py+4
- slangpy/tests/slangpy_tests/test_dtypes.py+10-10
- slangpy/tests/slangpy_tests/test_pytorch.py+13-49
- slangpy/tests/slangpy_tests/test_torchbuffers.py+5-2
- slangpy/tests/slangpy_tests/test_torchintegration.py+61-16
- slangpy/torchintegration/__init__.py-8
- slangpy/torchintegration/autogradhook.py+177
- slangpy/torchintegration/torchfunction.py-344
- slangpy/torchintegration/torchmodule.py-159
- slangpy/torchintegration/torchstruct.py-87
- slangpy/torchintegration/torchtensormarshall.py+271
- slangpy/torchintegration/wrappedtensor.py-322
- src/sgl/core/file_system_watcher.cpp+14-5
- src/sgl/core/logger.cpp+37-24
- src/sgl/core/logger.h+4
- src/sgl/device/cuda_interop.h+1
- src/sgl/device/cuda_utils.cpp+68-8
- src/sgl/device/cuda_utils.h+10-4
- src/sgl/device/device.cpp+136-23
- src/sgl/device/device.h+5-3
- src/sgl/device/kernel.cpp+13-9
- src/sgl/device/kernel.h+9-1
- src/sgl/device/resource.cpp+8-4
- src/sgl/device/types.h+2
- src/slangpy_ext/core/logger.cpp+2-1
- src/slangpy_ext/device/device.cpp+1
- src/slangpy_ext/device/kernel.cpp+13-1
- src/slangpy_ext/nanobind.h+1
- src/slangpy_ext/utils/slangpy.cpp+174-12
- src/slangpy_ext/utils/slangpy.h+94-4
- src/slangpy_ext/utils/slangpyfunction.cpp+8-2
- src/slangpy_ext/utils/slangpyfunction.h+9-7
- src/slangpy_ext/utils/slangpystridedbufferview.cpp+1-1
- tools/ci.py+2-2
0 commit comments