summaryrefslogtreecommitdiff
path: root/source/slang/slang-ast-modifier.h
AgeCommit message (Expand)Author
2024-03-07Uniformity analysis. (#3704)Yong He
2024-03-01Add support for bitfields (#3639)Ellie Hermaszewska
2024-02-06Unify GLSL and HLSL buffer block parsing. (#3552)Yong He
2024-02-02Capability type checking. (#3530)Yong He
2024-02-01Add slangc option to specialize entrypoint + auto glsl mode. (#3531)Yong He
2024-01-30Correctly apply glsl local size layout to entry points during lowering (#3528)Ellie Hermaszewska
2023-12-15GLSL SSBO Support (#3400)Ellie Hermaszewska
2023-12-12Add check for invalid use of modifiers. (#3402)Yong He
2023-12-06Support visibility control and default to `internal`. (#3380)Yong He
2023-11-14Add GLSL Compatibility. (#3321)Yong He
2023-11-10 Cleanup builtin arithmetic interfaces. (#3317)Yong He
2023-11-01Add mnemonic parsing for `intrinsic_type` modifier. (#3306)Yong He
2023-10-04SPIRV compiler performance fixes. (#3258)Yong He
2023-09-28Support `constref` parameters passing. (#3249)Yong He
2023-09-19Added `[AutoPyBindCUDA]` for automatic kernel binding + `[PyExport]` for expo...Sai Praveen Bangaru
2023-09-11Add Mesh and Task shader support to GFX (#3190)Ellie Hermaszewska
2023-09-08Fix attribute highlighting + language server crash. (#3198)Yong He
2023-08-28Add `target_switch` and `intrinsic_asm` statement. (#3154)Yong He
2023-08-25Support SPIRV Capability declaration on intrinsic functions. (#3150)Yong He
2023-08-15SPIR-V WIP (#3064)Ellie Hermaszewska
2023-08-09Clean up and improve Val deduplication performance. (#3069)Yong He
2023-08-04Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He
2023-07-07Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)Yong He
2023-05-14Add [Differentiable(n)] syntax to specify max order. (#2883)Yong He
2023-05-12Fusion pass for saturated_cooperation (#2874)Ellie Hermaszewska
2023-05-09Fix function side-effectness prop logic. (#2875)Yong He
2023-05-02Various dxc/fxc compatibility fixes. (#2863)Yong He
2023-04-27Embed stdlib documentation to AST. (#2851)Yong He
2023-04-25Support recomputing phi params in bwd prop func. (#2841)Yong He
2023-04-17WIP: "deprecated" attribute (#2698)Ellie Hermaszewska
2023-04-13Warn on float-to-double coercion for arguments. (#2802)Yong He
2023-03-26Add PyTorch C++ binding generation. (#2734)Yong He
2023-03-21[TreatAsDifferentiable] functions. (#2720)Yong He
2023-03-17Add support for emitting cuda kernel and host functions. (#2712)Yong He
2023-03-16Add `[CudaDeviceExport]` to allow exporting CUDA device functions. (#2708)Yong He
2023-03-08Add support for `[PrimalSubstitute]` and `[PrimalSubstituteOf]`. (#2691)Yong He
2023-02-24Fix differential type registration through non-differentiable type. (#2677)Yong He
2023-02-24More control flow simplifications. (#2673)Yong He
2023-02-20Add static for loop iteration inference. (#2659)Yong He
2023-02-13Add Loop Unrolling Pass. (#2644)Yong He
2023-02-09Reverse-mode Loop Support (#2635)Sai Praveen Bangaru
2023-01-13Frontend work for `[BackwardDerivative]` and `[BackwardDerivativeOf]`. (#2589)Yong He
2022-12-01Allow `no_diff` on `this` parameter. (#2543)Yong He
2022-11-29Allow `no_diff` modifier on parameters (#2538)Yong He
2022-11-23Make differentiable data-flow pass recognize interface methods. (#2530)Yong He
2022-11-23Autodiff through simple dynamic dispatch. (#2527)Yong He
2022-11-16Clean up type checking of higher order expressions. (#2519)Yong He
2022-11-16Mesh shader support (#2464)Ellie Hermaszewska
2022-11-15Shader Execution Reordering for VK (#2491)jsmall-nvidia
2022-11-14Minimum binary arithmetic reverse autodiff working. (#2514)Edward Liu