Skip to content

Commit d5751c8

Browse files
snnnankitm3k
authored andcommitted
Cleanup code (microsoft#22827)
### Description 1. Delete TVM EP because it is out of maintain 2. Delete ortmodule related docker files and scripts.
1 parent 99100c8 commit d5751c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnxruntime/python/onnxruntime_pybind_state_common.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ struct OrtStatus {
2424
char msg[1]; // a null-terminated string
2525
};
2626

27-
#define BACKEND_DEVICE BACKEND_PROC BACKEND_DNNL BACKEND_OPENVINO BACKEND_TVM BACKEND_OPENBLAS BACKEND_MIGRAPHX BACKEND_ACL BACKEND_ARMNN BACKEND_DML BACKEND_CANN BACKEND_WEBGPU
27+
#define BACKEND_DEVICE BACKEND_PROC BACKEND_DNNL BACKEND_OPENVINO BACKEND_OPENBLAS BACKEND_MIGRAPHX BACKEND_ACL BACKEND_ARMNN BACKEND_DML BACKEND_CANN BACKEND_WEBGPU
2828
#include "core/session/onnxruntime_cxx_api.h"
2929
#include "core/providers/providers.h"
3030
#include "core/providers/provider_factory_creators.h"

0 commit comments

Comments
 (0)