index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
prelude
Age
Commit message (
Expand
)
Author
2025-05-30
Enable LSS hit object test (#7273)
Mukund Keshava
2025-05-27
Add LSS intrinsics (#7200)
Mukund Keshava
2025-05-26
Implement shader execution reordering support for OptiX (#7211)
Harsh Aggarwal (NVIDIA)
2025-05-20
[CUDA] Add template specializations for signed integer texture fetches (#7161)
Simon Kallweit
2025-05-12
cuda: Add more formats for texture read/write (#7012)
Mukund Keshava
2025-05-09
Fix various intptr_t issues by defining its width in `getIntTypeInfo` (#6786)
Julius Ikkala
2025-05-07
[CUDA] Fix surface write intrinsics (#7004)
Simon Kallweit
2025-05-05
Add countbits 16-bit and 8-bit support (#6433) (#6897)
sricker-nvidia
2025-04-30
Add subscript operator support in cuda (#6830)
Mukund Keshava
2025-04-19
Implement 64bit countbits intrinsic (#6433) (#6845)
sricker-nvidia
2025-03-25
Improve embed tool to search all include directories as determined by CMake (...
Sai Praveen Bangaru
2025-02-05
Fix matrix comparison operators on CPU (#6296)
Julius Ikkala
2025-01-28
Added const version for the operator[] in Matrix (#6186)
Norbert Nopper
2025-01-24
Add intptr_t abs/min/max operations for CPU & CUDA targets (#6160)
Julius Ikkala
2025-01-24
Fix static build and install (#6158)
Dario Mylonopoulos
2024-11-25
Fix issue with slang-embed & include ordering (#5680)
Sai Praveen Bangaru
2024-11-07
Fix CUDA prelude for makeMatrix (#5509)
Yong He
2024-10-29
format
Ellie Hermaszewska
2024-10-29
format cmake files (#5406)
Ellie Hermaszewska
2024-10-28
Replace the word stdlib or standard-library with core-module for source code ...
Jay Kwak
2024-10-24
declutter top level CMakeLists.txt (#5391)
Ellie Hermaszewska
2024-10-17
Cleanup atomic intrinsics. (#5324)
Yong He
2024-10-04
Allow building using external dependencies (#5076)
Tobias Frisch
2024-07-24
Add missing make_bool intrinsics in cuda prelude. (#4735)
Yong He
2024-07-18
Allow CPP/CUDA/Metal to lower/legalize buffer-elements to support column_majo...
ArielG-NV
2024-07-17
Move the file public header files to `include` dir (#4636)
kaizhangNV
2024-07-10
Add `float16` support to slang-torch (#4584)
Sai Praveen Bangaru
2024-07-05
Correct type for double log10 (#4550)
Ellie Hermaszewska
2024-07-01
Error out when constructing tensor views from tensors with 0 stride. (#4516)
Sai Praveen Bangaru
2024-04-24
Prevent pointer validation for zero-size arrays (#4021)
Sai Praveen Bangaru
2024-04-24
Avoid DXC warnings for missing bitwise op parantheses (#4004)
Jay Kwak
2024-04-03
Implement 8.14-8.19 of OpenGL-GLSL specification
ArielG-NV
2024-03-08
Improve cpp prelude. (#3725)
Yong He
2024-02-24
Enable SLANG_MAKE_VECTOR calls when using SLANG_CUDA_ENABLE_HALF without SLAN...
NBickford
2024-01-24
Generate lookup tables from cmake (#3461)
Ellie Hermaszewska
2023-12-08
WIP: CMake (#3326)
Ellie Hermaszewska
2023-11-07
CUDA: Fixes for NVRTC 12.x and warp mask ambiguity; adds CC 8.x warp reductio...
Neil Bickford
2023-10-26
Make the exponent return value from frexp int (#3284)
Ellie Hermaszewska
2023-09-23
More `slangpy` features + polishing (#3233)
Sai Praveen Bangaru
2023-09-08
Add check for contiguous tensors (#3199)
Sai Praveen Bangaru
2023-09-08
Remove unsupported torch types + add bool type. (#3197)
Sai Praveen Bangaru
2023-08-24
Misc. SPIRV Fixes, Part 2. (#3147)
Yong He
2023-08-23
Lower all ByteAddressBuffer uses for SPIRV. (#3143)
Yong He
2023-08-02
Only define atomics for `float2` and `float4` when CUDA arch<900 (#3041)
Sai Praveen Bangaru
2023-07-14
Avoid implicit casts or device transfers. (#2992)
Sai Praveen Bangaru
2023-07-12
Fix native string emit for CUDA/Cpp backend. (#2980)
Yong He
2023-06-27
Support for infinite literal of from 34.2432#INF (#2944)
jsmall-nvidia
2023-05-09
Various fixes for autodiff and slangpy. (#2876)
Yong He
2023-04-13
Set sharedMem argument to 0 when launching cuda kernel. (#2799)
Yong He
2023-04-11
Small fixes to TorchTensor. (#2790)
Yong He
[next]