summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Expand)AuthorAge
...
* Support `out` parameters in backward differentiation. (#2619)Yong He2023-02-01
* Overhauled reverse-mode control flow handling (#2608)Sai Praveen Bangaru2023-01-30
* Register allocation during phi elimination. (#2613)Yong He2023-01-27
* Add ASAN support + fixes (#2614)skallweitNV2023-01-27
* Reimplement address elimination. (#2605)Yong He2023-01-24
* Full address insts elimination for backward autodiff. (#2604)Yong He2023-01-23
* First custom backward-derivative test case working. (#2598)Yong He2023-01-17
* Make backward differentiation work with generics. (#2586)Yong He2023-01-11
* Further unify the autodiff passes. (#2574)Yong He2022-12-21
* Separate primal computations from unzipped function into an explicit function...Yong He2022-12-19
* Refactor shader cache (#2558)skallweitNV2022-12-12
* Cleanup crypto utilities (#2549)skallweitNV2022-12-02
* Enable multithread build in premake (#2545)jsmall-nvidia2022-12-01
* Cleanup DigestBuilder and MD5HashGen (#2539)skallweitNV2022-11-30
* Refactored reverse-mode implementation to use 4 separate passes. (#2531)Sai Praveen Bangaru2022-11-29
* Add LockFile helper class (#2535)skallweitNV2022-11-28
* Refactor Auto-diff passes (#2526)Sai Praveen Bangaru2022-11-22
* Data flow validation pass for diagnosing derivative loss. (#2523)Yong He2022-11-18
* Mesh shader support (#2464)Ellie Hermaszewska2022-11-16
* Make `DifferentialPair` able to nest. (#2477)Yong He2022-11-01
* Shader cache bugfixes and test additions (#2467)lucy96chen2022-10-29
* Legalize array return types. (#2463)Yong He2022-10-26
* PersistentShaderCache integration (#2453)lucy96chen2022-10-19
* Shader cache index implementation (#2452)lucy96chen2022-10-17
* Shader cache index header (#2448)lucy96chen2022-10-13
* Shader caching (#2432)lucy96chen2022-10-12
* Support multi-level break + single-return conversion + general inline. (#2436)Yong He2022-10-10
* IMutableFileSystem::saveFileBlob (#2427)jsmall-nvidia2022-10-03
* Split out MemoryFileSystem (#2422)jsmall-nvidia2022-09-29
* RIFF filesystem improvements (#2418)jsmall-nvidia2022-09-29
* Fix release CI script. (#2421)Yong He2022-09-28
* Fix build script for macos aarch64. (#2420)Yong He2022-09-28
* Make github CI build aarch64 binaries on release. (#2417)Yong He2022-09-28
* Upgrade slang-llvm (#2390)jsmall-nvidia2022-09-01
* DownstreamCompileOptions using POD types (#2381)jsmall-nvidia2022-08-26
* Compiler time evaluation of all int and bool operators. (#2376)Yong He2022-08-24
* Improve binary compatibility for DownstreamCompiler types (#2371)jsmall-nvidia2022-08-22
* Replace DownstreamCompileResult with Artifact (#2369)jsmall-nvidia2022-08-22
* Call `gfx` in slang program. (#2370)Yong He2022-08-20
* Move -Werror to CI (#2362)Eric Engestrom2022-08-17
* Add gfx interface definition in Slang. (#2364)Yong He2022-08-16
* IDownstreamCompiler interface (#2361)jsmall-nvidia2022-08-16
* Move metadata/diagnostics to associated types (#2358)jsmall-nvidia2022-08-16
* Remove CompileResult to use IArtifact (#2357)jsmall-nvidia2022-08-16
* Add `none` literal that is convertible to `Optional`. (#2356)Yong He2022-08-10
* `is` and `as` operator and `Optional<T>`. (#2355)Yong He2022-08-10
* Yet more refactoring around Artifact (#2352)jsmall-nvidia2022-08-10
* Artifact split interface and implementation (#2349)jsmall-nvidia2022-08-09
* Added a new differential type system and various improvements (#2343)Sai Praveen Bangaru2022-08-05
* Split debug-layer into smaller files (#2344)lucy96chen2022-08-04