8000 Tags · frogysh/DALI · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: frogysh/DALI

Tags

v1.19.0-dev

Toggle v1.19.0-dev's commit message
Update VERSION to 1.19.0dev

Signed-off-by: Kamil Tokarski <ktokarski@nvidia.com>

v1.18.0-dev

Toggle v1.18.0-dev's commit message
Update VERSION to 1.18.0dev

Signed-off-by: Kamil Tokarski <ktokarski@nvidia.com>

v1.16.1

Toggle v1.16.1's commit message
Fix device pick in Numpy reader tests (NVIDIA#4104)

Signed-off-by: Albert Wolant <awolant@nvidia.com>

v1.16.0

Toggle v1.16.0's commit message

Verified

This commit was signed with the committer’s verified signature.
JanuszL Janusz Lisiecki
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>

v1.17.0-dev

Toggle v1.17.0-dev's commit message
Update VERSION to 1.17.0dev

Signed-off-by: Kamil Tokarski <ktokarski@nvidia.com>

v1.15.0

Toggle v1.15.0's commit message
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>

v1.16.0-dev

Toggle v1.16.0-dev's commit message
Update VERSION to 1.16.0dev

Signed-off-by: Kamil Tokarski <ktokarski@nvidia.com>

v1.14.0

Toggle v1.14.0's commit message
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>

v1.15.0-dev

Toggle v1.15.0-dev's commit message
Update VERSION to 1.15.0dev

Signed-off-by: Kamil Tokarski <ktokarski@nvidia.com>

v1.14.0-dev

Toggle v1.14.0-dev's commit message
Update VERSION to 1.14.0dev

Signed-off-by: Kamil Tokarski <ktokarski@nvidia.com>
0