[all-commits] [llvm/llvm-project] fd3437: [OPENMP][NVPTX]Add NVPTX specific definitions for ...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Wed Feb 5 07:01:21 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fd3437a4f791cb0520e19b87953141fc68543377
https://github.com/llvm/llvm-project/commit/fd3437a4f791cb0520e19b87953141fc68543377
Author: Alexey Bataev <a.bataev at hotmail.com>
Date: 2020-02-05 (Wed, 05 Feb 2020)
Changed paths:
M clang/lib/Headers/CMakeLists.txt
A clang/lib/Headers/openmp_wrappers/new
Log Message:
-----------
[OPENMP][NVPTX]Add NVPTX specific definitions for new/delete operators.
Summary:
To use new/delete in NVPTX code we need to define them. Implementation
copied from CUDA wrappers.
Reviewers: hfinkel, jdoerfert
Subscribers: mgorny, guansong, kkwli0, caomhin, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D73128
More information about the All-commits
mailing list