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 b560864 commit d6404cdCopy full SHA for d6404cd
backends/apple/mps/runtime/MPSDevice.mm
@@ -134,7 +134,7 @@ static inline MTLLanguageVersion getMetalLanguageVersion(const id<MTLDevice>& de
134
ET_CHECK_OR_RETURN_ERROR(
135
err == Error::Ok,
136
Internal,
137
- "An error occured occured while compiling library %d", libraryType
+ "An error occurred while compiling library %d", libraryType
138
);
139
}
140
if (_m_pso_cache.find(kernelName) == _m_pso_cache.end()) {
0 commit comments