Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SYCL][Bindless] Add image_mem_handle to image_mem_handle devices copies. #12449

Merged
merged 55 commits into from
Apr 25, 2024
Merged
Show file tree
Hide file tree
Changes from 37 commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
ed2b572
[SYCL][Bindless] Add image_mem_handle to image_mem_handle devices cop…
cppchedy Jan 11, 2024
d121d49
add missing linux symbols
cppchedy Jan 24, 2024
4c429f8
add windows symbols
cppchedy Jan 24, 2024
f5bf437
Merge branch 'sycl' into chedy/device-to-device-copy
cppchedy Jan 24, 2024
666caf3
update UR commit
cppchedy Jan 24, 2024
6d61e57
Merge branch 'sycl' into chedy/device-to-device-copy
cppchedy Feb 1, 2024
3296a50
Merge branch 'sycl' into chedy/device-to-device-copy
cppchedy Feb 1, 2024
8a34c10
Merge branch 'sycl' into chedy/device-to-device-copy
cppchedy Feb 1, 2024
c630290
update UR
cppchedy Feb 2, 2024
e48fa84
Merge branch 'sycl' into chedy/device-to-device-copy
cppchedy Feb 2, 2024
e888eb9
Merge branch 'sycl' into chedy/device-to-device-copy
cppchedy Feb 7, 2024
4aee726
update UR tag
cppchedy Feb 7, 2024
d6e5dfe
Merge branch 'sycl' into chedy/device-to-device-copy
cppchedy Feb 7, 2024
31de6b3
Merge branch 'sycl' into chedy/device-to-device-copy
cppchedy Feb 8, 2024
7d53123
update UR tag
cppchedy Feb 8, 2024
04edafb
Merge branch 'sycl' into chedy/device-to-device-copy
cppchedy Feb 9, 2024
9c85c51
Merge branch 'sycl' into chedy/device-to-device-copy
cppchedy Feb 12, 2024
d2c3f3c
update UR tag
cppchedy Feb 12, 2024
731ab58
Merge branch 'sycl' into chedy/device-to-device-copy
cppchedy Feb 13, 2024
046dda4
update UR tag
cppchedy Feb 13, 2024
f3420c1
Merge branch 'sycl' into chedy/device-to-device-copy
cppchedy Feb 14, 2024
077ed5c
update UR tag
cppchedy Feb 14, 2024
1299957
Merge branch 'sycl' into chedy/device-to-device-copy
cppchedy Feb 15, 2024
adf9fb1
update UR tag
cppchedy Feb 15, 2024
ced64a2
Merge branch 'sycl' into chedy/device-to-device-copy
cppchedy Feb 16, 2024
bffce26
update UR tag
cppchedy Feb 23, 2024
1dec9ac
Merge branch 'sycl' into chedy/device-to-device-copy
cppchedy Mar 1, 2024
64705bf
update UR
cppchedy Mar 1, 2024
cb91837
update order and sizes of test cases
cppchedy Mar 1, 2024
8061fa2
Merge branch 'sycl' into chedy/device-to-device-copy
cppchedy Mar 5, 2024
ef7aa03
update UR tag
cppchedy Mar 5, 2024
e493465
Merge branch 'sycl' into chedy/device-to-device-copy
cppchedy Mar 11, 2024
3699f21
update UR tag
cppchedy Mar 11, 2024
46bd117
add support for copying image arrays with tests
cppchedy Mar 11, 2024
c6e42b6
update UR tag
cppchedy Mar 12, 2024
a443907
comment verbose print
cppchedy Mar 12, 2024
4e130f1
Merge branch 'sycl' into chedy/device-to-device-copy
cppchedy Mar 12, 2024
45340bd
Merge branch 'sycl' into chedy/device-to-device-copy
cppchedy Mar 18, 2024
5efd58e
update UR tag
cppchedy Mar 18, 2024
8df8365
Merge branch 'sycl' into chedy/device-to-device-copy
cppchedy Mar 19, 2024
6400dab
update UR tag
cppchedy Mar 20, 2024
15e9302
Merge branch 'sycl' into chedy/device-to-device-copy
cppchedy Mar 22, 2024
50ebbfe
update UR tag
cppchedy Mar 22, 2024
b6b4c8b
fix formatting
cppchedy Mar 22, 2024
2420b83
Merge branch 'sycl' into chedy/device-to-device-copy
cppchedy Mar 25, 2024
41c1154
update UR tag
cppchedy Mar 26, 2024
3ef180e
Merge branch 'sycl' into chedy/device-to-device-copy
cppchedy Apr 11, 2024
be980ce
update UR tag for cuda adapter
cppchedy Apr 11, 2024
32b6963
update UR cuda adapter tag
cppchedy Apr 11, 2024
bd6803c
update UR cuda tag
cppchedy Apr 12, 2024
08dd61b
Merge branch 'sycl' into chedy/device-to-device-copy
cppchedy Apr 19, 2024
4f38436
handle cubemap copies
cppchedy Apr 19, 2024
0810baf
update CUDA UR tag
cppchedy Apr 19, 2024
5d8abb1
Merge branch 'sycl' into chedy/device-to-device-copy
przemektmalon Apr 24, 2024
b9adf7d
Update UR CUDA tag
przemektmalon Apr 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -779,6 +779,12 @@ public:
size_t DeviceRowPitch,
sycl::range<3> HostExtent,
sycl::range<3> CopyExtent);

