Skip to main content

async_event nd_copy_device_generic(
    sycl::queue& queue,
    const void* source_base,
    void* dest_base,
    const box<3>& source_box,
    const box<3>& dest_box,
    const region<3>& copy_region,
    size_t elem_size,
    bool enable_profiling)

Parameters

sycl::queue& queue
const void* source_base
void* dest_base
const box<3>& source_box
const box<3>& dest_box
const region<3>& copy_region
size_t elem_size
bool enable_profiling