a6e620937b
* [RUNTIME] Api to get number of runtime threads Add `tvm::runtime::threading::NumThreads` and `tvm.runtime.num_threads` as a way to get the number of threads in use by the TVM runtime. * check if equal to hardware threads or hardware threads/2