lzjia-jia

Results 3 issues of lzjia-jia

**Description** When I install SLATE using HIP, I encountered the following error. How can I resolve this issue? export CXX=gcc export FC=mpif90 export CXXFLAGS="-I/opt/hpc/software/mpi/hpcx/v2.7.4/gcc-7.3.1/include -I/public/software/compiler/intel/intel-compiler-2019.4.243/mkl/include" export LDFLAGS="-L/opt/hpc/software/mpi/hpcx/v2.7.4/gcc-7.3.1/lib -L/public/software/compiler/intel/intel-compiler-2019.4.243/mkl/lib/intel64_lin -lmkl_lapack95_lp64 -lmkl_intel_lp64...

``` void saveCrop(const nvcv::Tensor& crop, const std::string& filename) { auto dataCuda = crop.exportData(); auto sizes = crop.shape(); // [N, H, W, C] int N = sizes[0], H = sizes[1], W...

question

Does CV-CUDA support the Canny operator? We have a specific requirement for it.

feature request