[Openmp-commits] [PATCH] D127769: [Libomptarget] Add checks for AMDGPU TargetID using new image info

Joseph Huber via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Jun 14 11:00:59 PDT 2022


jhuber6 added a comment.

Looks fine to me given what I already created. I'll let someone with more knowledge of AMD's systems comment however.



================
Comment at: openmp/libomptarget/plugins/amdgpu/src/rtl.cpp:2041
+  }
+  DP("Image has compatible compute capability: %s\n", info->Arch);
+  return true;
----------------
Compute capability is a CUDA thing right.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127769/new/

https://reviews.llvm.org/D127769



More information about the Openmp-commits mailing list