Tags: jagadeeshi2i/DALI
Tags
Update VERSION to 1.18.0dev Signed-off-by: Kamil Tokarski <ktokarski@nvidia.com>
Fix device pick in Numpy reader tests (NVIDIA#4104) Signed-off-by: Albert Wolant <awolant@nvidia.com>
Fix lack of reset when `iter()` is called on the DALI framework itera… …tor (NVIDIA#4048) - the DALI framework iterator when `iter()` is called checks if any data has been consumed yet. If it hasn't it doesn't reset to prevent improper operation when DALI FW iterator prefetches the first batch after creation, and invocation of something like `enumerate(iterator)`, would reset the iterator and extend the length of the first epoch (prefetched data in the FW iterator would be added to the freshly reset iterator). The flag that is set when any data has been consumed was set only in the `next()` method and not `__next__()`. This PR fixes this problem and adjusts the test Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
Update VERSION to 1.17.0dev Signed-off-by: Kamil Tokarski <ktokarski@nvidia.com>
Fix dltensor operator tests (NVIDIA#3984) * Fix dltensor operator tests (missing imports) * Fix backend_impl shadowing Pipeline import Signed-off-by: Kamil Tokarski <ktokarski@nvidia.com>
Update VERSION to 1.16.0dev Signed-off-by: Kamil Tokarski <ktokarski@nvidia.com>
Add tests for operator cast. Revert to plain batched cast kernel unti… …l the optimized one is fixed. (NVIDIA#3927) * Add tests for operator cast. Revert to plain batched cast kernel (the BinSearch is broken). Signed-off-by: Michal Zientkiewicz <michalz@nvidia.com>
Update VERSION to 1.15.0dev Signed-off-by: Kamil Tokarski <ktokarski@nvidia.com>
Update VERSION to 1.14.0dev Signed-off-by: Kamil Tokarski <ktokarski@nvidia.com>
PreviousNext