Commit 8c864a4
github-actions
Auto-update submodules
1 parent 2b13658 commit 8c864a4
1 file changed
+1
-1
lines changed- .github/workflows/ci.yml+2
- .github/workflows/wheels.yml+5-1
- README.md+1-1
- docs/api_order.json+1-1
- docs/changelog.rst+17
- docs/generated/api.rst+240-240
- docs/index.rst+1-1
- samples+1-1
- slangpy/core/utils.py+1-1
- src/sgl/CMakeLists.txt+2-2
- src/sgl/core/bitmap.cpp+29-29
- src/sgl/core/bitmap.h+5-5
- src/sgl/core/data_struct.cpp+169-168
- src/sgl/core/data_struct.h+26-26
- src/sgl/core/fwd.h+3-3
- src/sgl/device/shader_cursor.cpp+31-2
- src/sgl/device/shader_cursor.h+1
- src/sgl/sgl.h+1-1
- src/sgl/utils/texture_loader.cpp+2-2
- src/slangpy_ext/CMakeLists.txt+1-1
- src/slangpy_ext/core/bitmap.cpp+5-5
- src/slangpy_ext/core/data_struct.cpp+115
- src/slangpy_ext/core/struct.cpp-114
- src/slangpy_ext/nanobind.h+13-13
- src/slangpy_ext/py_doc.h+88-88
- src/slangpy_ext/slangpy_ext.cpp+2-2
- tests/slangpy/core/test_data_struct.py+17-17
- tests/slangpy/device/test_parameter_block.py+78
- tests/slangpy/device/test_parameter_block.slang+31
- tests/slangpy/device/test_torch_interop.py+4
- tests/slangpy/slangpy_tests/test_tensor.py+3-3
- tests/slangpy/slangpy_tests/test_tensor_with_grads.py+4-4
- vcpkg.json+1-1
0 commit comments