[PATCH] D110029: [OpenMP][Offloading] Use bitset to indicate execution mode instead of value

Jon Chesterfield via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 27 15:09:00 PDT 2021


JonChesterfield added a comment.

This seems to be related to some things failing on amdgpu at present:

> Target AMDGPU RTL --> Error wrong exec_mode value specified in HSA code object file: 3

The semantics for this mode seem to have been introduced in D106460 <https://reviews.llvm.org/D106460>, which updated the amdgpu plugin to match. I think applying roughly this patch to the amdgpu plugin will bring it back to working.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110029



More information about the llvm-commits mailing list