were commented on issue #4275: imp module is deprecated URL: https://github.com/apache/incubator-tvm/pull/4275#issuecomment-554247918 In `topi.cpp`, a bunch of dummy modules are created to get rid of a bunch of modules with only one line. [This](https://stackoverflow.com/questions/32175693/python-importlibs-analogue-for-imp-new-module) can perfectly achieve exactly the same effect to replace `imp`. On the other hand, I know it is acceptable to have modules just load FFI, like `tvm.arith`. I am not sure which one is a better way to get rid of imp.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
