microsoft / onnxruntime-extensions

onnxruntime-extensions: A specialized pre- and post- processing library for ONNX Runtime
MIT License
323 stars 84 forks source link

Add the missing tasks and fix the issues in CUDA python unit test pipelines #615

Closed wenbingl closed 10 months ago

wenbingl commented 10 months ago

@snnn, @mszhanyi , Can you also create Python unit test pipeline for CUDA? I already put the command lines of build/test in this PR.

mszhanyi commented 10 months ago

Error in WindowsPyCUDA is fixed.

wenbingl commented 10 months ago

Error in WindowsPyCUDA is fixed.

Can you have a look at the failure again? Since it was testing with Nightly build, it should be put in ci-optional pipeline.

And Can you enhance your existing CUDA pipeline with these Python unit tests as well? @mszhanyi