DALI Release 0.26.0
The DALI 0.26.0 is not yet a major release, so the features, functionality, and performance might be limited.
Using DALI 0.26.0
To upgrade to DALI 0.26.0 from an older version of DALI, follow the installation and usage information in the DALI User Guide.
Note: The internal DALI C++ API used for operator’s implementation, and
the C++ API that enables using DALI as a library from native code, is
not yet officially supported. Hence these APIs may change in the next release
without advance notice.
Key Features and Enhancements
This DALI release includes the following key features and enhancements.
- New operators:
- To learn the decoded image shape, added the PeekShape operator (#2205).
- Added the ability to run DALI without a GPU (#2165).
- Optimized single-channel audio resampling with SSE2 (#2240).
- Added the ability to pass a DALI TensorList or a list of DALI Tensors to an exernal source (#2244).
- Enhanced error messages to handle unsupported data types in the operators (#2211).
- Added a more verbose message about unsupported videos (#2203).
- If users requested it, used the copy kernel when making a contiguous batch during the ShareUserData process (#2200).