Skip to content

Releases: shader-slang/slang

v0.27.15

27 Apr 06:32
7be108c
Compare
Choose a tag to compare
Slang v0.27.15

Changes:

7be108c3 Intellisense: show info on decl kind and differentiability. (#2847)
3acbe814 Fix most of the disabled warnings on gcc/clang (#2839)
a3da31c1 Fix specialization dictionaries cleanup pass (#2844)
fc54adee Autodiff support for dynamically dispatched generic method. (#2846)
61eb17b0 Add support for `kIROp_DefaultConstruct` (#2845)
e1940e53 For C-like targets, emit resource declarations before other globals (#2843)
a1739e87 Fix type legalization missing child upon recreate. (#2842)
1717c6c5 Support recomputing phi params in bwd prop func. (#2841)
5abee6a0 StringBuilder to lowerCamel (#2840)
e5d5e3c2 Cleanup checkpointing policy impl. (#2837)
58858297 Bump glm and stb + small neatenings (#2831)
7b7c095b Dictionary using lowerCamel (#2835)
284cee1f Change AD checkpointing policy to recompute more. (#2836)
fbe37ea6 Fix issue with Obfuscated hash (#2834)
cef7a478 Update a1-03-obfuscation.md
94d69680 Add support for `kIROp_MakeExistential` (#2832)
e8673a53 Fix corner case with multi-level break elimination (#2828)
385d3f4d Add support for `kIROp_FloatCast` (#2824)
957a4d3e Refactor checkpointing policy and availability pass. (#2826)
69a327a9 Update a1-03-obfuscation.md
2f0915b8 Small obfuscation doc improvements (#2825)
3406f27d AD: Various fixes around dynamic dispatch  (#2820)
cc948557 Correct vulkan extension name for inline uniforms (#2822)
744b995e Initial obfuscation documentation. (#2819)
deb13064 Add warning for returning without initializing out parameter (#2807)
8177fff6 Update 04-interfaces-generics.md
088644c2 Improve SourceMap coverage/testing (#2818)
4e67cded Update a1-01-matrix-layout.md
467fa3a5 Improvements outputting containers (#2815)
4d24f552 Changes for vkd3d proton (#2813)
588991f6 Make SourceMap a value type (#2812)
520a3c06 Fixed issue with function signatures in higher-order AD (#2814)
181fd1f3 On demand SourceMap JSON serialization (#2811)
90a9f435 Round trip source map (#2810)
a3f622ac WIP: "deprecated" attribute (#2698)
f6ff73fe Add render api category to synthesized tests (#2808)
2226ae0b Bugfix: compiler will run forever to eliminate dead code (#2809)
168c5838 Diagnose on using uninitialized `out` param. (#2803)
4c9c8a7a Some small fixes with Windows/DX usage (#2797)
5a629b3c Enable SLANG_ENABLE_DXIL_SUPPORT on non-Windows platforms (#2750)
3bbac5f1 Warn on float-to-double coercion for arguments. (#2802)

v0.27.14

13 Apr 17:46
3b4a50d
Compare
Choose a tag to compare
Slang v0.27.14

Changes:

3b4a50d7 Fix scalar swizzle write. (#2801)
7f091478 Add inherit interface test. (#2800)

v0.27.13

13 Apr 17:17
813892c
Compare
Choose a tag to compare
Slang v0.27.13

Changes:

813892cd Set sharedMem argument to 0 when launching cuda kernel. (#2799)

v0.27.12

13 Apr 16:31
352a460
Compare
Choose a tag to compare
Slang v0.27.12

Changes:

352a460f Fix stack overflow in lookupWitness lowering pass. (#2798)
59a60359 Set the executable bit on Executable artifact files (#2796)
c7e5601b Matrix swizzle writes (#2713)
6fbd892a Correct http header construction (#2795)

v0.27.11

13 Apr 06:10
ca7bf79
Compare
Choose a tag to compare
Slang v0.27.11

Changes:
ca7bf79d Combine lookupWitness lowering with specialization. (#2794)

v0.27.10

12 Apr 21:33
12ec9b8
Compare
Choose a tag to compare
Slang v0.27.10

Changes:
12ec9b83 Downgrade github runner to 20.04 (#2792)
947a78df Update 02-conventional-features.md
d631ef95 Reading artifact hierarchy from file system interface (#2787)
2ce42a25 Fix for crashes around FileCheck (#2793)
eda9dd33 Artifact Container (#2783)
4e9ca28a Update documentation for `TorchTensor.alloc`.

v0.27.9

12 Apr 01:27
195af97
Compare
Choose a tag to compare
Slang v0.27.9

Changes:

195af976 Fix missing `f` suffix for float lits in CUDA backend. (#2791)
7c3a40cf Small fixes to TorchTensor. (#2790)
54f112f8 WIP Hack to work around IFileCheck release (#2789)
1370b3b8 Upgrade to slang-llvm v13.x 38 (#2788)
d6dd38f5 Implement FileCheck tests for several test commands (#2747)
20ea33f3 Artifact simplification (#2781)

v0.27.8

10 Apr 21:48
d934bbc
Compare
Choose a tag to compare
Slang v0.27.8

Changes:

d934bbcc Fix inlining. (#2786)
d82992e3 Cleaner impl of unary stdlib derivative functions. (#2785)
ea15647b Diagnose on attempt to specialize with interface type. (#2780)
0468cd0d Add SLANG_IID_PPV_ARGS (#2784)
7bbe7b47 Fix crash on overloaded custom derivative function (#2782)
c9eb594c Warn on dangling comparison operator. (#2779)

v0.27.7

05 Apr 18:33
dc45802
Compare
Choose a tag to compare
Slang v0.27.7

Changes:
dc458027 Fix linking issue in slangpy + no mask param for kernels. (#2778)
5d0fe48c Register `IDifferentiable` witnesses for the differential associated types of registered types. (#2777)
492c6f2f Diagnose on using assignment as predicate expr. (#2774)
68c7d5cd Preliminary support for realtime clock (#2772)
7bb2de1b Simplification around ArtifactRepresentation and unique identity (#2771)
34a2fd59 Fix crash on encountering undefined identifier when checking derivative attributes (#2773)
206b5464 Update a1-02-slangpy.md
5e5c42f6 Update a1-02-slangpy.md

v0.27.6

03 Apr 23:07
b68516e
Compare
Choose a tag to compare
Slang v0.27.6

Changes:
b68516e2 Emit simpler vector element access code. (#2770)
7a346b29 Squash some warnings (#2765)
271ae716 Fix several silently failing tests (#2767)