Conversation
Member
|
The |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #467 +/- ##
==========================================
- Coverage 90.75% 90.45% -0.31%
==========================================
Files 53 51 -2
Lines 2932 2796 -136
==========================================
- Hits 2661 2529 -132
+ Misses 271 267 -4
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Contributor
There was a problem hiding this comment.
KomaMRI Benchmarks
Details
| Benchmark suite | Current: 0ffeac9 | Previous: 57f8698 | Ratio |
|---|---|---|---|
MRI Lab/Bloch/CPU/2 thread(s) |
1359257608 ns |
226618506 ns |
6.00 |
MRI Lab/Bloch/CPU/4 thread(s) |
910612378.5 ns |
174536994 ns |
5.22 |
MRI Lab/Bloch/CPU/8 thread(s) |
822300057 ns |
146360095.5 ns |
5.62 |
MRI Lab/Bloch/CPU/1 thread(s) |
3306709700 ns |
347644824 ns |
9.51 |
MRI Lab/Bloch/GPU/CUDA |
151919104 ns |
57253633 ns |
2.65 |
MRI Lab/Bloch/GPU/oneAPI |
27115286387 ns |
515042255.5 ns |
52.65 |
MRI Lab/Bloch/GPU/Metal |
3247290708 ns |
541353541 ns |
6.00 |
MRI Lab/Bloch/GPU/AMDGPU |
115785398 ns |
37619574.5 ns |
3.08 |
Slice Selection 3D/Bloch/CPU/2 thread(s) |
2543793149 ns |
1024148878 ns |
2.48 |
Slice Selection 3D/Bloch/CPU/4 thread(s) |
1686269181 ns |
580936747 ns |
2.90 |
Slice Selection 3D/Bloch/CPU/8 thread(s) |
1175244816 ns |
386777586 ns |
3.04 |
Slice Selection 3D/Bloch/CPU/1 thread(s) |
5900630273.5 ns |
1925568005.5 ns |
3.06 |
Slice Selection 3D/Bloch/GPU/CUDA |
269806857.5 ns |
100754922 ns |
2.68 |
Slice Selection 3D/Bloch/GPU/oneAPI |
2167922297 ns |
654922437.5 ns |
3.31 |
Slice Selection 3D/Bloch/GPU/Metal |
1413343333 ns |
564653500 ns |
2.50 |
Slice Selection 3D/Bloch/GPU/AMDGPU |
96626718.5 ns |
60779232 ns |
1.59 |
This comment was automatically generated by workflow using github-action-benchmark.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
2nd attempt at reverting to the commit adding the benchmarking CI for a time comparison. I think it should work this time since I used this solution here: https://stackoverflow.com/questions/32841671/reverting-to-a-specific-commit-without-losing-history which shouldn't rewrite history like git reset.