yum-mirror/slang
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
f8cb9c4d6
master
files
| README.md | 285 B |
| adam.slang | 1.1 KiB |
| common.slang | 31 B |
| kernels.slang | 1.0 KiB |
| mlp-training.cpp | 13.1 KiB |
| mlp_sw.slang | 1.5 KiB |
| mlvec_sw.slang | 1.7 KiB |
| network.slang | 1.2 KiB |
Slang "MLP-Training" Example
This example shows how to use the Slang to train a feed-forward neural network using automatic differentiation. Also see the "MLP-Training-CoopVec" example to see how to use the cooperative vector intrinsics to speedup training.