Symbol not found: _do_scheduling_unsigned when using numba

前端 未结 0 802
醉话见心
醉话见心 2021-01-18 07:52

If I import the following, it compiles to the expected .so file:

import numba as nb
from numba.pycc import CC

cc = CC(\'t1\')


@nb.njit(parallel=True)
@cc.e         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题