[Openmp-commits] [PATCH] D81989: [OpenMP] Introduce low level dependency process to target offloading

Jon Chesterfield via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Jun 17 07:31:34 PDT 2020


JonChesterfield added a comment.

Is there some design documentation on this? It's tricky to distinguish intent from quirks of cuda.

Amdgcn is built on the 'heterogenous system architecture' model which has a fair amount of support for managing graphs of tasks but also has challenging forward progress properties. I'm not immediately sure it would share much code with the nvptx implementation.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81989





More information about the Openmp-commits mailing list