-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gpu readback belt for fast & easy data readback from gpu (#1687)
* Initial GpuReadbackBelt implementation * implement taking screenshots on view builder * working screenshots in multiview example * don't allocate row padding for depth cloud padding
- Loading branch information
Showing
17 changed files
with
715 additions
and
106 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,3 +17,6 @@ __pycache__ | |
perf.data* | ||
|
||
**/dataset/ | ||
|
||
# Screenshots from samples etc. | ||
screenshot*.png |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,6 +34,7 @@ | |
"memoffset", | ||
"nyud", | ||
"objectron", | ||
"Readback", | ||
"Skybox", | ||
"smallvec", | ||
"swapchain", | ||
|
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
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
Oops, something went wrong.
3590184
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.
Rust Benchmark
datastore/insert/batch/rects/insert
596304
ns/iter (± 1701
)590043
ns/iter (± 5508
)1.01
datastore/latest_at/batch/rects/query
1839
ns/iter (± 1
)1860
ns/iter (± 8
)0.99
datastore/latest_at/missing_components/primary
290
ns/iter (± 0
)286
ns/iter (± 3
)1.01
datastore/latest_at/missing_components/secondaries
442
ns/iter (± 1
)449
ns/iter (± 5
)0.98
datastore/range/batch/rects/query
151218
ns/iter (± 750
)151042
ns/iter (± 1473
)1.00
mono_points_arrow/generate_message_bundles
26921137
ns/iter (± 666418
)29095634
ns/iter (± 1333541
)0.93
mono_points_arrow/generate_messages
118083579
ns/iter (± 1027172
)119014936
ns/iter (± 1374794
)0.99
mono_points_arrow/encode_log_msg
154723587
ns/iter (± 1193846
)154653153
ns/iter (± 1118379
)1.00
mono_points_arrow/encode_total
304142327
ns/iter (± 1532975
)304640531
ns/iter (± 2118477
)1.00
mono_points_arrow/decode_log_msg
175723066
ns/iter (± 1008143
)173545782
ns/iter (± 1309046
)1.01
mono_points_arrow/decode_message_bundles
52533199
ns/iter (± 976735
)52990283
ns/iter (± 1041855
)0.99
mono_points_arrow/decode_total
227693607
ns/iter (± 1636019
)223851542
ns/iter (± 1851584
)1.02
batch_points_arrow/generate_message_bundles
318864
ns/iter (± 1280
)314821
ns/iter (± 2630
)1.01
batch_points_arrow/generate_messages
5973
ns/iter (± 24
)5892
ns/iter (± 59
)1.01
batch_points_arrow/encode_log_msg
347562
ns/iter (± 985
)348381
ns/iter (± 3122
)1.00
batch_points_arrow/encode_total
700172
ns/iter (± 2134
)693811
ns/iter (± 7159
)1.01
batch_points_arrow/decode_log_msg
348645
ns/iter (± 1931
)344026
ns/iter (± 2478
)1.01
batch_points_arrow/decode_message_bundles
1589
ns/iter (± 7
)1553
ns/iter (± 18
)1.02
batch_points_arrow/decode_total
349681
ns/iter (± 807
)351462
ns/iter (± 2125
)0.99
arrow_mono_points/insert
6211198075
ns/iter (± 9796586
)6240768409
ns/iter (± 19864832
)1.00
arrow_mono_points/query
1788365
ns/iter (± 8355
)1759378
ns/iter (± 16492
)1.02
arrow_batch_points/insert
3085065
ns/iter (± 9184
)3060805
ns/iter (± 22787
)1.01
arrow_batch_points/query
16463
ns/iter (± 54
)16418
ns/iter (± 151
)1.00
arrow_batch_vecs/insert
44240
ns/iter (± 113
)44053
ns/iter (± 323
)1.00
arrow_batch_vecs/query
388409
ns/iter (± 599
)385099
ns/iter (± 4018
)1.01
tuid/Tuid::random
34
ns/iter (± 0
)34
ns/iter (± 0
)1
This comment was automatically generated by workflow using github-action-benchmark.