Skip to content

Commit 5accf50

Browse files
wenju-hepbalcer
authored andcommitted
include ur_util.hpp in cuda/usm.cpp hip/usm.cpp
1 parent 5cde537 commit 5accf50

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

source/adapters/cuda/usm.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include "event.hpp"
1818
#include "platform.hpp"
1919
#include "queue.hpp"
20+
#include "ur_util.hpp"
2021
#include "usm.hpp"
2122

2223
#include <cuda.h>

source/adapters/hip/usm.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#include "context.hpp"
1616
#include "device.hpp"
1717
#include "platform.hpp"
18+
#include "ur_util.hpp"
1819
#include "usm.hpp"
1920

2021
/// USM: Implements USM Host allocations using HIP Pinned Memory

0 commit comments

Comments
 (0)