-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
rocmPackages_[56].miopen
tests fail to build, rocmPackages_6.miopen
is broken
#299156
Comments
More information: synced to c77e28a with
Putting
The errors become missing symbol problems, e.g.:
|
Confirming that |
rocmPackages_6.miopen
tests fail to build, otherwise brokenrocmPackages_[56].miopen
tests fail to build, otherwise broken
I got most tests to build with dwf@60d972d but a few problems persist. for miopen 5.7.1, I think I just don't have compatible hardware, or have to set some environment variable perhaps.
For miopen 6.0.2, it's the error I encountered before:
|
rocmPackages_[56].miopen
tests fail to build, otherwise brokenrocmPackages_[56].miopen
tests fail to build, rocmPackages_6.miopen is broken
rocmPackages_[56].miopen
tests fail to build, rocmPackages_6.miopen is brokenrocmPackages_[56].miopen
tests fail to build, rocmPackages_6.miopen
is broken
I've sent a PR addressing the test build issue. For the LLVM issue with miopen 6.0.2, I'm basically out of ideas but https://github.com/dwf/nixpkgs/tree/miopen_wip contains some attempts throwing stuff at the wall, in case someone else wants to take a run at it. |
Describe the bug
I ran into
while working on getting jaxlib building with ROCm support, so I decided to build and run the MIOpen tests. At the moment they don't build.
One noticeable thing is that
gtest
should probably be inbuildInputs
but this was not enough to get the build going.Steps To Reproduce
Steps to reproduce the behavior:
rocmPackages_6.miopen
withbuildTests = true
Expected behavior
The build succeeds.
Screenshots
If applicable, add screenshots to help explain your problem.Additional context
Add any other context about the problem here.
Notify maintainers
@mschwaig @Madouura @Flakebi
@ScatteredRay I know you were working with ROCm 6 too, FYI
Cc #197885
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: