[Openmp-commits] [PATCH] D101498: [OpenMP] Test unified shared memory tests only on systems that support it.

Michael Kruse via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Apr 29 18:34:13 PDT 2021


Meinersbur added a comment.

In D101498#2724916 <https://reviews.llvm.org/D101498#2724916>, @protze.joachim wrote:

> The logic to identify whether certain features are supported for testing is in `openmp/cmake/OpenMPTesting.cmake`. Please add checks there to identify unified-shared-memory support.

Could you please suggest a mechanism that tests support for unified virtual memory in CUDA? According to https://developer.nvidia.com/blog/beyond-gpu-memory-limits-unified-memory-pascal/, the underlaying page migration mechanism is supported since Pascal, making me wonder why clang insists on a Volta-generation GPU for `#pragma omp requires unified_shared_memory`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101498



More information about the Openmp-commits mailing list