Skip to content

Conversation

@pranavsharma
Copy link

@pranavsharma pranavsharma requested a review from snnn September 23, 2022 00:39
@snnn
Copy link

snnn commented Sep 23, 2022

The build failures are expected. I will refactor the pipelines to let them fetch bits from our ORT-Nightly feed to fix the issues.

"${ONNXRUNTIME_ROOTDIR}/include/onnxruntime/core/providers/cpu"
"${ONNXRUNTIME_ROOTDIR}/include/onnxruntime/core/providers/cuda"
"${ONNXRUNTIME_ROOTDIR}/include/onnxruntime/core/providers/dnnl"
"${ONNXRUNTIME_ROOTDIR}/include/onnxruntime/core/providers/nuphar"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nuphar is deleted from the latest ORT.

"${ONNXRUNTIME_ROOTDIR}/include/onnxruntime/core/providers/tensorrt"
"${ONNXRUNTIME_ROOTDIR}/include/onnxruntime/core/providers/dml"
"${ONNXRUNTIME_ROOTDIR}/include/onnxruntime/core/providers/migraphx"
"${ONNXRUNTIME_ROOTDIR}/include/onnxruntime/core/session")
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So, it means we need to list all EPs here? Why?

If I understood correctly, ONNXRUNTIME_ROOTDIR is where ORT is installed, not the source folder. At the installation step, should we already put all the EP specific header files into one place?

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.

[Build] Onnxruntime C++ samples do not build off Cmake installed onnxruntime

3 participants