Skip to content

Commit

Permalink
graph: backend: dnnl: include cpu/platform.hpp for macros
Browse files Browse the repository at this point in the history
  • Loading branch information
TaoLv committed Jul 19, 2024
1 parent 91c35d8 commit 87848b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/graph/backend/dnnl/platform.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

#include <unordered_map>

#include "cpu/platform.hpp"

#include "graph/interface/c_types_map.hpp"

#define IMPLICATION(cause, effect) (!(cause) || !!(effect))
Expand Down

0 comments on commit 87848b9

Please sign in to comment.