"src/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "3c1cdd33599f6fbc5cf3d50c3c57adbd104ba7f1"
Unverified Commit 9cb66939 authored by Ilia Taraban's avatar Ilia Taraban Committed by GitHub
Browse files

[Misc] Add libxsmm_config.h only when LIBXSMM is enabled (#5577)

parent f41934df
...@@ -6,7 +6,9 @@ ...@@ -6,7 +6,9 @@
#include <dgl/runtime/config.h> #include <dgl/runtime/config.h>
#include <dgl/runtime/registry.h> #include <dgl/runtime/registry.h>
#if !defined(_WIN32) && defined(USE_LIBXSMM)
#include <libxsmm_cpuid.h> #include <libxsmm_cpuid.h>
#endif
using namespace dgl::runtime; using namespace dgl::runtime;
......
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