-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
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
rocm support enabled in nocuda builds and installed in non-AMD machines? #64
Comments
@isuruf Should we add a separate rocm built and have the default version build without rocm? |
A side effect of this is that in some cases downstream projects are linking
Anyhow, this .pc file is actually correct for rocm-enabled builds, the actual problem is conda-forge/conda-forge.github.io#1880, and the actual solution is to start using pkgconf in place of pkg-config. |
Yeah, a separate build with rocm makes sense |
fyi @fl-ferr |
In some internal workflows with @fl-ferr started seeing errors like:
That went away as soon as |
Fixed by #66 . |
Solution to issue cannot be found in the documentation.
Issue
Since #62 have been merged, all programs that use hwloc if installed and run on a machine without any cuda or rocm graphic card, print an error message related to failure in rocm initialization.
See for example
hwloc-ls
:or
hwloc-info
:The return code of the program is still
0
(i.e. success), but anyhow I was wondering if this was an intended behaviour, as it may be confusing for users.Installed packages
Environment info
The text was updated successfully, but these errors were encountered: