You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from /home/varun/mxnet/3rdparty/tvm/nnvm/src/c_api/c_api_error.cc:24:
/home/varun/mxnet/include/dmlc/thread_local.h:9:10: fatal error: 'mutex' file not found
#include <mutex>
^~~~~~~
1 error generated.
❯ /usr/bin/c++ --version
c++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
https://github.com/apache/mxnet (SHA: b84609d3fc73d20929c114eab95faaa56e6c5ede)
Compilation database:
Compiler:
Search dirs output
The mutex header is located under
/usr/include/c++/11/mutex
.Potentially related to or the same as #424
The text was updated successfully, but these errors were encountered: