Skip to content

Commit 6321b5f

Browse files
committed
Set default hw_decoder_load to 0.65f
Signed-off-by: Joaquin Anton Guirao <janton@nvidia.com>
1 parent 3cf03ce commit 6321b5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dali/operators/imgcodec/decoder_schema.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Determines the percentage of the workload that will be offloaded to the hardware
8989
if available. The optimal workload depends on the number of threads that are provided to
9090
the DALI pipeline and should be found empirically. More details can be found at
9191
https://developer.nvidia.com/blog/loading-data-fast-with-dali-and-new-jpeg-decoder-in-a100)code",
92-
0.90f)
92+
0.65f)
9393
.AddOptionalArg("preallocate_width_hint",
9494
R"code(Image width hint.
9595

0 commit comments

Comments
 (0)