-
Notifications
You must be signed in to change notification settings - Fork 247
Test for printing OutOfGPUMemoryError #2749
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CUDA.jl Benchmarks
Benchmark suite | Current: 0c19fae | Previous: 719b4c4 | Ratio |
---|---|---|---|
latency/precompile |
47583620084 ns |
47257959252.5 ns |
1.01 |
latency/ttfp |
6763739899 ns |
6830427074 ns |
0.99 |
latency/import |
3205521972 ns |
3217803391.5 ns |
1.00 |
integration/volumerhs |
9615022 ns |
9610454 ns |
1.00 |
integration/byval/slices=1 |
146858 ns |
146532 ns |
1.00 |
integration/byval/slices=3 |
425349.5 ns |
424864 ns |
1.00 |
integration/byval/reference |
145015 ns |
144771 ns |
1.00 |
integration/byval/slices=2 |
286102 ns |
285758 ns |
1.00 |
integration/cudadevrt |
103380 ns |
103343 ns |
1.00 |
kernel/indexing |
14107.5 ns |
14041 ns |
1.00 |
kernel/indexing_checked |
14961 ns |
14713.5 ns |
1.02 |
kernel/occupancy |
848.58 ns |
759.8307692307692 ns |
1.12 |
kernel/launch |
2189.6666666666665 ns |
2096.1 ns |
1.04 |
kernel/rand |
16775 ns |
14556 ns |
1.15 |
array/reverse/1d |
19773 ns |
19445.5 ns |
1.02 |
array/reverse/2d |
24211 ns |
24687 ns |
0.98 |
array/reverse/1d_inplace |
10150 ns |
10863 ns |
0.93 |
array/reverse/2d_inplace |
11618 ns |
11135 ns |
1.04 |
array/copy |
21250 ns |
20396 ns |
1.04 |
array/iteration/findall/int |
158420 ns |
157077 ns |
1.01 |
array/iteration/findall/bool |
139982 ns |
138251.5 ns |
1.01 |
array/iteration/findfirst/int |
163091.5 ns |
153592 ns |
1.06 |
array/iteration/findfirst/bool |
164221.5 ns |
153988.5 ns |
1.07 |
array/iteration/scalar |
71993 ns |
71780 ns |
1.00 |
array/iteration/logical |
215066 ns |
211941 ns |
1.01 |
array/iteration/findmin/1d |
41420 ns |
41025 ns |
1.01 |
array/iteration/findmin/2d |
94031.5 ns |
93445 ns |
1.01 |
array/reductions/reduce/1d |
41997.5 ns |
35564 ns |
1.18 |
array/reductions/reduce/2d |
47452.5 ns |
41919.5 ns |
1.13 |
array/reductions/mapreduce/1d |
35486 ns |
33607.5 ns |
1.06 |
array/reductions/mapreduce/2d |
51535 ns |
41487 ns |
1.24 |
array/broadcast |
20709 ns |
20714 ns |
1.00 |
array/copyto!/gpu_to_gpu |
13711 ns |
13388 ns |
1.02 |
array/copyto!/cpu_to_gpu |
207864.5 ns |
207823 ns |
1.00 |
array/copyto!/gpu_to_cpu |
242914 ns |
245031 ns |
0.99 |
array/accumulate/1d |
109611 ns |
109385 ns |
1.00 |
array/accumulate/2d |
80421 ns |
79991 ns |
1.01 |
array/construct |
1343.8 ns |
1285.1 ns |
1.05 |
array/random/randn/Float32 |
44146.5 ns |
42579.5 ns |
1.04 |
array/random/randn!/Float32 |
26792 ns |
26171 ns |
1.02 |
array/random/rand!/Int64 |
27026 ns |
26886 ns |
1.01 |
array/random/rand!/Float32 |
8565.666666666666 ns |
8518 ns |
1.01 |
array/random/rand/Int64 |
30036 ns |
29621 ns |
1.01 |
array/random/rand/Float32 |
13063 ns |
12750 ns |
1.02 |
array/permutedims/4d |
61283 ns |
60591.5 ns |
1.01 |
array/permutedims/2d |
55680 ns |
54882 ns |
1.01 |
array/permutedims/3d |
56636 ns |
55464.5 ns |
1.02 |
array/sorting/1d |
2774401 ns |
2774720 ns |
1.00 |
array/sorting/by |
3365680 ns |
3365888 ns |
1.00 |
array/sorting/2d |
1084276.5 ns |
1083636 ns |
1.00 |
cuda/synchronization/stream/auto |
1050.6 ns |
1080.5 ns |
0.97 |
cuda/synchronization/stream/nonblocking |
6442.6 ns |
6352.4 ns |
1.01 |
cuda/synchronization/stream/blocking |
806.5157894736842 ns |
801.4897959183673 ns |
1.01 |
cuda/synchronization/context/auto |
1197.9 ns |
1201.5 ns |
1.00 |
cuda/synchronization/context/nonblocking |
6636.6 ns |
6641 ns |
1.00 |
cuda/synchronization/context/blocking |
924.4666666666667 ns |
900.1458333333334 ns |
1.03 |
This comment was automatically generated by workflow using github-action-benchmark.
CI failure related. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2749 +/- ##
==========================================
+ Coverage 88.88% 88.93% +0.05%
==========================================
Files 153 153
Lines 13169 13169
==========================================
+ Hits 11705 11712 +7
+ Misses 1464 1457 -7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
No description provided.