ouankou / llnl-work-notes

Record TODO, Work-in-Progress and Done tasks in LLNL.
GNU Affero General Public License v3.0
0 stars 0 forks source link

Add OpenMP GPU kernel to AMR example in Charm #15

Closed ouankou closed 4 years ago

ouankou commented 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.

ouankou commented 4 years ago

Solved by commit https://github.com/ouankou/charm/commit/5bf78dbae9bb7dd9e53ea2aaac8d77da5bfa068c.