mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-26 22:35:43 +00:00
* Implement Nuphar execution provider Nuphar execution provider is a TVM-based compilation provider. It has shown great speedups for RNN models using Scan. This PR is mainly for a preview of the shared codegen library for other TVM-based providers. * Fix submodules * Fix TVM submodule * Update Nuphar to latest and resolve confliction * Remove stale files caused by merge -X theirs * Revert heap buffer change to not introduce onnxruntime_framework into onnxruntime_perf_test * Fix bad merge * Merge from Nuphar * Fix warning treated as error, revert some unnecessary changes * Revert some more test changes * Some more test revert or comments to make review easier New tests could be added later * One more revert of unnecessary changes * More change revert. Test could be added back later. |
||
|---|---|---|
| .. | ||
| binary_ops.cc | ||
| binary_ops.h | ||
| gemm.cc | ||
| gemm.h | ||
| logsoftmax.cc | ||
| logsoftmax.h | ||
| matmul_ops.cc | ||
| matmul_ops.h | ||
| reduce_ops.cc | ||
| reduce_ops.h | ||
| softmax.cc | ||
| softmax.h | ||
| unary_ops.cc | ||
| unary_ops.h | ||