We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ALL
AMD Instinct MI300
No response
ROCm 6.0.0
rpp
The text was updated successfully, but these errors were encountered:
@hansely with the filesystem should the link library be added if experimental only - stdc++fs?
RPP adding here -
rpp/CMakeLists.txt
Line 180 in b4210f1
Should we first find filesystem and then link if experimental?
Sorry, something went wrong.
stdc++fs linking is only needed for older compiler. Newer compilers (GCC >= 9, Clang >= 9, MSVC >= 2017) doesn't require linking.
Macros could be used to check if filesystem is available. Refer to https://github.com/ROCm/MIVisionX/blob/develop/utilities/mv_deploy/mv_compile.cpp#L34
@hansely please create a PR to update documentation and any required docs to close this issue
hansely
No branches or pull requests
Problem Description
Operating System
ALL
CPU
ALL
GPU
AMD Instinct MI300
Other
No response
ROCm Version
ROCm 6.0.0
ROCm Component
rpp
Steps to Reproduce
No response
(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: