@@ -46,7 +46,7 @@ reallocated to decode the image.
46
46
If a value greater than 0 is provided, the operator preallocates one device buffer of the
47
47
requested size per thread. If the value is correctly selected, no additional allocations
48
48
will occur during the pipeline execution.)code" ,
49
- 16 * 1024 * 1024 )
49
+ 0 )
50
50
.AddOptionalArg(" device_memory_padding_jpeg2k" ,
51
51
R"code( Applies **only** to the ``mixed`` backend type.
52
52
@@ -56,9 +56,7 @@ reallocated to decode the image.
56
56
57
57
If a value greater than 0 is provided, the operator preallocates the necessary number of buffers
58
58
according to the hint provided. If the value is correctly selected, no additional allocations
59
- will occur during the pipeline execution. One way to find the ideal value is to do a complete
60
- run over the dataset with the ``memory_stats`` argument set to True and then copy the largest
61
- allocation value that was printed in the statistics.)code" ,
59
+ will occur during the pipeline execution.)code" ,
62
60
0 )
63
61
.AddOptionalArg(" host_memory_padding" ,
64
62
R"code( Applies **only** to the ``mixed`` backend type.
@@ -70,7 +68,7 @@ to be reallocated to decode the image.
70
68
If a value greater than 0 is provided, the operator preallocates two (because of double-buffering)
71
69
host-pinned buffers of the requested size per thread. If selected correctly, no additional
72
70
allocations will occur during the pipeline execution.)code" ,
73
- 8 * 1024 * 1024 ) // based on ImageNet heuristics (8MB )
71
+ 0 )
74
72
.AddOptionalArg(" host_memory_padding_jpeg2k" ,
75
73
R"code( Applies **only** to the ``mixed`` backend type.
76
74
@@ -80,9 +78,7 @@ to be reallocated to decode the image.
80
78
81
79
If a value greater than 0 is provided, the operator preallocates the necessary number of buffers
82
80
according to the hint provided. If the value is correctly selected, no additional
83
- allocations will occur during the pipeline execution. One way to find the ideal value is to
84
- do a complete run over the dataset with the ``memory_stats`` argument set to True, and then copy
85
- the largest allocation value that is printed in the statistics.)code" ,
81
+ allocations will occur during the pipeline execution.)code" ,
86
82
0 )
87
83
.AddOptionalArg(" hw_decoder_load" ,
88
84
R"code( The percentage of the image data to be processed by the HW JPEG decoder.
0 commit comments