index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
slang
/
slang-ir.cpp
Age
Commit message (
Expand
)
Author
2023-01-06
Split bwd_diff op into separate ops for primal and propagate func. (#2582)
Yong He
2023-01-04
Multi-block reverse-mode autodiff (#2576)
Sai Praveen Bangaru
2022-12-19
Separate primal computations from unzipped function into an explicit function...
Yong He
2022-12-07
Rename IR opcodes to unify style. (#2556)
Yong He
2022-12-07
Remove `construct` IR op. (#2555)
Yong He
2022-12-07
Lower-to-ir no longer produce `Construct` inst. (#2553)
Yong He
2022-11-29
Complete removal of DifferentialBottom type. (#2537)
Yong He
2022-11-21
WIP: Fixed inout struct and added testing for calls to non-differentiable fun...
Sai Praveen Bangaru
2022-11-18
Data flow validation pass for diagnosing derivative loss. (#2523)
Yong He
2022-11-16
Clean up type checking of higher order expressions. (#2519)
Yong He
2022-11-16
Mesh shader support (#2464)
Ellie Hermaszewska
2022-11-15
Shader Execution Reordering for VK (#2491)
jsmall-nvidia
2022-11-14
Minimum binary arithmetic reverse autodiff working. (#2514)
Edward Liu
2022-11-10
Fix inlining pass. (#2506)
Yong He
2022-11-04
Higher order differentiation. (#2487)
Yong He
2022-11-02
Rework differential conformance dictionary checking. (#2483)
Yong He
2022-11-01
Make `DifferentialPair` able to nest. (#2477)
Yong He
2022-10-27
Rename `__jvp`-->`__fwd_diff`. (#2471)
Yong He
2022-10-20
Modified the new type system to support generic differentiable types … (#2413)
Sai Praveen Bangaru
2022-09-15
Run simple compute kernel in gfx-smoke test. (#2400)
Yong He
2022-09-01
Deduplicate consts and IRSpecialize in IR, propagate type info for `IntVal`. ...
Yong He
2022-08-22
Make Optional<PointerType> lower to PointerType instead of a struct. (#2373)
Yong He
2022-08-10
`is` and `as` operator and `Optional<T>`. (#2355)
Yong He
2022-08-05
Added a new differential type system and various improvements (#2343)
Sai Praveen Bangaru
2022-07-25
Allow `class` to implement COM interface, [DLLExport] (#2338)
Yong He
2022-07-12
Support `class` types. (#2321)
Yong He
2022-06-29
Native call marshalling for ComPtr parameters and return values. (#2305)
Yong He
2022-06-25
Added basic auto-diff capabilities for local load/store and simple arithmetic...
Sai Praveen Bangaru
2022-06-23
Added basic syntax to mark and request function derivatives, as well as the f...
Sai Praveen Bangaru
2022-06-21
Lower throwing COM interface method. (#2282)
Yong He
2022-06-08
Actual global support (#2262)
jsmall-nvidia
2022-06-01
Clean up void returns. (#2260)
Yong He
2022-06-01
New language feature: basic error handling. (#2253)
Yong He
2022-05-27
Added NativeStringType (#2252)
jsmall-nvidia
2022-05-17
Liveness tracking with phis (#2233)
jsmall-nvidia
2022-05-10
Initial support for COM interface in host code. (#2230)
Yong He
2022-05-10
Add support for `spirv_literal` (#2227)
jsmall-nvidia
2022-05-05
Support for HLSL `export` (#2223)
jsmall-nvidia
2022-05-05
Preliminary Liveness tracking (#2218)
jsmall-nvidia
2022-04-21
`export` support in HLSL (#2188)
jsmall-nvidia
2022-04-12
Support `[DllImport]` (#2181)
Yong He
2022-03-18
Fix type truncation during SCCP. (#2163)
Yong He
2022-02-25
Improved SCCP, inlining and resource specialization passes, legalize `ImageSu...
Yong He
2022-01-25
Add support for HLSL unorm/snorm (#2095)
Theresa Foley
2021-12-17
Cleanup refactoring work around the IR builder (#2061)
Theresa Foley
2021-12-07
Output of IR ids as command line option (#2043)
jsmall-nvidia
2021-09-09
`reinterpret` and 16-bit value packing. (#1933)
Yong He
2021-08-12
Further implementation of SPIRV direct emit. (#1920)
Yong He
2021-06-09
Fix CUDA vector layout logic. (#1879)
Yong He
2021-06-08
Various fixes to CUDA backend. (#1877)
Yong He
[next]