Closed ouankou closed 4 years ago
The AMR example has been fixed in Charm (https://github.com/UIUC-PPL/charm/issues/2980). OpenMP CPU kernel has been added on top of it (https://github.com/ouankou/charm/commit/33cfe330e6532ea3bae5ebcbd0938b8c251653c8).
The next step would be to add omp target to the kernel for GPU offloading.
omp target
Solved by commit https://github.com/ouankou/charm/commit/5bf78dbae9bb7dd9e53ea2aaac8d77da5bfa068c.
The AMR example has been fixed in Charm (https://github.com/UIUC-PPL/charm/issues/2980). OpenMP CPU kernel has been added on top of it (https://github.com/ouankou/charm/commit/33cfe330e6532ea3bae5ebcbd0938b8c251653c8).
The next step would be to add
omp target
to the kernel for GPU offloading.