#include <cstddef>
#include <cuda_runtime.h>
Go to the source code of this file.
Namespaces | |
cms::cudatest | |
Functions | |
__global__ void | cms::cudatest::kernel_add_vectors_d (const double *__restrict__ in1, const double *__restrict__ in2, double *__restrict__ out, size_t size) |
__global__ void | cms::cudatest::kernel_add_vectors_f (const float *__restrict__ in1, const float *__restrict__ in2, float *__restrict__ out, size_t size) |