[Openmp-commits] [PATCH] D140213: [OpenMP][libomptarget] Add missing symbols in dynamic_hsa
Kevin Sala Penadés via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri Dec 16 06:41:33 PST 2022
kevinsala marked an inline comment as done.
kevinsala added inline comments.
================
Comment at: openmp/libomptarget/plugins/amdgpu/dynamic_hsa/hsa.h:306
+ HSA_DEFAULT_FLOAT_ROUNDING_MODE_NEAR = 2,
+} hsa_default_float_rounding_mode_t;
+
----------------
arsenm wrote:
> Is there a reason this is missing one?
That's used in https://reviews.llvm.org/D138389
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140213/new/
https://reviews.llvm.org/D140213
More information about the Openmp-commits
mailing list