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