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 0ae0b16 commit a69a464Copy full SHA for a69a464
mlir/lib/ExecutionEngine/VulkanRuntime.cpp
@@ -20,7 +20,7 @@
20
#include <iomanip>
21
#include <iostream>
22
23
-inline void emitVulkanError(const char *api, VkResult error) {
+static inline void emitVulkanError(const char *api, VkResult error) {
24
std::cerr << " failed with error code " << error << " when executing " << api;
25
}
26
0 commit comments