[Openmp-commits] [PATCH] D106455: [libomptarget][amdgpu][nfc] Refactor #includes
Jon Chesterfield via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Jul 21 09:19:01 PDT 2021
JonChesterfield marked an inline comment as done.
JonChesterfield added inline comments.
================
Comment at: openmp/libomptarget/plugins/amdgpu/impl/hsa_api.h:1
+#ifndef AMDGPU_HSA_API_H_INCLUDED
+#define AMDGPU_HSA_API_H_INCLUDED
----------------
jdoerfert wrote:
> Licence headers please.
It looks like a lot of the other files are marked up as MIT/ATMI. They don't have much in common with ATMI any more but I should check with the authors before changing the other files.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106455/new/
https://reviews.llvm.org/D106455
More information about the Openmp-commits
mailing list