struct localized_chunk
Declaration
struct localized_chunk { /* full declaration omitted */ };
Description
A chunk of a task's execution space that will be assigned to a device (or the host) and thus knows which memory its instructions will operate on.
Member Variables
- detail::memory_id memory_id = host_memory_id
- std::optional<detail::device_id> device_id
- box<3> execution_range