aomp icon indicating copy to clipboard operation
aomp copied to clipboard

openmp rtl does not destroy hsa queues, should do

Open JonChesterfield opened this issue 3 years ago • 1 comments

Destroying the queues would fix an assert with a debug rocr for openmp offloading applications,

inc/scratch_cache.h:112: rocr::AMD::ScratchCache::~ScratchCache(): Assertion `map.empty() && "ScratchCache not empty at shutdown."' failed.

JonChesterfield avatar Jun 27 '21 20:06 JonChesterfield

@JonChesterfield can you verify we still have this problem .

gregrodgers avatar Feb 11 '22 20:02 gregrodgers

This should no longer be an issue, closing. If still exists, we can reopen. deinit queues in plugin

jplehr avatar Oct 19 '23 15:10 jplehr