[Openmp-commits] [PATCH] D85742: [libomptarget] Implement host plugin for amdgpu
Jon Chesterfield via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Aug 11 10:12:16 PDT 2020
JonChesterfield added inline comments.
================
Comment at: openmp/libomptarget/plugins/amdgpu/impl/msgpack.h:6
+
+namespace msgpack {
+
----------------
This is a from-scratch implementation of a msgpack parser, written by me in order to keep libomptarget from depending on the msgpack parse that already exists in llvm. Hopefully something that can go after the license changes finish up.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85742/new/
https://reviews.llvm.org/D85742
More information about the Openmp-commits
mailing list