SyTen

◆ cuda_iszero_kernel_impl() [2/4]

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

Launcher for the CUDA isZero kernel, float version.

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