[all-commits] [llvm/llvm-project] e1dede: [Libomptarget] Add unroll flag to shared variables...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Fri Jul 23 13:45:43 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e1dedecaa6f83223efde5e0bf98a8f070aa5d6a5
https://github.com/llvm/llvm-project/commit/e1dedecaa6f83223efde5e0bf98a8f070aa5d6a5
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2021-07-23 (Fri, 23 Jul 2021)
Changed paths:
M openmp/libomptarget/deviceRTLs/common/src/parallel.cu
Log Message:
-----------
[Libomptarget] Add unroll flag to shared variables loop
Unrolling this loop provides better performance in practice because it is
executed on the device and is likely to be very small.
Reviewed By: tianshilei1992
Differential Revision: https://reviews.llvm.org/D106692
More information about the All-commits
mailing list