[all-commits] [llvm/llvm-project] 9b06ac: [nfc][omptarget] Use builtin var abstraction. Seco...
Jon Chesterfield via All-commits
all-commits at lists.llvm.org
Thu Oct 31 19:22:02 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9b06ac98d0818be3534abe6bc031bf8a40361363
https://github.com/llvm/llvm-project/commit/9b06ac98d0818be3534abe6bc031bf8a40361363
Author: JonChesterfield <jonathanchesterfield at gmail.com>
Date: 2019-11-01 (Fri, 01 Nov 2019)
Changed paths:
M openmp/libomptarget/deviceRTLs/nvptx/src/data_sharing.cu
M openmp/libomptarget/deviceRTLs/nvptx/src/debug.h
M openmp/libomptarget/deviceRTLs/nvptx/src/libcall.cu
M openmp/libomptarget/deviceRTLs/nvptx/src/support.cu
Log Message:
-----------
[nfc][omptarget] Use builtin var abstraction. Second pass at D69476
Summary:
[nfc][omptarget] Use builtin var abstraction. Second pass at D69476
Use the wrappers in support.h for cuda builtin variables at all call sites.
Localises use of cuda and removes WARPSIZE==32 assumption in debug.h.
Reviewers: ABataev, jdoerfert, grokos
Reviewed By: jdoerfert
Subscribers: openmp-commits
Tags: #openmp
Differential Revision: https://reviews.llvm.org/D69693
More information about the All-commits
mailing list