[Openmp-commits] [PATCH] D104696: [AMDGPU][Libomptarget] Delete g_atl_machine global

Jon Chesterfield via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Aug 18 17:39:54 PDT 2021


JonChesterfield added inline comments.


================
Comment at: openmp/libomptarget/plugins/amdgpu/impl/data.cpp:26
-                                         atmi_devtype_t DeviceType) {
-  switch (DeviceType) {
-  case ATMI_DEVTYPE_CPU:
----------------
removing this switch gets rid of the last build warning I see locally


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104696



More information about the Openmp-commits mailing list