Переглянути джерело

change ndt_gpu. reset z to 1.

yuchuli 1 рік тому
батько
коміт
e06317d6ae
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      src/common/ndt_gpu/ndt_gpu/common.h

+ 2 - 2
src/common/ndt_gpu/ndt_gpu/common.h

@@ -11,8 +11,8 @@
 
 
 #define BLOCK_X 16
 #define BLOCK_X 16
 #define BLOCK_Y 16
 #define BLOCK_Y 16
-#define BLOCK_Z 4
-//#define BLOCK_Z 1
+//#define BLOCK_Z 4
+#define BLOCK_Z 1
 
 
 #define SHARED_MEM_SIZE 3072
 #define SHARED_MEM_SIZE 3072
 #endif
 #endif