- Mar 29, 2021
-
-
Aksel Alpay authored
Add buffer construction on top of USM pointers, add explicit buffer policies
-
Aksel Alpay authored
Bump version to 0.9.1
-
Aksel Alpay authored
-
Aksel Alpay authored
-
Aksel Alpay authored
-
Aksel Alpay authored
-
Aksel Alpay authored
-
- Mar 28, 2021
-
-
Aksel Alpay authored
Implement queue::wait() using node group properties, optimize wait() in dag_submitted_ops
-
Aksel Alpay authored
Expose buffer page size as property for concurrent kernel buffer access
-
Aksel Alpay authored
-
Aksel Alpay authored
-
- Mar 27, 2021
-
-
Aksel Alpay authored
-
Aksel Alpay authored
-
Aksel Alpay authored
-
Aksel Alpay authored
Add several multi_queue_executor optimizations, automatic work distribution across streams, hipSYCL_prefer_execution_lane extension
-
Aksel Alpay authored
-
Aksel Alpay authored
-
- Mar 26, 2021
-
-
Aksel Alpay authored
Co-authored-by: fodinabor <5982050+fodinabor@users.noreply.github.com>
-
Aksel Alpay authored
[HIP] Use new HIP launch API and define __HIP_ROCclr__
-
Aksel Alpay authored
-
Aksel Alpay authored
-
Aksel Alpay authored
-
Aksel Alpay authored
-
- Mar 25, 2021
-
-
Aksel Alpay authored
-
Aksel Alpay authored
-
- Mar 24, 2021
-
-
Aksel Alpay authored
-
Aksel Alpay authored
-
Aksel Alpay authored
-
Aksel Alpay authored
Allow selecting active backends via environment variable
-
Aksel Alpay authored
Don't die if the one of the backend search paths does not exist.
-
Aksel Alpay authored
Redesign initialization mechanism for captured accessors using binary tagging
-
Aksel Alpay authored
-
Aksel Alpay authored
Merge branch 'feature/redesign-accessor-pointer-initialization' of ssh://github.com/illuhad/hipSYCL into feature/redesign-accessor-pointer-initialization
-
Joachim Meyer authored
-
- Mar 23, 2021
-
-
Joachim Meyer authored
-
Joachim Meyer authored
And correct the note about windows support in the ReadMe.
-
Joachim Meyer authored
-
Joachim Meyer authored
-
Joachim Meyer authored
Usage is as similar to HIPSYCL_TARGETS as possible: e.g. HIPSYCL_ACTIVE_BACKENDS="omp;cuda" would activate OpenMP and CUDA. No device selection is implemented here, so don't use `:` .. OpenMP will be always be active, as we need it as host device.
-
Joachim Meyer authored
But output an error if no CPU backend was loaded and also throw an exception then.
-