"docs/source/vscode:/vscode.git/clone" did not exist on "a966834755378c6fdb92d1b7d0aebf818de7479f"
Commit 91040476 authored by jungpark-mlir's avatar jungpark-mlir
Browse files

Update perfdb.cpp

parent 06ddc505
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include <fstream> #include <fstream>
#include <mutex> #include <mutex>
static mutable std::mutex g_db_mutex; static std::mutex g_db_mutex; // NOLINT
namespace migraphx { namespace migraphx {
inline namespace MIGRAPHX_INLINE_NS { inline namespace MIGRAPHX_INLINE_NS {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment