chundoong-lab-ta/SamsungDS23/opencl-vecadd/vec_add.h

3 lines
71 B
C

#pragma once
void vec_add_opencl(float *A, float *B, float *C, int N);