ICLDisco / dplasma

DPLASMA is a highly optimized, accelerator-aware, implementation of a dense linear algebra package for distributed heterogeneous systems. It is designed to deliver sustained performance for distributed systems where each node featuring multiple sockets of multicore processors, and if available, accelerators, using the PaRSEC runtime as a backend.
Other
10 stars 8 forks source link

Return the proper PARSEC_HOOK_RETURN_ERROR in GPU error cases #99

Closed abouteiller closed 8 months ago

abouteiller commented 8 months ago

Return the proper PARSEC_HOOK_RETURN_ERROR in GPU error cases

This is extracted from the HIP PR that I am currently squashing