hipMAGMA memory leak

Issue #26 resolved
Wayne Joubert created an issue

There appears to be a memory leak in hipMAGMA: in the file interface_hip/interface.cpp (generated from interface_cuda/interface.cpp), the function magma_queue_destroy_internal is not properly adapted from cuda to hip, thus fails to destroy everything formed by magma_queue_create_from_hip_internal.

Comments (2)

  1. Log in to comment