yum-mirror/slang
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
f28f67d98
master
Slang "MLP-Training-CoopVec" Example
This example shows how to use the Slang to train a feed-forward neural network using automatic differentiation and the cooperative vector intrinsics. Also see the "MLP-Training" example for the same task without using cooperative vector.
1Slang "MLP-Training-CoopVec" Example 2========================== 3 4This example shows how to use the Slang to train a feed-forward neural network 5using automatic differentiation and the cooperative vector intrinsics. Also see the 6"MLP-Training" example for the same task without using cooperative vector.