Skip to content

Tags: xu-zekun/DALI

Tags

v1.14.0-dev

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

Signed-off-by: Kamil Tokarski <[email protected]>

v1.13.0-dev

Toggle v1.13.0-dev's commit message
Update VERSION to 1.13.0dev

Signed-off-by: Kamil Tokarski <[email protected]>

v1.12.0

Toggle v1.12.0's commit message
Update VERSION to 1.12.0

Signed-off-by: Kamil Tokarski <[email protected]>

v1.11.1

Toggle v1.11.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
JanuszL Janusz Lisiecki
Fix stream usage in C API (NVIDIA#3713)

* Fix stream/order usage in C API and tests. Make most C API tests with CPU backen usable without a GPU.
* Make C API CpuOnly test only run for CPU backend.
* Use AccessOrder in copyX2Y. Add more CPU-only tests.
* Extend the range of CPU-only native tests
* Adjust cpplint for C++17 structured bindings.

Signed-off-by: Michał Zientkiewicz <[email protected]>

v1.11.0

Toggle v1.11.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
JanuszL Janusz Lisiecki
Revert moving to zlib-ng (NVIDIA#3683)

- Reverts zlib-ng as it leads to random failures of PNG and TIFF decoding.

Signed-off-by: Janusz Lisiecki [email protected]

v1.12.0-dev

Toggle v1.12.0-dev's commit message
Update VERSION to 1.12.0dev

Signed-off-by: Rafal <[email protected]>

v1.11.0-dev

Toggle v1.11.0-dev's commit message
Update VERSION to 1.11.0dev

Signed-off-by: Rafal <[email protected]>

v1.10.0

Toggle v1.10.0's commit message
Fix dtype in external_source with multiple outputs. (NVIDIA#3608)

Fix dtype arg in external_source with multiple outputs.

Signed-off-by: Rafal <[email protected]>

v1.9.0

Toggle v1.9.0's commit message
Fix handling of scalar argument in slice operator (NVIDIA#3596)

- when a scalar argument is provided to slice it tries to obtain
  its shape which is empty what leads to a crash. Fixes this problem
  by providing a proper guard

Signed-off-by: Janusz Lisiecki <[email protected]>

v1.10.0-dev

Toggle v1.10.0-dev's commit message
Update VERSION to 1.10.0dev

Signed-off-by: Rafal <[email protected]>