SyTen

◆ cuda_iszero_kernel_impl() [1/4]

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

Launcher for the CUDA isZero kernel, double version.

Parameters
sznumber of 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