Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
"Fix" static initialization order fiasco
that's bad. within the runtime library, the call to TORCH_LIBRARY in register_trt_op.cpp relies on the fact that TRTEngine is already registrered, which is done through another static object initialization, in a different compilation unit (TRTEngine.cpp)
- Loading branch information