From f28f67d988158d6c46f7ffe967152f98d32a37b2 Mon Sep 17 00:00:00 2001 From: Yong He Date: Mon, 30 Jun 2025 14:32:50 -0700 Subject: Add MLP training examples. (#7550) * Add MLP training examples. * Formatting fix. * Fix. * Improve documentation on coopvector. * Improve doc. * Update doc. * Fix typo. * Cleanup shader. * Cleanup. * Fix test. * Fix type check recursion. * Fix. * Fix. * Fix override check. --- examples/mlp-training-coopvec/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 examples/mlp-training-coopvec/README.md (limited to 'examples/mlp-training-coopvec/README.md') diff --git a/examples/mlp-training-coopvec/README.md b/examples/mlp-training-coopvec/README.md new file mode 100644 index 000000000..8d56fff92 --- /dev/null +++ b/examples/mlp-training-coopvec/README.md @@ -0,0 +1,6 @@ +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. \ No newline at end of file -- cgit v1.2.3