Created by: tonyyang-svail
fix #5648 (closed)
When using exe = Executor(place=None)
, the logic is the following:
compiled without GPU | compiled with GPU | |
---|---|---|
run without GPU | CPU | warning, then use CPU |
run with GPU | CPU | GPU |
Created by: tonyyang-svail
fix #5648 (closed)
When using exe = Executor(place=None)
, the logic is the following:
compiled without GPU | compiled with GPU | |
---|---|---|
run without GPU | CPU | warning, then use CPU |
run with GPU | CPU | GPU |