You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 11_01_07_00 | This release is backward compatible with SDK 11.0 for all targets except AM62A and AM62. The firmware and libraries can be directly updated on the target by following the steps [here](./update_target.md)| NOT AVAILABLE | Processor SDK LINUX 11.00.00.08<br /> Processor SDK RTOS 11.00.00.06 | Processor SDK LINUX 11.00.00.08<br /> Processor SDK RTOS 11.00.00.06 | Processor SDK LINUX 11.00.00.08<br /> Processor SDK RTOS 11.00.00.06 | Processor SDK LINUX 11.00.00.08<br /> Processor SDK RTOS 11.00.00.06 | NOT AVAILABLE|
| 11_01_05_00 | This release is backward compatible with SDK 11.0 for all targets except AM62A and AM62. The firmware and libraries can be directly updated on the target checking out to tag **11_01_05_00** and following the steps in **docs/update_target.md**| NOT AVAILABLE | Processor SDK LINUX 11.00.00.08<br /> Processor SDK RTOS 11.00.00.06 | Processor SDK LINUX 11.00.00.08<br /> Processor SDK RTOS 11.00.00.06 | Processor SDK LINUX 11.00.00.08<br /> Processor SDK RTOS 11.00.00.06 | Processor SDK LINUX 11.00.00.08<br /> Processor SDK RTOS 11.00.00.06 | NOT AVAILABLE|
18
19
| 11_00_08_00 | An additional C7x firmware patch is needed to leverage some additional features mentioned as part of the release notes. The firmware and libraries can be directly updated on the target by following the steps [here](update_target.md). Make sure that models are compiled with the appropriate [c7x_firmware_version](../examples/osrt_python/README.md#advanced-miscellaneous-options) compilation option (Set to 11_00_08_00) | NOT AVAILABLE | Processor SDK LINUX 11.00.00.08<br /> Processor SDK RTOS 11.00.00.06 | Processor SDK LINUX 11.00.00.08<br /> Processor SDK RTOS 11.00.00.06 | Processor SDK LINUX 11.00.00.08<br /> Processor SDK RTOS 11.00.00.06 | Processor SDK LINUX 11.00.00.08<br /> Processor SDK RTOS 11.00.00.06 | NOT AVAILABLE|
Copy file name to clipboardExpand all lines: examples/osrt_python/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -227,7 +227,7 @@ Please refer [Quantization](../../docs/tidl_fsg_quantization.md) for more detail
227
227
| advanced_options:high_resolution_optimization| This option enables performance optimization for high resolution models | 0 - disable, <br> 1 enable | 0 | Model compilation ||
228
228
| advanced_options:add_data_convert_ops| This option embeds input and output format conversions (layout, data type, etc.) as part of model and performs the same in DSP instead of ARM | 0 - disable, <br> 1 - Input format conversion <br> 2 - output format conversion <br> 3 - Input and output format conversion | 0 | Model compilation | This is currently an experimental feature |
229
229
| advanced_options:network_name| This option allows the user to set the network name (used for the name of the subgraph being delegated to C7x/MMA). If your model contains a network name, it will get used by default | String | "Subgraph" | Model compilation ||
230
-
| advanced_options:c7x_firmware_version| Refer to [**Release version convention**](../../docs/version_compatibility_table.md). In case you are using firmware released as part of processor SDK RTOS, this field can be ignored. If you are using TIDL firmware release with a new patch release of the same "release line" then it is essential to use c7x_firmware_version explicitly | String | "11_01_06_00" | Model compilation | Possible values are "11_01_06_00" |
230
+
| advanced_options:c7x_firmware_version| Refer to [**Release version convention**](../../docs/version_compatibility_table.md). In case you are using firmware released as part of processor SDK RTOS, this field can be ignored. If you are using TIDL firmware release with a new patch release of the same "release line" then it is essential to use c7x_firmware_version explicitly | String | "11_01_07_00" | Model compilation | Possible values are "11_01_07_00" |
231
231
| advanced_options:partial_init_during_compile| This option allows the user to enable partial initialization of handles during model compilation to reduce the runtime initialization time | 0 - disable, 1 - enable | 0 | Model compilation | - |
232
232
| advanced_options:batch_mode| This option allows the user to enable batch stitching | 0 - disable, 1 - enable | 0 | Model compilation | - |
233
233
| advanced_options:log_file_name| This option allows the user to redirect the output logs to a file | String | "" | Model compilation ||
0 commit comments