[all-commits] [llvm/llvm-project] 119a9e: [OpenMP] Fix failing test due to change in offload...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Thu Jan 21 11:14:14 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 119a9ea13f9f2e5fe78125bc3f9a76ebf85d3270
https://github.com/llvm/llvm-project/commit/119a9ea13f9f2e5fe78125bc3f9a76ebf85d3270
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2021-01-21 (Thu, 21 Jan 2021)
Changed paths:
M openmp/libomptarget/include/Debug.h
M openmp/libomptarget/plugins/cuda/src/rtl.cpp
M openmp/libomptarget/src/device.cpp
M openmp/libomptarget/src/private.h
Log Message:
-----------
[OpenMP] Fix failing test due to change in offloading flags
Summary:
Prior to D91261 the information checked the OMP_MAP_TARGET_PARAM flag, change this as it has been removed. The INFO macro was changed to accept a flag as input to make conditionally printing information easier.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D95133
More information about the All-commits
mailing list