[Openmp-commits] [PATCH] D81054: [OpenMP] Introduce target memory manager
Shilei Tian via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Aug 12 10:29:58 PDT 2020
tianshilei1992 added a comment.
In D81054#2213597 <https://reviews.llvm.org/D81054#2213597>, @JonChesterfield wrote:
> It definitely can and should be tested. Instantiate on a device that uses host malloc/free for the functions and stress test it under valgrind.
The "unit test" Ye mentions is not the one you said here. I agree to add a test like you said and I will. The "unit test" Ye wants is to test the class `MemoryManagerTy` directly, which is currently not feasible. We don't have a test framework to support that.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81054/new/
https://reviews.llvm.org/D81054
More information about the Openmp-commits
mailing list