Tags: AdaptiveCpp/AdaptiveCpp
Tags
HIP: Support hipPointerAttribute_t from ROCm 6 (#1223) * HIP: Support hipPointerAttribute_t from ROCm 6 In ROCm 5.6 (or 5.5), `hipPointerAttribute_t::memoryType` was deprecated in favor of `hipPointerAttribute_t::type`. It is suspected (ROCm/Gromacs#28) that the old version will be removed in ROCm 6. Haven't actually tested ROCm 6, so there might be other issues. * Improve readability a bit
Add instant submission mode (#1128) * Add instant submission mode * handler: Fix missing arguments of execution hints for DAG-style submission * [OpenCL] Support USM pointer queries if the target device id is not 0 * [OpenCL] Fix incorrect size passed to clGetMemAllocInfoINTEL when querying device of USM pointer * [L0] Support dedicated in-order queues * Instant submission: Configure node correctly by assigning device and executor * Instant submission: Remove obsolete warning * Only allow instant submission if appropriate macro is defined * Allow instant submission in SYCL tests * Setup instrumentations correctly for instant submissions * [Doc] Mention instant submission in performance hints section * Make inorder_executor thread-safe * Make kernel_cache thread-safe * [L0] Make queue thread-safe for instant submission * omp_queue: Make _backend_id const to make clear why it is thread-safe * [NFC] Add comment to mention that inorder_queue interface must be thread-safe * [OpenCL] Make ocl_queue thread-safe * [HIP][CUDA] Make hip/cuda_queue members const where appropriate to make clear why they are thread-safe * Make coarse-grained event decay thread-safe
PreviousNext