Skip to content

Commit 8680dcc

Browse files
committed
Docs: Mark programming language used
1 parent 27addfd commit 8680dcc

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @date 16/01/2025
3-
* @file reduce_metal.hpp
4-
* @brief Array reductions in Metal
3+
* @file reduce_metal.h
4+
* @brief Objective-C helpers to launch Metal compute kernels
55
* @author Ash Vardanian
66
*/
77

0 commit comments

Comments
 (0)