<feed xmlns='http://www.w3.org/2005/Atom'>
<title>slang.git/tests/autodiff/test-intrinsics.slang, branch master</title>
<subtitle>Making it easier to work with shaders</subtitle>
<id>https://git.yummers.dev/slang.git/atom?h=master</id>
<link rel='self' href='https://git.yummers.dev/slang.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/'/>
<updated>2022-07-12T03:18:06+00:00</updated>
<entry>
<title>Added support for differentiating calls to basic functions, as well as arithmetic on the float3 type (#2313)</title>
<updated>2022-07-12T03:18:06+00:00</updated>
<author>
<name>Sai Praveen Bangaru</name>
<email>31557731+saipraveenb25@users.noreply.github.com</email>
</author>
<published>2022-07-12T03:18:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=b513d0deef521318ad943d820dd37029075a33c4'/>
<id>urn:sha1:b513d0deef521318ad943d820dd37029075a33c4</id>
<content type='text'>
* Added support for differentiating calls to basic functions, as well as arithmetic on the float3 type

* Added test expected result</content>
</entry>
<entry>
<title>Added `[__custom_jvp(func)]` attribute, and modified the derivative pass to only process referenced functions. (#2309)</title>
<updated>2022-06-30T23:24:24+00:00</updated>
<author>
<name>Sai Praveen Bangaru</name>
<email>31557731+saipraveenb25@users.noreply.github.com</email>
</author>
<published>2022-06-30T23:24:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=77af111867eb72f26b460c5925be47aa22c71556'/>
<id>urn:sha1:77af111867eb72f26b460c5925be47aa22c71556</id>
<content type='text'>
* Added JVPTranscriber to handle differentiation of load, store, var, param and return instructions, as well as conversion of data and function types

* Changed class names to be more in line with convention. Added correct type checking for __jvp() and verified that simple calls with only loads and stores are processed correctly

* Added logic to differentiate basic arithmetic and literals inside IRConstruct and fixed the way parameters are differentiated

* Replaced some SLANG_UNEXPECTED macro uses with diagnostics instead

* Added work-list-based on-demand generation of derivative functions

* Fixed up a couple of TODOs

* Added attribute [__custom_jvp(f)] to assign a custom derivative function to a declaration

* Added a test for CustomJVPAttribute on a redeclaration of an imported function

* Moving arithmetic test to new folder

* Moving arithmetic test to new folder (2)

* Added missing test module

* Fixed a minor note

Co-authored-by: Yong He &lt;yonghe@outlook.com&gt;</content>
</entry>
</feed>
