[Openmp-commits] [PATCH] D68310: Introduce an interface for target_impl that supports default implementations

Jon Chesterfield via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Oct 1 17:46:12 PDT 2019


JonChesterfield added a comment.

nvptx/src/target_impl.h currently defines an implicit interface comprised of various free functions that abstracts over low level aspects of nvptx. I'd prefer a more explicit interface before introducing another target.

This is a big design space. I think this diff is a reasonable point, but failing that it gives us a starting point for discussion.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68310





More information about the Openmp-commits mailing list