"benchmark/git@developer.sourcefind.cn:OpenDAS/tilelang.git" did not exist on "667632cc0b220420d2535be2d9789c892b78eae7"
Avoid using deprecated API in python 3.9
The PyEval_InitThreads() and PyEval_ThreadsInitialized() functions are now deprecated and will be removed in Python 3.11. Calling PyEval_InitThreads() now does nothing. The GIL is initialized by Py_Initialize() since Python 3.7.
Showing
Please register or sign in to comment