[all-commits] [llvm/llvm-project] 479868: [libomptarget][nfc] Add declarations of atomic fun...
Jon Chesterfield via All-commits
all-commits at lists.llvm.org
Thu Dec 12 14:56:33 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 479868646a6a3a83dda482e8da26f77a1a39c58d
https://github.com/llvm/llvm-project/commit/479868646a6a3a83dda482e8da26f77a1a39c58d
Author: Jon Chesterfield <jonathanchesterfield at gmail.com>
Date: 2019-12-12 (Thu, 12 Dec 2019)
Changed paths:
M openmp/libomptarget/deviceRTLs/amdgcn/CMakeLists.txt
A openmp/libomptarget/deviceRTLs/amdgcn/src/hip_atomics.h
M openmp/libomptarget/deviceRTLs/amdgcn/src/target_impl.h
Log Message:
-----------
[libomptarget][nfc] Add declarations of atomic functions for amdgcn
Summary:
[libomptarget][nfc] Add declarations of atomic functions for amdgcn
This enables building more source for amdgcn. The functions are usually available
in a hip runtime header, but are duplicated here to decouple the implementation
Reviewers: jdoerfert, ABataev, grokos
Reviewed By: jdoerfert
Subscribers: jvesely, mgorny, jfb, openmp-commits
Tags: #openmp
Differential Revision: https://reviews.llvm.org/D71412
More information about the All-commits
mailing list