3 files changed
+3
-3
lines changedSubmodule core-module-reference updated 75 files
- _includes/stdlib-reference-toc.html-1
- _includes/version.inc+1-1
- global-decls/coopvecload-47.md+2-2
- global-decls/coopvecmatmul-47a.md+2-2
- global-decls/coopvecmatmuladd-47ad.md+4-4
- global-decls/coopvecmatmuladdpacked-47adg.md+4-4
- global-decls/coopvecmatmulpacked-47ad.md+2-2
- global-decls/coopvecouterproductaccumulate-47cj.md+2-2
- global-decls/coopvecreducesumaccumulate-47dg.md+2-2
- global-decls/interlockedaddf16emulated-0beh.md+2-2
- global-decls/interlockedaddf16x2-0be.md+2-2
- global-decls/loadaligned-4.md+2-2
- global-decls/operatorx2A.md+7-22
- global-decls/quadall-04.md+3
- global-decls/quadany-04.md+3
- global-decls/quadreadacrossdiagonal-048e.md+3
- global-decls/quadreadacrossx-048e.md+3
- global-decls/quadreadacrossy-048e.md+3
- global-decls/quadreadlaneat-048c.md+3
- global-decls/storealigned-5.md+2-2
- global-decls/waveclusteredrotate-04d.md+3
- global-decls/waverotate-04.md+3
- interfaces/iphysicalbuffer-019/getbufferpointer-039.md+1-1
- summary.txt+3-4
- types/0texture-01/gather-0.md+3
- types/0texture-01/gatheralpha-06.md+3
- types/0texture-01/gatherblue-06.md+3
- types/0texture-01/gathercmp-06.md+3
- types/0texture-01/gathercmpalpha-069.md+3
- types/0texture-01/gathercmpblue-069.md+3
- types/0texture-01/gathercmpgreen-069.md+3
- types/0texture-01/gathercmpred-069.md+3
- types/0texture-01/gathergreen-06.md+3
- types/0texture-01/gatherred-06.md+3
- types/byteaddressbuffer-04b/getbufferpointer-039.md+1-1
- types/coopmat-04/add.md+1-1
- types/coopmat-04/copyfrom-4.md+1-1
- types/coopmat-04/div.md+1-1
- types/coopmat-04/equals.md+1-1
- types/coopmat-04/fill.md+1-1
- types/coopmat-04/getcolumncount-039.md+1-1
- types/coopmat-04/getcount-3.md+1-1
- types/coopmat-04/getlength-03.md+1-1
- types/coopmat-04/getrowcount-036.md+1-1
- types/coopmat-04/index.md+1-1
- types/coopmat-04/init.md+5-5
- types/coopmat-04/lessthan-4.md+1-1
- types/coopmat-04/lessthanorequals-48a.md+1-1
- types/coopmat-04/load-0.md+35-35
- types/coopmat-04/mapelement-03.md+2-2
- types/coopmat-04/mod.md+1-1
- types/coopmat-04/mul.md+1-1
- types/coopmat-04/neg.md+1-1
- types/coopmat-04/reduce2x2-0.md+1-1
- types/coopmat-04/reducecolumn-06.md+1-1
- types/coopmat-04/reducerow-06.md+1-1
- types/coopmat-04/reducerowandcolumn-069c.md+1-1
- types/coopmat-04/store-0.md+12-12
- types/coopmat-04/sub.md+1-1
- types/coopmat-04/subscript.md+1-1
- types/coopmat-04/transpose-0.md+1-1
- types/coopvec-04/load.md+2-2
- types/coopvec-04/store.md+2-2
- types/dispatchnodeinputrecord-08ch/get-0.md+1-1
- types/index.md-2
- types/memoryscope-06/index.md-15
- types/nativestring-06/getbuffer-3.md+1-1
- types/nodepayloadptr-04b.md+1-1
- types/ptr-0/index.md+3-2
- types/ptr-0/init.md+21-13
- types/ptr-0/subscript.md+7-2
- types/rwbyteaddressbuffer-0126d/getbufferpointer-039.md+1-1
- types/tensorview-06/data_ptr.md+1-1
- types/tensorview-06/data_ptr_at.md+2-2
- types/torchtensor-05/data_ptr.md+1-1
- .github/actions/common-setup/action.yml+25-6
- .github/actions/common-test-setup/action.yml+87
- .github/workflows/ci-slang-build.yml+222
- .github/workflows/ci-slang-test.yml+211
- .github/workflows/ci.yml+163-365
- .github/workflows/release.yml+1-1
- prelude/slang-cuda-prelude.h+237-1
- source/slang/hlsl.meta.slang+72-29
- source/slang/slang-capabilities.capdef+2
- tests/cpp-compiler/c-compile-shared-library.c+2-1
- tests/cpp-compiler/cpp-compile-shared-library.cpp+2-1
- tests/hlsl-intrinsic/atomic/atomic-intrinsics-64bit.slang+6-5
- tests/hlsl-intrinsic/quad-control/quad-control-comp-functionality.slang+1
- tests/hlsl-intrinsic/subgroup-quad.slang+10
- tests/hlsl-intrinsic/texture-2d-gather.slang+58
- tests/hlsl-intrinsic/wave-rotate/wave-rotate-clustered.slang+1
- tests/hlsl-intrinsic/wave-rotate/wave-rotate.slang+1
- tools/slang-test/slang-test-main.cpp+7
- .github/workflows/ci-benchmark.yml+1-1
- slangpy/core/dispatchdata.py+4-4
- slangpy/core/function.py+5-5
- slangpy/testing/benchmark/plugin.py+16-12
- slangpy/testing/benchmark/report.py+4-2
- slangpy/testing/benchmark/utils.py+26-10
- slangpy/tests/slangpy_tests/performance.py+27-27
- slangpy/tests/slangpy_tests/test_pointers.py+8-8
- src/sgl/device/shader.cpp+8-5
- src/sgl/device/shader.h+6
- src/slangpy_ext/utils/slangpyfunction.cpp+1-1
- tools/ci.py+39-18
0 commit comments