This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
hk
/
OpenCL_helpers
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Árbore:
09abc43496
Ramas
Etiquetas
develop
master
OpenCL_helpers
/
examples
/
simple_kernel
/
function.clc
function.clc
106 B
Histórico
Raw
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);
}