Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
9cb66939
"src/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "3c1cdd33599f6fbc5cf3d50c3c57adbd104ba7f1"
Unverified
Commit
9cb66939
authored
Apr 21, 2023
by
Ilia Taraban
Committed by
GitHub
Apr 21, 2023
Browse files
[Misc] Add libxsmm_config.h only when LIBXSMM is enabled (#5577)
parent
f41934df
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/runtime/config.cc
src/runtime/config.cc
+2
-0
No files found.
src/runtime/config.cc
View file @
9cb66939
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment