mirror of https://github.com/Jittor/Jittor
polish backends
This commit is contained in:
parent
1ccc22caab
commit
49a0f8ba43
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue