[all-commits] [llvm/llvm-project] 762bad: [Libomptarget] Remove volatile from NVPTX work fun...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Mon Jul 19 17:03:42 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 762badb0ab44a015fd066089c6b266f51ab5f703
https://github.com/llvm/llvm-project/commit/762badb0ab44a015fd066089c6b266f51ab5f703
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2021-07-19 (Mon, 19 Jul 2021)
Changed paths:
M openmp/libomptarget/deviceRTLs/common/omptarget.h
M openmp/libomptarget/deviceRTLs/common/src/omp_data.cu
Log Message:
-----------
[Libomptarget] Remove volatile from NVPTX work function
Currently the NPVTX work function is marked volatile. This prevents some
optimizations from using this value.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D106310
More information about the All-commits
mailing list