[all-commits] [llvm/llvm-project] cdea43: [Libomptarget] Fix warnings on address space attri...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Fri Jul 15 14:21:47 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cdea4370572151207452ad6e8ee36b3eac654d55
https://github.com/llvm/llvm-project/commit/cdea4370572151207452ad6e8ee36b3eac654d55
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2022-07-15 (Fri, 15 Jul 2022)
Changed paths:
M openmp/libomptarget/DeviceRTL/include/Types.h
Log Message:
-----------
[Libomptarget] Fix warnings on address space attributes
The device runtime uses the address space attribute to control the
placement of important constants on the GPU. The changes made in D126061
caused these to start emitting errors as they were not applied to the
type. This patch fixes the issues to make the warnings go away.
Reviewed By: ye-luo
Differential Revision: https://reviews.llvm.org/D129896
More information about the All-commits
mailing list