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 653a682 commit 26f80e7Copy full SHA for 26f80e7
backends/apple/mps/runtime/MPSDevice.mm
@@ -96,7 +96,7 @@ static inline MTLLanguageVersion getMetalLanguageVersion(const id<MTLDevice>& de
96
const char* getLibraryCString(LibraryType libraryType) {
97
switch (libraryType) {
98
case LibraryType::INDEXING_KERNELS:
99
- return "Hello";
+ return "TODO";
100
default:
101
ET_CHECK_MSG(false, "Unhandled library type!");
102
}
0 commit comments