[go: up one dir, main page]

Skip to content

Tags: NVIDIA/DALI

Tags

v1.38.0

Toggle v1.38.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
JanuszL Janusz Lisiecki
Fix GTest Death Style Tests and LoadDirectory test in conda (#5469)

- GTest Death Style Tests clone the current process but don't follow
  the PATH to discover the executed binary. As in conda, we use
  relative path and the tests are installed in bin this fails. This
  change makes sure that tests are invoked with the full path specified.
- LoadDirectory tests assume that the plugins are located next to the
  test binary while in conda they are copied to the global lib dir. This
  PR accounts for that.

Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>

v1.39.0-dev

Toggle v1.39.0-dev's commit message
Update VERSION to 1.39.0dev

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

v1.37.1

Toggle v1.37.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
JanuszL Janusz Lisiecki
Pin all nvJPEG2k subpackages (#5442)

- libnvjpeg2k0, even when pinned, pulls the latest subpackages
  so these subpackages need to be pinned explicitly.
- removes usage of the deprecated, meta pacakges for nvjpeg2k0

Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>

v1.37.0

Toggle v1.37.0's commit message
Add nose as a dependency to iterators tests (#5433)

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

v1.38.0-dev

Toggle v1.38.0-dev's commit message
Update VERSION to 1.38.0dev

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

v1.37.0-dev

Toggle v1.37.0-dev's commit message
Update VERSION to 1.37.0dev

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

v1.36.0

Toggle v1.36.0's commit message
Use synchronous copy to framework array in the absence of a stream (#…

…5364)

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

v1.36.0-dev

Toggle v1.36.0-dev's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Skip slow checkpointing tests when sanitizer is enabled (#5310)

Disabled slow external source tests, stateless operators tests and Pytorch tests if sanitizer is enabled.

---------

Signed-off-by: Szymon Karpiński <skarpinski@nvidia.com>

v1.35.0

Toggle v1.35.0's commit message
Update VERSION to 1.35.0

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

v1.34.0

Toggle v1.34.0's commit message
Fix PaddlePaddle plugin docs (#5276)

PaddlePaddle plugin docs (API reference) were rendered empty, because a version check in paddle.py failed when paddle was sphinx mock module instead of real one.

In this PR I skip this version check if no string version of paddle is present.

Signed-off-by: Szymon Karpiński <skarpinski@nvidia.com>