[PATCH] D79754: [OpenMP][AMDGCN] Support OpenMP offloading for AMDGCN architecture - Part 1
Sameer Sahasrabuddhe via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun May 17 22:52:44 PDT 2020
sameerds added inline comments.
================
Comment at: clang/lib/AST/Decl.cpp:3224
+ // HIP does not have device-side standard library. printf and malloc are
+ // the only special cases that are supported by device-side runtime.
----------------
This should say "OpenMP does not have ..."?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79754/new/
https://reviews.llvm.org/D79754
More information about the llvm-commits
mailing list