Skip to content

Tags: zhwzhong/DALI

Tags

v0.15.0-rc5

Toggle v0.15.0-rc5's commit message
Relax check for libnvidia-opticalflow is test script. (NVIDIA#1381)

v0.15.0

Toggle v0.15.0's commit message
Relax check for libnvidia-opticalflow is test script. (NVIDIA#1381)

* Check if neither libnvidia-opticalflow.so nor libnvidia-opticalflow.so.1 exists.

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

v0.15.0-rc2

Toggle v0.15.0-rc2's commit message
Provide prebuilt plugins for manylinux2010 based pip packages (NVIDIA…

…#1346)

Signed-off-by: Joaquin Anton <[email protected]>

v0.16.0-dev

Toggle v0.16.0-dev's commit message
Change version to 0.16.0-dev

Signed-off-by: Krzysztof Lecki <[email protected]>

v0.15.0-rc1

Toggle v0.15.0-rc1's commit message
Change version to 0.15.0

Signed-off-by: Krzysztof Lecki <[email protected]>

v0.15.0-dev

Toggle v0.15.0-dev's commit message
v0.15-dev

v0.14.0

Toggle v0.14.0's commit message
Set version to 0.14.0

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

v0.14.0-rc1

Toggle v0.14.0-rc1's commit message
Set version to 0.14.0

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

v0.13.0

Toggle v0.13.0's commit message
Fix fp16 bug from NVIDIA#1129 and add fp16 test case (NVIDIA#1160)

Initializing member variable `OutputType padding_value = 0;` for `__half` in the host code produced wrong results.

`padding_val` is now a fp32 that is casted to `OuputType` in the CUDA kernel


Signed-off-by: Serge Panev <[email protected]>

v0.13.0-rc2

Toggle v0.13.0-rc2's commit message
Fix fp16 bug from NVIDIA#1129 and add fp16 test case (NVIDIA#1160)

Initializing member variable `OutputType padding_value = 0;` for `__half` in the host code produced wrong results.

`padding_val` is now a fp32 that is casted to `OuputType` in the CUDA kernel


Signed-off-by: Serge Panev <[email protected]>