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