HIP icon indicating copy to clipboard operation
HIP copied to clipboard

"Cannot register Static Global Var" Error when loading HIP code

Open fweig opened this issue 1 year ago • 8 comments

I'm trying load a shared library containing HIP code at runtime via dlopen.

Doing so crashes the application with a "Cannot register Static Global Var" Error from the HIP runtime.

Are the any pointers what could cause this / how to solve this?

fweig avatar Apr 07 '23 09:04 fweig