Skip to content

Commit 4ef615e

Browse files
oleksandr-pavlykndgrigorian
authored andcommitted
Typo: smart_malloc_jost -> smart_malloc_host
1 parent b15e302 commit 4ef615e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/tensor/libtensor/include/utils/sycl_alloc_utils.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ smart_malloc_shared(std::size_t count,
133133

134134
template <typename T>
135135
std::unique_ptr<T, USMDeleter>
136-
smart_malloc_jost(std::size_t count,
136+
smart_malloc_host(std::size_t count,
137137
const sycl::queue &q,
138138
const sycl::property_list &propList = {})
139139
{

0 commit comments

Comments
 (0)