This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Daftar
Masuk
hk
/
OpenCL_helpers
Liatin
1
Bintangi
0
Fork
0
Berkas
Masalah
0
Tarik Permintaan
0
Pohon:
09abc43496
Ranting
Tag
develop
master
OpenCL_helpers
/
examples
/
simple_kernel
/
function.clc
function.clc
106 B
Riwayat
Mentahan
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);
}