-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
rocfft: init at 1.0.18-5.3.1 #197693
rocfft: init at 1.0.18-5.3.1 #197693
Conversation
After running all tests and making a manual cmake build without nix, I cannot find any files or anything missing. 14158 FAILED TESTS
YOU HAVE 304128 DISABLED TESTS
single precision max l-inf epsilon: 1.84179e+14
single precision max l2 epsilon: 2.40348e+16
double precision max l-inf epsilon: 1.81827e-16
double precision max l2 epsilon: 1.00409e-14
~/Downloads via ❄️ impure (shell) took 45m12s
❯ /nix/store/dz4yjfbdlxkc9447lhd877dfx890k7i9-rocfft-1.0.18-5.3.0-test/bin/rocfft-test
single epsilon: 3.75e-05 double epsilon: 1e-15
rocFFT version: 1.0.18.
[==========] Running 284040 tests from 35 test suites.
[----------] Global test environment set-up. |
Rolled into #198770 |
Description of changes
Tracking: #197885
Sixth part in a whole bunch of porting...
rocfft.passthru.tests
will likely always fail due to it being in a vm. I am unsure as to the status of tests on hardware, there many of them and while the majority do seem to pass, some fail. May be client-specific as I can't find any reason for the package to be causing the failures.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