Skip to content

Conversation

@wcy123
Copy link
Contributor

@wcy123 wcy123 commented Jul 25, 2025

Description

bugfix segfault when when registering VitisAI EP.

import onnxruntime as ort
ort.register_execution_provider_library("VitisAIExecutionProvider", "./onnxruntime_providers_vitisai.dll")

it crashes at here

ORT_RETURN_IF_ERROR(CreateDataTransferForFactory(*factory, data_transfer));

It is related to #25254

Implementation

and an empty implementation for CreateDataTransferImpl

@wcy123
Copy link
Contributor Author

wcy123 commented Jul 25, 2025

duplicated with #25503

@wcy123 wcy123 closed this Jul 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant