yum-mirror/slang
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
f8cb9c4d6
master
files
| README.md | 302 B |
| adam.slang | 1.1 KiB |
| common.slang | 31 B |
| kernels.slang | 1.1 KiB |
| mlp-training-coopvec.cpp | 18.3 KiB |
| mlp.slang | 2.6 KiB |
| mlvec.slang | 1.6 KiB |
| network.slang | 1.2 KiB |
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.