summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir-loop-unroll.cpp
Commit message (Expand)AuthorAge
* Fix crash during loop unrolling. (#5920)Yong He2024-12-20
* formatEllie Hermaszewska2024-10-29
* Report AD checkpoint contexts (#5058)venkataram-nv2024-09-18
* Refactor compiler option representations. (#3598)Yong He2024-02-20
* Add ConstBufferPointer::subscript. (#3415)Yong He2023-12-15
* Small warnings and bugs (#3272)Ellie Hermaszewska2023-10-11
* Various AD Fixes (#3263)Sai Praveen Bangaru2023-10-05
* SPIRV compiler performance fixes. (#3258)Yong He2023-10-04
* Fix various issues with trivial loops (#3149)Sai Praveen Bangaru2023-08-25
* Be more careful about merge blocks during loop inversion (#3136)Ellie Hermaszewska2023-08-17
* Add perf benchmark utility. (#2977)Yong He2023-07-11
* Apply SCCP on global scope before unrolling loops. (#2952)Yong He2023-06-29
* Generate faster derivative for div by const operations. (#2877)Yong He2023-05-10
* Dictionary using lowerCamel (#2835)jsmall-nvidia2023-04-25
* Refactor checkpointing policy and availability pass. (#2826)Yong He2023-04-21
* Type legalization and autodiff bug fixes. (#2722)Yong He2023-03-22
* More fixes for reverse-mode on complicated loops (#2675)Sai Praveen Bangaru2023-02-27
* More control flow simplifications. (#2673)Yong He2023-02-24
* Remove `SharedIRBuilder`. (#2657)Yong He2023-02-16
* Eliminate `continue` to allow unrolling any loops. (#2645)Yong He2023-02-13
* Add Loop Unrolling Pass. (#2644)Yong He2023-02-13