polish backends

This commit is contained in:
Dun Liang 2022-10-26 14:39:38 +08:00
parent 1ccc22caab
commit 49a0f8ba43
1 changed files with 2 additions and 3 deletions

View File

@ -1239,9 +1239,8 @@ jit_utils.add_backend(corex_compiler)
if not has_cuda:
for mod in jit_utils.backends:
mod.check()
# if mod.check():
# break
if mod.check():
break
# build core
gen_jit_flags()