but when i use auto-scheduler by auto_scheduler.extract_tasks(mod, params, target), there is no tasks, it confused me and block continue to use auto-schedule.
I try to remove -libs, and result export 31 tasks, so i can continue to schedule.
but a problem that i tested the target “cuda” is so slower than “cuda -libs=cudnn”,if i use “cuda” to auto-scheduler to get the best schedule_log, can i use the log to improve inference performance with “cuda -libs=cudnn” ?
Both CUDNN and auto-scheduler are trying to accelerate the same graph, so you should pick up the better one. If you use auto-scheduler to achieve better performance over CUDNN, you don’t and cannot use CUDNN to further improve it.