[PATCH] D57460: [WIP] Prototype a generic kernel offloading interface

Johannes Doerfert via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 26 14:13:59 PST 2019


jdoerfert added a comment.

I updated the patch with one that has a clean clang and runtime integration. It passes all but one OpenMP V&V test suite test (developed as part of ECP by U Del and others). The LLVM optimization gives us 30% speedup on the rodinia3.1/nw (Needleman Wunsch) benchmark (more details and a cleaned up LLVM part will follow in ~2 weeks time).

Please feel free to look through and comment on the interface (openmp/...) and clang part till then!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D57460





More information about the cfe-commits mailing list