onnxruntime/onnxruntime/core/codegen/passes/scheduler
KeDengMS 60208463a9
[NupharEP] Enable parallel schedule (#2505)
* [NupharEP] Enable parallel schedule
* Update TVM with the fix to TVM threadpool to use OpenMP if possible
* Add parallel schedule when trying to vectorize
With this change, BERT squad perf on a 4-core (8 HT) CPU goes from 187ms to 150ms

* Address CR, docs and cmake update

* Doc fix

* Fix mkl

* Fix TVM windows build when using mklml
2019-11-28 08:35:56 -08:00
..
all_schedules.h Implementation of TVM codegen library (#888) 2019-07-03 10:32:59 -07:00
ort_type_schedule.cc Implementation of TVM codegen library (#888) 2019-07-03 10:32:59 -07:00
schedule_utils.cc [NupharEP] Enable parallel schedule (#2505) 2019-11-28 08:35:56 -08:00
schedule_utils.h [NupharEP] Enable parallel schedule (#2505) 2019-11-28 08:35:56 -08:00
tvm_rule_schedule.cc Implementation of TVM codegen library (#888) 2019-07-03 10:32:59 -07:00
tvm_schedule_builder.cc Implementation of TVM codegen library (#888) 2019-07-03 10:32:59 -07:00
tvm_schedule_builder.h Implementation of TVM codegen library (#888) 2019-07-03 10:32:59 -07:00
tvm_scheduler.cc Implementation of TVM codegen library (#888) 2019-07-03 10:32:59 -07:00
tvm_scheduler.h Implementation of Nuphar execution provider (#881) 2019-09-01 23:01:47 -07:00