// Simple device to device copy
void ext_oneapi_copy(
ext::oneapi::experimental::image_mem_handle Src,
ext::oneapi::experimental::image_mem_handle Dest,
const ext::oneapi::experimental::image_descriptor &ImageDesc);
};

class queue {
Expand Down Expand Up @@ -904,14 +910,32 @@ public:
size_t DeviceRowPitch,
sycl::range<3> HostExtent,
sycl::range<3> CopyExtent);

// Simple device to device copy
event ext_oneapi_copy(
ext::oneapi::experimental::image_mem_handle Src,
ext::oneapi::experimental::image_mem_handle Dest,
const ext::oneapi::experimental::image_descriptor &ImageDesc);
event ext_oneapi_copy(
ext::oneapi::experimental::image_mem_handle Src,
ext::oneapi::experimental::image_mem_handle Dest,
const ext::oneapi::experimental::image_descriptor &ImageDesc,
event DepEvent);
event ext_oneapi_copy(
ext::oneapi::experimental::image_mem_handle Src,
ext::oneapi::experimental::image_mem_handle Dest,
const ext::oneapi::experimental::image_descriptor &ImageDesc,
const std::vector<event> &DepEvents);
};
}
```

To enable the copying of images an `ext_oneapi_copy` function is proposed as a
method of the queue and handler. It can be used to copy image memory, whether
allocated through USM or using an `image_mem_handle`, from host to
device, or device to host. For the `ext_oneapi_copy` variants that do not take
device, or device to host. Device to device copies are currently supported only
through `image_mem_handle` allocations.
For the `ext_oneapi_copy` variants that do not take
offsets and extents, the image descriptor passed to the `ext_oneapi_copy` API
is used to determine the pixel size, dimensions, and extent in memory of the
image to copy. If performing sub-region copy, the size of the memory region is
Expand Down Expand Up @@ -2312,6 +2336,8 @@ These features still need to be handled:
wording around what types are allowed to be read or written.
- Allow `read_image` and `read_mipmap` to return a
user-defined type.
|5.1|2024-01-17| - Added overload for `ext_oneapi_copy` enabling device to device
copies using `image_mem_handle`.
|5.1|2023-12-06| - Added unique addressing modes per dimension to the
`bindless_image_sampler`
|5.2|2024-02-14| - Image read and write functions now accept 3-component
Expand Down
12 changes: 12 additions & 0 deletions sycl/include/sycl/handler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3257,6 +3257,18 @@ class __SYCL_EXPORT handler {
const ext::oneapi::experimental::image_descriptor &DeviceImgDesc,
size_t DeviceRowPitch);

/// Copies data from device to device memory, where \p Src and \p Dest
/// are opaque image memory handles.
/// An exception is thrown if either \p Src or \p Dest is incomplete
///
/// \param Src is an opaque image memory handle to the source memory.
/// \param Dest is an opaque image memory handle to the destination memory.
/// \param ImageDesc is the source image descriptor
void
ext_oneapi_copy(ext::oneapi::experimental::image_mem_handle Src,
ext::oneapi::experimental::image_mem_handle Dest,
const ext::oneapi::experimental::image_descriptor &ImageDesc);

/// Copies data from one memory region to another, where \p Src and \p Dest
/// are USM pointers. Allows for a sub-region copy, where \p SrcOffset ,
/// \p DestOffset , and \p Extent are used to determine the sub-region.
Expand Down
68 changes: 68 additions & 0 deletions sycl/include/sycl/queue.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1918,6 +1918,74 @@ class __SYCL_EXPORT queue : public detail::OwnerLessBase<queue> {
CodeLoc);
}

/// Copies data from device to device memory, where \p Src and \p Dest
/// are opaque image memory handles.
/// An exception is thrown if either \p Src or \p Dest is incomplete
///
/// \param Src is an opaque image memory handle to the source memory.
/// \param Dest is an opaque image memory handle to the destination memory.
/// \param ImageDesc is the source image descriptor
/// \param DepEvent is an events that specifies the kernel dependency.
/// \return an event representing the copy operation.
event ext_oneapi_copy(
ext::oneapi::experimental::image_mem_handle Src,
ext::oneapi::experimental::image_mem_handle Dest,
const ext::oneapi::experimental::image_descriptor &ImageDesc,
event DepEvent,
const detail::code_location &CodeLoc = detail::code_location::current()) {
detail::tls_code_loc_t TlsCodeLocCapture(CodeLoc);
return submit(
[&](handler &CGH) {
CGH.depends_on(DepEvent);
CGH.ext_oneapi_copy(Src, Dest, ImageDesc);
},
CodeLoc);
}

/// Copies data from device to device memory, where \p Src and \p Dest
/// are opaque image memory handles.
/// An exception is thrown if either \p Src or \p Dest is incomplete
///
/// \param Src is an opaque image memory handle to the source memory.
/// \param Dest is an opaque image memory handle to the destination memory.
/// \param ImageDesc is the source image descriptor
/// \param DepEvents is a vector of events that specifies the kernel
/// dependencies.
/// \return an event representing the copy operation.
event ext_oneapi_copy(
ext::oneapi::experimental::image_mem_handle Src,
ext::oneapi::experimental::image_mem_handle Dest,
const ext::oneapi::experimental::image_descriptor &ImageDesc,
const std::vector<event> &DepEvents,
const detail::code_location &CodeLoc = detail::code_location::current()) {
detail::tls_code_loc_t TlsCodeLocCapture(CodeLoc);
return submit(
[&](handler &CGH) {
CGH.depends_on(DepEvents);
CGH.ext_oneapi_copy(Src, Dest, ImageDesc);
},
CodeLoc);
}

/// Copies data from device to device memory, where \p Src and \p Dest
/// are opaque image memory handles.
/// An exception is thrown if either \p Src or \p Dest is incomplete
///
/// \param Src is an opaque image memory handle to the source memory.
/// \param Dest is an opaque image memory handle to the destination memory.
/// \param ImageDesc is the source image descriptor
/// \return an event representing the copy operation.
event ext_oneapi_copy(
ext::oneapi::experimental::image_mem_handle Src,
ext::oneapi::experimental::image_mem_handle Dest,
const ext::oneapi::experimental::image_descriptor &ImageDesc,
const detail::code_location &CodeLoc = detail::code_location::current()) {
detail::tls_code_loc_t TlsCodeLocCapture(CodeLoc);
return submit(
[&](handler &CGH) { CGH.ext_oneapi_copy(Src, Dest, ImageDesc); },
CodeLoc);
}

/// Copies data from one memory region to another, where \p Src and \p Dest
/// are USM pointers. Allows for a sub-region copy, where \p SrcOffset ,
/// \p DestOffset , and \p Extent are used to determine the sub-region.
Expand Down
10 changes: 3 additions & 7 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,9 @@ endif()
if(SYCL_PI_UR_USE_FETCH_CONTENT)
include(FetchContent)

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
# commit 1f6cbe61d9a142d88d8edf90c655e3cb9f0b6fb9
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Tue Mar 12 10:35:28 2024 +0000
# Merge pull request #1426 from Bensuo/ben/cuda-param-fix
# [CUDA] Fix build issue with version < 12.0
set(UNIFIED_RUNTIME_TAG 1f6cbe61d9a142d88d8edf90c655e3cb9f0b6fb9)
set(UNIFIED_RUNTIME_REPO "https://github.com/cppchedy/unified-runtime.git")
set(UNIFIED_RUNTIME_TAG 14d589747a42714ee1c8fd3c3ade0574d0406f75)


if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")
Expand Down
4 changes: 3 additions & 1 deletion sycl/source/detail/memory_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1773,7 +1773,9 @@ void MemoryManager::copy_image_bindless(
assert((Flags == (sycl::detail::pi::PiImageCopyFlags)
ext::oneapi::experimental::image_copy_flags::HtoD ||
Flags == (sycl::detail::pi::PiImageCopyFlags)
ext::oneapi::experimental::image_copy_flags::DtoH) &&
ext::oneapi::experimental::image_copy_flags::DtoH ||
Flags == (sycl::detail::pi::PiImageCopyFlags)
ext::oneapi::experimental::image_copy_flags::DtoD) &&
"Invalid flags passed to copy_image_bindless.");
if (!Dst || !Src)
throw sycl::exception(
Expand Down
45 changes: 45 additions & 0 deletions sycl/source/handler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1145,6 +1145,51 @@ void handler::ext_oneapi_copy(
setType(detail::CG::CopyImage);
}

void handler::ext_oneapi_copy(
ext::oneapi::experimental::image_mem_handle Src,
ext::oneapi::experimental::image_mem_handle Dest,
const ext::oneapi::experimental::image_descriptor &ImageDesc) {
throwIfGraphAssociated<
ext::oneapi::experimental::detail::UnsupportedGraphFeatures::
sycl_ext_oneapi_bindless_images>();
ImageDesc.verify();

MSrcPtr = Src.raw_handle;
MDstPtr = Dest.raw_handle;

sycl::detail::pi::PiMemImageDesc PiDesc = {};
PiDesc.image_width = ImageDesc.width;
PiDesc.image_height = ImageDesc.height;
PiDesc.image_depth = ImageDesc.depth;
PiDesc.image_array_size = ImageDesc.array_size;
if (ImageDesc.array_size > 1) {
// Image Array.
PiDesc.image_type = ImageDesc.height > 0 ? PI_MEM_TYPE_IMAGE2D_ARRAY
: PI_MEM_TYPE_IMAGE1D_ARRAY;
Seanst98 marked this conversation as resolved.
Show resolved Hide resolved
} else {
PiDesc.image_type = ImageDesc.depth > 0
? PI_MEM_TYPE_IMAGE3D
: (ImageDesc.height > 0 ? PI_MEM_TYPE_IMAGE2D
: PI_MEM_TYPE_IMAGE1D);
}

sycl::detail::pi::PiMemImageFormat PiFormat;
PiFormat.image_channel_data_type =
sycl::_V1::detail::convertChannelType(ImageDesc.channel_type);
PiFormat.image_channel_order =
sycl::_V1::detail::convertChannelOrder(ImageDesc.channel_order);

MImpl->MSrcOffset = {0, 0, 0};
MImpl->MDestOffset = {0, 0, 0};
MImpl->MCopyExtent = {ImageDesc.width, ImageDesc.height, ImageDesc.depth};
MImpl->MHostExtent = {ImageDesc.width, ImageDesc.height, ImageDesc.depth};
MImpl->MImageDesc = PiDesc;
MImpl->MImageFormat = PiFormat;
MImpl->MImageCopyFlags =
sycl::detail::pi::PiImageCopyFlags::PI_IMAGE_COPY_DEVICE_TO_DEVICE;
setType(detail::CG::CopyImage);
}

void handler::ext_oneapi_copy(
ext::oneapi::experimental::image_mem_handle Src, sycl::range<3> SrcOffset,
const ext::oneapi::experimental::image_descriptor &SrcImgDesc, void *Dest,
Expand Down
119 changes: 119 additions & 0 deletions sycl/test-e2e/bindless_images/device_to_device_copy.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
// REQUIRES: linux
// REQUIRES: cuda

// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

#include <iostream>
#include <sycl/sycl.hpp>

// Uncomment to print additional test information
//#define VERBOSE_PRINT

namespace syclexp = sycl::ext::oneapi::experimental;

void copy_image_mem_handle_to_image_mem_handle(
syclexp::image_descriptor &desc, const std::vector<float> &testData,
sycl::device dev, sycl::queue q, std::vector<float> &out) {
syclexp::image_mem imgMemSrc(desc, dev, q.get_context());
syclexp::image_mem imgMemDst(desc, dev, q.get_context());

q.ext_oneapi_copy((void *)testData.data(), imgMemSrc.get_handle(), desc);
q.wait_and_throw();

q.ext_oneapi_copy(imgMemSrc.get_handle(), imgMemDst.get_handle(), desc);
q.wait_and_throw();

q.ext_oneapi_copy(imgMemDst.get_handle(), (void *)out.data(), desc);
q.wait_and_throw();
}

bool check_test(const std::vector<float> &out,
const std::vector<float> &expected) {
assert(out.size() == expected.size());
bool validated = true;
for (int i = 0; i < out.size(); i++) {
bool mismatch = false;
if (out[i] != expected[i]) {
mismatch = true;
validated = false;
}

if (mismatch) {
#ifdef VERBOSE_PRINT
std::cout << "Result mismatch! Expected: " << expected[i]
<< ", Actual: " << out[i] << std::endl;
#else
break;
#endif
}
}
return validated;
}

template <sycl::image_channel_order channelOrder,
sycl::image_channel_type channelType, int dim,
syclexp::image_type type = syclexp::image_type::standard>
bool run_copy_test_with(sycl::device &dev, sycl::queue &q,
sycl::range<dim> dims) {
std::vector<float> dataSequence(dims.size());
std::vector<float> out(dims.size());

std::vector<float> expected(dims.size());

std::iota(dataSequence.begin(), dataSequence.end(), 0);
std::iota(expected.begin(), expected.end(), 0);

syclexp::image_descriptor desc;

if constexpr (type == syclexp::image_type::standard) {
desc = syclexp::image_descriptor(dims, channelOrder, channelType);
} else {
desc = syclexp::image_descriptor(
{dims[0], dim > 2 ? dims[1] : 0}, channelOrder, channelType,
syclexp::image_type::array, 1, dim > 2 ? dims[2] : dims[1]);
}

copy_image_mem_handle_to_image_mem_handle(desc, dataSequence, dev, q, out);

return check_test(out, expected);
}

int main() {

sycl::device dev;
sycl::queue q(dev);
auto ctxt = q.get_context();

// Standard images copies
bool validated = run_copy_test_with<sycl::image_channel_order::r,
sycl::image_channel_type::fp32, 2>(
dev, q, {2048 * 8, 2048 * 8});

validated &= run_copy_test_with<sycl::image_channel_order::r,
sycl::image_channel_type::fp32, 1>(
dev, q, {512 * 256});

validated &= run_copy_test_with<sycl::image_channel_order::r,
sycl::image_channel_type::fp32, 3>(
dev, q, {2048, 2048, 64});

// Layered images copies
validated &=
run_copy_test_with<sycl::image_channel_order::r,
sycl::image_channel_type::fp32, 2,
syclexp::image_type::array>(dev, q, {956, 38});
validated &=
run_copy_test_with<sycl::image_channel_order::r,
sycl::image_channel_type::fp32, 3,
syclexp::image_type::array>(dev, q, {2048, 2048, 64});

if (!validated) {
std::cout << "Tests failed";
return 1;
}

std::cout << "Tests passed";

return 0;
}
1 change: 1 addition & 0 deletions sycl/test/abi/sycl_symbols_linux.dump
Original file line number Diff line number Diff line change
Expand Up @@ -4116,6 +4116,7 @@ _ZN4sycl3_V17handler12addReductionERKSt10shared_ptrIKvE
_ZN4sycl3_V17handler13getKernelNameB5cxx11Ev
_ZN4sycl3_V17handler15ext_oneapi_copyENS0_3ext6oneapi12experimental16image_mem_handleENS0_5rangeILi3EEERKNS4_16image_descriptorEPvS7_S7_S7_
_ZN4sycl3_V17handler15ext_oneapi_copyENS0_3ext6oneapi12experimental16image_mem_handleEPvRKNS4_16image_descriptorE
_ZN4sycl3_V17handler15ext_oneapi_copyENS0_3ext6oneapi12experimental16image_mem_handleES5_RKNS4_16image_descriptorE
cppchedy marked this conversation as resolved.
Show resolved Hide resolved
_ZN4sycl3_V17handler15ext_oneapi_copyEPvNS0_3ext6oneapi12experimental16image_mem_handleERKNS5_16image_descriptorE
_ZN4sycl3_V17handler15ext_oneapi_copyEPvNS0_5rangeILi3EEES2_S4_RKNS0_3ext6oneapi12experimental16image_descriptorEmS4_S4_
_ZN4sycl3_V17handler15ext_oneapi_copyEPvNS0_5rangeILi3EEES4_NS0_3ext6oneapi12experimental16image_mem_handleES4_RKNS7_16image_descriptorES4_
Expand Down
4 changes: 4 additions & 0 deletions sycl/test/abi/sycl_symbols_windows.dump
Original file line number Diff line number Diff line change
Expand Up @@ -1025,6 +1025,7 @@
?ext_oneapi_copy@handler@_V1@sycl@@QEAAXPEAXUimage_mem_handle@experimental@oneapi@ext@23@AEBUimage_descriptor@56723@@Z
?ext_oneapi_copy@handler@_V1@sycl@@QEAAXPEAXV?$range@$02@23@01AEBUimage_descriptor@experimental@oneapi@ext@23@_K11@Z
?ext_oneapi_copy@handler@_V1@sycl@@QEAAXPEAXV?$range@$02@23@1Uimage_mem_handle@experimental@oneapi@ext@23@1AEBUimage_descriptor@67823@1@Z
?ext_oneapi_copy@handler@_V1@sycl@@QEAAXUimage_mem_handle@experimental@oneapi@ext@23@0AEBUimage_descriptor@56723@@Z
?ext_oneapi_copy@handler@_V1@sycl@@QEAAXUimage_mem_handle@experimental@oneapi@ext@23@PEAXAEBUimage_descriptor@56723@@Z
?ext_oneapi_copy@handler@_V1@sycl@@QEAAXUimage_mem_handle@experimental@oneapi@ext@23@V?$range@$02@23@AEBUimage_descriptor@56723@PEAX111@Z
?ext_oneapi_copy@queue@_V1@sycl@@QEAA?AVevent@23@PEAX0AEBUimage_descriptor@experimental@oneapi@ext@23@_KAEBUcode_location@detail@23@@Z
Expand All @@ -1039,6 +1040,9 @@
?ext_oneapi_copy@queue@_V1@sycl@@QEAA?AVevent@23@PEAXV?$range@$02@23@1Uimage_mem_handle@experimental@oneapi@ext@23@1AEBUimage_descriptor@78923@1AEBUcode_location@detail@23@@Z
?ext_oneapi_copy@queue@_V1@sycl@@QEAA?AVevent@23@PEAXV?$range@$02@23@1Uimage_mem_handle@experimental@oneapi@ext@23@1AEBUimage_descriptor@78923@1AEBV?$vector@Vevent@_V1@sycl@@V?$allocator@Vevent@_V1@sycl@@@std@@@std@@AEBUcode_location@detail@23@@Z
?ext_oneapi_copy@queue@_V1@sycl@@QEAA?AVevent@23@PEAXV?$range@$02@23@1Uimage_mem_handle@experimental@oneapi@ext@23@1AEBUimage_descriptor@78923@1V423@AEBUcode_location@detail@23@@Z
?ext_oneapi_copy@queue@_V1@sycl@@QEAA?AVevent@23@Uimage_mem_handle@experimental@oneapi@ext@23@0AEBUimage_descriptor@67823@AEBUcode_location@detail@23@@Z
?ext_oneapi_copy@queue@_V1@sycl@@QEAA?AVevent@23@Uimage_mem_handle@experimental@oneapi@ext@23@0AEBUimage_descriptor@67823@AEBV?$vector@Vevent@_V1@sycl@@V?$allocator@Vevent@_V1@sycl@@@std@@@std@@AEBUcode_location@detail@23@@Z
?ext_oneapi_copy@queue@_V1@sycl@@QEAA?AVevent@23@Uimage_mem_handle@experimental@oneapi@ext@23@0AEBUimage_descriptor@67823@V423@AEBUcode_location@detail@23@@Z
?ext_oneapi_copy@queue@_V1@sycl@@QEAA?AVevent@23@Uimage_mem_handle@experimental@oneapi@ext@23@PEAXAEBUimage_descriptor@67823@AEBUcode_location@detail@23@@Z
?ext_oneapi_copy@queue@_V1@sycl@@QEAA?AVevent@23@Uimage_mem_handle@experimental@oneapi@ext@23@PEAXAEBUimage_descriptor@67823@AEBV?$vector@Vevent@_V1@sycl@@V?$allocator@Vevent@_V1@sycl@@@std@@@std@@AEBUcode_location@detail@23@@Z
?ext_oneapi_copy@queue@_V1@sycl@@QEAA?AVevent@23@Uimage_mem_handle@experimental@oneapi@ext@23@PEAXAEBUimage_descriptor@67823@V423@AEBUcode_location@detail@23@@Z
Expand Down
Loading