Skip to content

Commit

Permalink
Merge pull request #1207 from PietroGhg/pietro/remove_event_hpp
Browse files Browse the repository at this point in the history
[NATIVECPU] Remove event.hpp inclusion
  • Loading branch information
wlemkows committed Dec 22, 2023
2 parents f2e0d0f + 3b1ef22 commit 8c2d93d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion source/adapters/native_cpu/physical_mem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#include "physical_mem.hpp"
#include "common.hpp"
#include "context.hpp"
#include "event.hpp"

UR_APIEXPORT ur_result_t UR_APICALL urPhysicalMemCreate(
ur_context_handle_t, ur_device_handle_t, size_t,
Expand Down
1 change: 0 additions & 1 deletion source/adapters/native_cpu/virtual_mem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

#include "common.hpp"
#include "context.hpp"
#include "event.hpp"
#include "physical_mem.hpp"

UR_APIEXPORT ur_result_t UR_APICALL urVirtualMemGranularityGetInfo(
Expand Down

0 comments on commit 8c2d93d

Please sign in to comment.