소스 검색

Added run script, fix for gpu for heartwall benchmark

Introduced a reduction on the number of kernel threads in order to be
handled by the odroid GPU
Andrea Gussoni 8 년 전
부모
커밋
104a32d4e8
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      opencl/heartwall/main.h
  2. 1 0
      opencl/heartwall/run-gpu

+ 1 - 1
opencl/heartwall/main.h

@@ -11,7 +11,7 @@
 #elif defined(RD_WG_SIZE)
         #define NUMBER_THREADS RD_WG_SIZE
 #else
-        #define NUMBER_THREADS 256
+        #define NUMBER_THREADS 128
 #endif
 
 #define CHECK 37

+ 1 - 0
opencl/heartwall/run-gpu

@@ -0,0 +1 @@
+./heartwall 50