https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100573

--- Comment #14 from Alexander Monakov <amonakov at gcc dot gnu.org> ---
I would break in gdb on cuModuleGetFunction and

  x/s $rdx

to print the failing symbol (it's the third argument to the function).

It seems the "inner" entrypoint (which your patch attempted to nullify) is
still registered in offload tables, so the plugin takes its name from the
offload table and attempts to look it up in the offloaded code?

Reply via email to