Don't use dlsym to resolve symbols in the CPU JIT
Instead of resolving symbols via dlsym when JITting for the CPU backend, use a registry based mechanism. This lets us kill off the --export_dynamic hack that we used to need for CustomCall on the CPU backend. PiperOrigin-RevId: 170892257
Loading
Please sign in to comment