summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Expand)Author
2023-03-27Using SourceMap for location output (#2736)jsmall-nvidia
2023-03-27Use c++17 standard (#2686)Ellie Hermaszewska
2023-03-26Add PyTorch C++ binding generation. (#2734)Yong He
2023-03-22Source map obfuscation (#2717)jsmall-nvidia
2023-03-21Add texture tri-linear autodiff example. (#2715)Yong He
2023-03-16Preliminary SourceMap support (#2701)jsmall-nvidia
2023-03-15AD: Primal-Hoisting Rework + Checkpoint Policy Framework (#2702)Sai Praveen Bangaru
2023-02-24More control flow simplifications. (#2673)Yong He
2023-02-16Remove `SharedIRBuilder`. (#2657)Yong He
2023-02-13Add Loop Unrolling Pass. (#2644)Yong He
2023-02-07Arithmetic simplifications and more IR clean up logic. (#2632)Yong He
2023-02-03Use SPIR-V opcode names rather than numbers (#2571)Ellie Hermaszewska
2023-02-01Support `out` parameters in backward differentiation. (#2619)Yong He
2023-01-30Overhauled reverse-mode control flow handling (#2608)Sai Praveen Bangaru
2023-01-27Register allocation during phi elimination. (#2613)Yong He
2023-01-27Add ASAN support + fixes (#2614)skallweitNV
2023-01-24Reimplement address elimination. (#2605)Yong He
2023-01-23Full address insts elimination for backward autodiff. (#2604)Yong He
2023-01-17First custom backward-derivative test case working. (#2598)Yong He
2023-01-11Make backward differentiation work with generics. (#2586)Yong He
2022-12-21Further unify the autodiff passes. (#2574)Yong He
2022-12-19Separate primal computations from unzipped function into an explicit function...Yong He
2022-12-12Refactor shader cache (#2558)skallweitNV
2022-12-02Cleanup crypto utilities (#2549)skallweitNV
2022-12-01Enable multithread build in premake (#2545)jsmall-nvidia
2022-11-30Cleanup DigestBuilder and MD5HashGen (#2539)skallweitNV
2022-11-29Refactored reverse-mode implementation to use 4 separate passes. (#2531)Sai Praveen Bangaru
2022-11-28Add LockFile helper class (#2535)skallweitNV
2022-11-22Refactor Auto-diff passes (#2526)Sai Praveen Bangaru
2022-11-18Data flow validation pass for diagnosing derivative loss. (#2523)Yong He
2022-11-16Mesh shader support (#2464)Ellie Hermaszewska
2022-11-01Make `DifferentialPair` able to nest. (#2477)Yong He
2022-10-29Shader cache bugfixes and test additions (#2467)lucy96chen
2022-10-26Legalize array return types. (#2463)Yong He
2022-10-19PersistentShaderCache integration (#2453)lucy96chen
2022-10-17Shader cache index implementation (#2452)lucy96chen
2022-10-13Shader cache index header (#2448)lucy96chen
2022-10-12Shader caching (#2432)lucy96chen
2022-10-10Support multi-level break + single-return conversion + general inline. (#2436)Yong He
2022-10-03IMutableFileSystem::saveFileBlob (#2427)jsmall-nvidia
2022-09-29Split out MemoryFileSystem (#2422)jsmall-nvidia
2022-09-29RIFF filesystem improvements (#2418)jsmall-nvidia
2022-09-28Fix release CI script. (#2421)Yong He
2022-09-28Fix build script for macos aarch64. (#2420)Yong He
2022-09-28Make github CI build aarch64 binaries on release. (#2417)Yong He
2022-09-01Upgrade slang-llvm (#2390)jsmall-nvidia
2022-08-26DownstreamCompileOptions using POD types (#2381)jsmall-nvidia
2022-08-24Compiler time evaluation of all int and bool operators. (#2376)Yong He
2022-08-22Improve binary compatibility for DownstreamCompiler types (#2371)jsmall-nvidia
2022-08-22Replace DownstreamCompileResult with Artifact (#2369)jsmall-nvidia