Skip to content

Commit 5e57a10

Browse files
committed
Set default hw_decoder_load to 0.65f
Signed-off-by: Joaquin Anton Guirao <[email protected]>
1 parent c2ef80d commit 5e57a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dali/operators/imgcodec/decoder_schema.cc

+1-1
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)