summaryrefslogtreecommitdiffstats
path: root/prelude
Commit message (Expand)AuthorAge
* Immutable access qualifier for pointers and use `__ldg` on cuda. (#8710)Yong He2025-10-16
* Add support targeting older OptiX versions (#8700)Simon Kallweit2025-10-14
* Improve texture loads and stores on CUDA (#8644)Simon Kallweit2025-10-08
* Enhance buffer load specialization pass to specialize past field extracts. (#...Yong He2025-09-30
* Always define OptixTraversableHandle (#8411)Simon Kallweit2025-09-09
* Enable CUDA support for additional HLSL intrinsic tests (#8293)Harsh Aggarwal (NVIDIA)2025-09-04
* Updated support to enable batch3 (#8219)Harsh Aggarwal (NVIDIA)2025-08-20
* Enable CUDA testing for batch 2 (#8147)jarcherNV2025-08-12
* Fix intrinsic LoadLocalRootTableConstant for optix (#7949)Harsh Aggarwal (NVIDIA)2025-08-07
* Initial copy elision pass (#8042)ArielG-NV2025-08-07
* Fix 7441: CUDA boolean vector layout to use 1-byte elements (#7862)Harsh Aggarwal (NVIDIA)2025-08-01
* Fix CUDA backend missing U32_firstbitlow implementation (#7921)Copilot2025-07-29
* fix typo (#7794)Dennis Brakhane2025-07-17
* Perf improvements to IR serialization (#7751)Ellie Hermaszewska2025-07-17
* Fix CUDA issues with texture reads and surface writes (#7780)Mukund Keshava2025-07-16
* Replace SLANG_ALIGN_OF with C++11 alignof (#7523)Julius Ikkala2025-07-03
* 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