[all-commits] [llvm/llvm-project] 197b7b: [NFC][libomptarget] move remaining device specific...
Jon Chesterfield via All-commits
all-commits at lists.llvm.org
Fri Oct 25 10:58:36 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 197b7b24c330a722cae76ded7c91f51d4d28192f
https://github.com/llvm/llvm-project/commit/197b7b24c330a722cae76ded7c91f51d4d28192f
Author: Jon Chesterfield <jonathanchesterfield at gmail.com>
Date: 2019-10-25 (Fri, 25 Oct 2019)
Changed paths:
M openmp/libomptarget/deviceRTLs/nvptx/src/omptarget-nvptx.h
M openmp/libomptarget/deviceRTLs/nvptx/src/target_impl.h
Log Message:
-----------
[NFC][libomptarget] move remaining device specific code out of omptarget-nvptx.h
Summary:
[NFC][libomptarget] move remaining device specific code out of omptarget-nvptx.h
Strictly there is one remaining difference wrt amdgcn - parallelLevel is
volatile qualified on amdgcn and not on nvptx. Determining whether this is
correct - and how to represent the different semantics of 'volatile' under
various conditions - is beyond the scope of this code motion patch.
Reviewers: ABataev, jdoerfert, grokos
Subscribers: openmp-commits
Tags: #openmp
Differential Revision: https://reviews.llvm.org/D69424
More information about the All-commits
mailing list