-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
hipsparse: init at 2.3.1-5.3.1 #197487
Closed
Closed
hipsparse: init at 2.3.1-5.3.1 #197487
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ofborg
bot
added
10.rebuild-darwin: 0
This PR does not cause any packages to rebuild
10.rebuild-linux: 0
This PR does not cause any packages to rebuild
labels
Oct 24, 2022
Madouura
force-pushed
the
pr/hipsparse
branch
from
October 24, 2022 14:21
e3b9baa
to
a26ead5
Compare
Madouura
force-pushed
the
pr/hipsparse
branch
from
October 27, 2022 13:55
a26ead5
to
930f833
Compare
For samples and tests, there seems to be some sort of either toolchain mixing or somehow the C++ standard gets reset to something not 14. (It does get set to 11 in clients, but I don't think that's what is causing this...) |
Madouura
force-pushed
the
pr/hipsparse
branch
from
October 27, 2022 18:10
930f833
to
f601468
Compare
github-actions
bot
added
the
6.topic: nixos
Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS
label
Oct 27, 2022
Turns out it wasn't a toolchain mixing issue. Anyway, tests work now. |
Madouura
force-pushed
the
pr/hipsparse
branch
from
October 30, 2022 17:09
f601468
to
78f1eff
Compare
Madouura
changed the title
hipsparse: init at 2.3.1-5.3.0
hipsparse: init at 2.3.1-5.3.1
Oct 30, 2022
Madouura
force-pushed
the
pr/hipsparse
branch
from
November 3, 2022 11:42
78f1eff
to
0b6a253
Compare
lovesegfault
reviewed
Nov 3, 2022
Madouura
force-pushed
the
pr/hipsparse
branch
from
November 3, 2022 18:25
0b6a253
to
0b45a8f
Compare
Rolled into #198770 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
6.topic: nixos
Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS
10.rebuild-darwin: 0
This PR does not cause any packages to rebuild
10.rebuild-linux: 0
This PR does not cause any packages to rebuild
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of changes
Tracking: #197885
Fourth part in a whole bunch of porting...
For now, nonixosTests
or enabledbuildTests
.Seems to be an upstream issue, AUR package also had to disable some things.hipSPARSE tests working!
hipsparse.passthru.tests
will likely always fail due to it being in a vm, but I have confirmed the tests generated do work on hardware.Depends on #197455
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes