This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
hk
/
OpenCL_helpers
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Albero (Tree):
521e131d5b
Rami (Branch)
Tag
develop
master
OpenCL_helpers
/
examples
/
simple_kernel
/
function.clc
function.clc
106 B
Cronologia
Originale
1
2
3
4
5
6
7
#include <function.clh>
float function(float a, float b) {
float r=0.0f;
r=a*b;
return(r);
}