All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kernels.complex.double.mul.cu Maven / Gradle / Ivy

extern "C"
#include 

__global__ void mul_double(int n, double *a, double *b, double *sum)
{
    int i = blockIdx.x * blockDim.x + threadIdx.x;
    if (i




© 2015 - 2025 Weber Informatics LLC | Privacy Policy