SyTen

◆ cuda_iszero_kernel_impl() [3/4]

void syten::CudaDenseTensorImpl::cuda_iszero_kernel_impl ( std::size_t  sz,
const std::complex< double > *  inp,
int *  is_nonzero,
void *  str 
)

Launcher for the CUDA isZero kernel, std::complex<double> version.

Parameters
sznumber of complex doubles in array
inpinput array, device memory
is_nonzeroa boolean output parameter, true if the array is non-zero, device memory
strCUDA stream in which the computation will take place

Referenced by isZero().

+ Here is the caller graph for this function: