Alpha.1

General

New Operators

  • Joint Bilateral Filter

Improved Testing

  • Full operator test coverage for interleaved (HWC) and planar (CHW) tensors

  • Removed Numba dependency on tests

Bug Fixes

  • [BUG #25 Addressed](https://github.com/CVCUDA/CV-CUDA/issues/25) TypeError: as_tensor(): incompatible function arguments. The following argument types are supported

  • [BUG #26 Addressed](https://github.com/CVCUDA/CV-CUDA/issues/26) libdl-2.17_stub.so: file format not recognized; treating as linker script

  • [BUG #28 Addressed](https://github.com/CVCUDA/CV-CUDA/issues/28) cannot find -lcvcuda

  • Fixed memory leak from exception thrown by constructor

  • Fixed CMake code generation for header compatibility tests

  • Fixed reformated from CHW to NHWC error

  • Fixed NVCV_ASSERT_STATUS macro failing to compile prompt added when testing for exception

  • Tensor shapes must be exported as tuples, not lists, in Python

  • cudaIllegalMemoryAddress prompt added in Python tests when GPU is under load

  • cudaMallocs prompt added in pipelines driven by Python incur performance penalty