[Openmp-commits] [PATCH] D71382: [libomptarget] Move resource id functions into target specific code, implement for amdgcn
Alexey Bataev via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Dec 12 09:10:00 PST 2019
ABataev added inline comments.
================
Comment at: openmp/libomptarget/deviceRTLs/amdgcn/src/resource_id.hip:1
+//===--- resource_id.hip - AMDGCN OpenMP resource id functions --- HIP -*-===//
+//
----------------
We have target-specific files already, like `target_impl.h`, maybe just put all these stuff in this file?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71382/new/
https://reviews.llvm.org/D71382
More information about the Openmp-commits
mailing list