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