Hello!
I’m sorry that I’m asking a question that’s not really on the topic.
Could you tell me if SpacemitExecutionProvider is an open-source project, can I see its source code somewhere? Or is the libspacemit_ep library closed?
I am interested in the scenario of using tcm memory.
在使用2.0.0版本库的时候,报了以下的错误:
2025-01-18 00:50:59.020304789 [E:onnxruntime:, compiler_depend.ts:509 ExecuteKernel] Non-zero status code returned while running SpineSubgraph_7569176693315599287_22 node. Name:‘SpaceMITExecutionProvider_SpineSubgraph_7569176693315599287_22_0’ Status Message: can not find dispatch at node /blocks.0/attn/v/MatMul[MatMul]
terminate called after throwing an instance of ‘Ort::Exception’
what(): Non-zero status code returned while running SpineSubgraph_7569176693315599287_22 node. Name:‘SpaceMITExecutionProvider_SpineSubgraph_7569176693315599287_22_0’ Status Message: can not find dispatch at node /blocks.0/attn/v/MatMul[MatMul]
在使用1.2.2版本库的时候,模型量化使用x86版本的onnxruntime,生成int8的onnx版本模型后,在开发版上直接跑,结果上看,没有按照期望的调用spaceMit的EP,请问量化这一步,可以用x86的做吗?