.gitignore
.gitlab-ci.yml
.pre-commit-config.yaml
.readthedocs.yaml
CONTRIBUTING.md
DEVELOP.md
LICENSE.txt
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
.build_agent/ci.py
.github/workflows/ci.yml
.github/workflows/sync-issues-to-project.yml
.github/workflows/wheels.yml
.vscode.default/extensions.json
.vscode.default/launch.json
.vscode.default/settings.json
docs/Makefile
docs/autodiff.rst
docs/broadcasting.rst
docs/buffers.rst
docs/changelog.rst
docs/conf.py
docs/firstfunctions.rst
docs/generator_grid.rst
docs/generator_ids.rst
docs/generator_random.rst
docs/generators.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/mapping.rst
docs/nested.rst
docs/pytorch.rst
docs/releasenotes.rst
docs/requirements.txt
docs/textures.rst
docs/typemethods.rst
docs/_static/theme_overrides.css
docs/_templates/page.html
docs/api/bindings.rst
docs/api/reflection.rst
docs/api/slangpy.rst
examples/autodiff/example.slang
examples/autodiff/main.py
examples/broadcasting/example.slang
examples/broadcasting/main.py
examples/buffers/example.slang
examples/buffers/main.py
examples/first_function/example.slang
examples/first_function/main_numpy.py
examples/first_function/main_scalar.py
examples/generators/ids.slang
examples/generators/main_grid.py
examples/generators/main_ids.py
examples/generators/main_random.py
examples/generators/random.slang
examples/mapping/example.slang
examples/mapping/main.py
examples/nested/example.slang
examples/nested/main.py
examples/pytorch/example.slang
examples/pytorch/main.py
examples/signed_distance_field/example.slang
examples/signed_distance_field/input.png
examples/signed_distance_field/main.py
examples/signed_distance_field/output.png
examples/signed_distance_field/readme.md
examples/signed_distance_field/shape_utils.py
examples/textures/example.slang
examples/textures/main.py
examples/type_methods/example.slang
examples/type_methods/extend_instancelists.py
examples/type_methods/main.py
examples/type_methods/main_instancelists.py
slangpy/__init__.py
slangpy.egg-info/PKG-INFO
slangpy.egg-info/SOURCES.txt
slangpy.egg-info/dependency_links.txt
slangpy.egg-info/requires.txt
slangpy.egg-info/top_level.txt
slangpy/backend/__init__.py
slangpy/backend/falcorwrapper.py
slangpy/bindings/__init__.py
slangpy/bindings/boundvariable.py
slangpy/bindings/boundvariableruntime.py
slangpy/bindings/codegen.py
slangpy/bindings/marshall.py
slangpy/bindings/typeregistry.py
slangpy/builtin/__init__.py
slangpy/builtin/accelerationstructure.py
slangpy/builtin/array.py
slangpy/builtin/deprecated_torch.py
slangpy/builtin/diffpair.py
slangpy/builtin/ndbuffer.py
slangpy/builtin/numpy.py
slangpy/builtin/range.py
slangpy/builtin/resourceview.py
slangpy/builtin/struct.py
slangpy/builtin/structuredbuffer.py
slangpy/builtin/tensor.py
slangpy/builtin/texture.py
slangpy/builtin/value.py
slangpy/builtin/valueref.py
slangpy/core/__init__.py
slangpy/core/calldata.py
slangpy/core/callsignature.py
slangpy/core/dispatchdata.py
slangpy/core/enums.py
slangpy/core/function.py
slangpy/core/instance.py
slangpy/core/logging.py
slangpy/core/module.py
slangpy/core/native.py
slangpy/core/shapes.py
slangpy/core/struct.py
slangpy/core/utils.py
slangpy/experimental/diffbuffer.py
slangpy/experimental/diffinstancelist.py
slangpy/experimental/gridarg.py
slangpy/reflection/__init__.py
slangpy/reflection/reflectiontypes.py
slangpy/slang/atomics.slang
slangpy/slang/callidarg.slang
slangpy/slang/core.slang
slangpy/slang/gridarg.slang
slangpy/slang/randfloatarg.slang
slangpy/slang/slangpy.slang
slangpy/slang/staticarray.slang
slangpy/slang/tensor.slang
slangpy/slang/threadidarg.slang
slangpy/slang/wanghasharg.slang
slangpy/tests/conftest.py
slangpy/tests/helpers.py
slangpy/tests/nested_types.slang
slangpy/tests/nested_types_generics.slang
slangpy/tests/performance.py
slangpy/tests/performance.slang
slangpy/tests/test_buffer_sizes.py
slangpy/tests/test_caching.py
slangpy/tests/test_command_buffer.py
slangpy/tests/test_custom_types.py
slangpy/tests/test_differential_function_call.py
slangpy/tests/test_errors.py
slangpy/tests/test_example_kernel_scalar.slang
slangpy/tests/test_example_kernels.py
slangpy/tests/test_grid.py
slangpy/tests/test_intances.py
slangpy/tests/test_interfaces.py
slangpy/tests/test_linking.py
slangpy/tests/test_map_type_sizes.py
slangpy/tests/test_modules.py
slangpy/tests/test_modules.slang
slangpy/tests/test_name_parse.py
slangpy/tests/test_nd_function_call.py
slangpy/tests/test_numpy.py
slangpy/tests/test_pytorch.py
slangpy/tests/test_raw_dispatch.py
slangpy/tests/test_reflection.py
slangpy/tests/test_return_types.py
slangpy/tests/test_sets_and_hooks.py
slangpy/tests/test_sgl.py
slangpy/tests/test_shapes.py
slangpy/tests/test_signature_hashing.py
slangpy/tests/test_simple_function_call.py
slangpy/tests/test_simple_function_creation.py
slangpy/tests/test_tensor.py
slangpy/tests/test_tensor.slang
slangpy/tests/test_tensor_with_grads.py
slangpy/tests/test_textures.py
slangpy/tests/test_textures.slang
slangpy/tests/test_torchintegration.py
slangpy/tests/test_torchintegration.slang
slangpy/tests/test_transforms.py
slangpy/tests/test_transforms.slang
slangpy/tests/test_type_conformances.py
slangpy/tests/test_vector_function_call.py
slangpy/tests/test_vectorizing.py
slangpy/tests/torchbenchmark.py
slangpy/tests/generated_tests/polynomial_soa.slang
slangpy/tests/generated_tests/polynomial_soa_backwards.slang
slangpy/tests/generated_tests/read_slice_generic_error.slang
slangpy/torchintegration/__init__.py
slangpy/torchintegration/torchfunction.py
slangpy/torchintegration/torchmodule.py
slangpy/torchintegration/torchstruct.py
slangpy/torchintegration/torchtensormarshall.py
slangpy/torchintegration/wrappedtensor.py
slangpy/types/__init__.py
slangpy/types/buffer.py
slangpy/types/callidarg.py
slangpy/types/diffpair.py
slangpy/types/helpers.py
slangpy/types/randfloatarg.py
slangpy/types/tensor.py
slangpy/types/threadidarg.py
slangpy/types/valueref.py
slangpy/types/wanghasharg.py
tools/build_docs.py
tools/fix_imports.py
tools/fix_license.py
tools/fix_version_numbers.py
tools/local_precommit.py