yum-mirror/slang

Making it easier to work with shaders

git clone https://git.yummers.dev/yum-mirror/slang

Yong HeAdd MLP training examples. (#7550)f28f67d98

master
302 B6 linesraw

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.