microsoft / microsoft/onnxruntime
'make install' failed for rocm & migraphx
Open
@ytaous is already working on this.
Since Aug 22, 2022.
build
ep:MIGraphX
- Dominant language
- C++
- Stars
- 21.9k
- Forks
- 4.2k
- Avg merge
- 4d 8h
- Merged PRs (30d)
- 179
Description
CMake Error at cmake_install.cmake:102 (file): file INSTALL cannot find
".../cmake/../include/onnxruntime/core/providers/migraphx": No such file or directory.
CMake Error at cmake_install.cmake:126 (file): file INSTALL cannot find
".../cmake/../include/onnxruntime/core/providers/rocm": No such file or directory.
**Expected:
make install must succeed
Appropriate provider include directories must be created (core/providers/migraphx core/providers/rocm) and factory headers copied to them
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.