UniversityOfGdanskTeamPython / epseon_backend

Vulkan based GPU accelerated implementation of numerical Schrödinger equation solver
MIT License
0 stars 0 forks source link

Terminate called after throwing an instance of 'std::system_error' what(): Resource deadlock avoided #33

Closed Argmaster closed 11 months ago

Argmaster commented 11 months ago

Garbage collection of TaskHandleFloat32 and TaskHandleFloat64 without call to .wait() results in following error:

terminate called after throwing an instance of 'std::system_error'
  what():  Resource deadlock avoided
Fatal Python error: Aborted
Argmaster commented 11 months ago

Will be resolved after merging #27