We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27addfd commit 8680dccCopy full SHA for 8680dcc
.gitattributes
@@ -0,0 +1,5 @@
1
+# GitHub's Linguist doesn't properly classify many languages
2
+# https://github.com/github-linguist/linguist/blob/main/docs/overrides.md
3
+*.h linguist-language=C
4
+reduce_metal.h linguist-language=Objective-C
5
+*.cl linguist-language=OpenCL
reduce_metal.h
@@ -1,7 +1,7 @@
/**
* @date 16/01/2025
- * @file reduce_metal.hpp
- * @brief Array reductions in Metal
+ * @file reduce_metal.h
+ * @brief Objective-C helpers to launch Metal compute kernels
* @author Ash Vardanian
6
*/
7
0 commit comments