Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: AdaptiveCpp/AdaptiveCpp

Tags

v24.10.0

Toggle v24.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1647 from AdaptiveCpp/bump-version-to-24-10

Bump version to 24.10

v24.06.0

Toggle v24.06.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1546 from AdaptiveCpp/hotfix/msgpack-serialization

[msgpack] Fix incorrect deserialization for uint64 types

v24.02.0

Toggle v24.02.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1396 from AdaptiveCpp/bugfix/1395

Only search for libLLVM in the selected LLVM tree

v23.10.0

Toggle v23.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v23.10.0-alpha

Toggle v23.10.0-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.9.4

Toggle v0.9.4's commit message
Bump version to 0.9.4

v0.9.3

Toggle v0.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
README: Add section on performance guidelines and add new paper for c…

…itation (#818)

v0.9.2

Toggle v0.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #702 from sbalint98/add_force_clang_version

Add option to disable the usage of deviceMangler

v0.9.1

Toggle v0.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #517 from illuhad/feature/usm-buffer-interop-part2

Add buffer construction on top of USM pointers, add explicit buffer policies

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #405 from illuhad/feature/bump-version-0.9

Bump version to 0.9.0-git