[all-commits] [llvm/llvm-project] db5f10: [HIP] Remove workaround in __clang_hip_runtime_wra...
Yaxun (Sam) Liu via All-commits
all-commits at lists.llvm.org
Wed Jul 21 12:17:00 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: db5f100fe4ca252d7f392659e7da5dba10331ae7
https://github.com/llvm/llvm-project/commit/db5f100fe4ca252d7f392659e7da5dba10331ae7
Author: Yaxun (Sam) Liu <yaxun.liu at amd.com>
Date: 2021-07-21 (Wed, 21 Jul 2021)
Changed paths:
M clang/lib/Headers/__clang_hip_runtime_wrapper.h
Log Message:
-----------
[HIP] Remove workaround in __clang_hip_runtime_wrapper.h
Remove the workaround for -fopenmp in __clang_hip_runtime_wrapper.h
since it causes device functions in HIP wrapper headers disabled when
compiling HIP program with -fopenmp.
Reviewed by: Aaron Enye Shi, Jon Chesterfield
Differential Revision: https://reviews.llvm.org/D106070
More information about the All-commits
mailing list