This website works better with JavaScript
Kezdőlap
Felfedezés
Súgó
Regisztráció
Bejelentkezés
andreagus
/
rodinia-benchmark
Figyelés
1
Kedvenc
0
Másolás
0
Fájlok
Problémák
0
Beolvasztási kérések
0
Wiki
Fa:
e6f332b2ae
Branch-ok
Tag-ek
cpu-benchmark
gpu-benchmark
master
wip/platform-unification
rodinia-benchma...
/
opencl
/
kmeans
Andrea Gussoni
1f1ceb7172
Initialized repo with Rodinia 3.1
8 éve
..
Makefile
1f1ceb7172
Initialized repo with Rodinia 3.1
8 éve
README
1f1ceb7172
Initialized repo with Rodinia 3.1
8 éve
cluster.c
1f1ceb7172
Initialized repo with Rodinia 3.1
8 éve
getopt.c
1f1ceb7172
Initialized repo with Rodinia 3.1
8 éve
getopt.h
1f1ceb7172
Initialized repo with Rodinia 3.1
8 éve
kmeans.cl
1f1ceb7172
Initialized repo with Rodinia 3.1
8 éve
kmeans.cpp
1f1ceb7172
Initialized repo with Rodinia 3.1
8 éve
kmeans.h
1f1ceb7172
Initialized repo with Rodinia 3.1
8 éve
kmeans_clustering.c
1f1ceb7172
Initialized repo with Rodinia 3.1
8 éve
read_input.c
1f1ceb7172
Initialized repo with Rodinia 3.1
8 éve
rmse.c
1f1ceb7172
Initialized repo with Rodinia 3.1
8 éve
run
1f1ceb7172
Initialized repo with Rodinia 3.1
8 éve
unistd.h
1f1ceb7172
Initialized repo with Rodinia 3.1
8 éve
README
NOTE: The current Kmeans implementation doesn't use texture/constant memories, and is different from the CUDA implementation.
******Adjustable work group size*****
RD_WG_SIZE_0 or RD_WG_SIZE_0_0 for kernel_swap
RD_WG_SIZE_1 or RD_WG_SIZE_1_0 for kernel_kmeans
USAGE:
make clean
make KERNEL_DIM="-DRD_WG_SIZE_0=128 -DRD_WG_SIZE_1=512"