Reduce threads on cuda

[ROCm/hip commit: 30e8dfdd86]
This commit is contained in:
Paul
2020-02-10 16:37:34 -06:00
parent 039171f6fd
commit 92ff502b92
@@ -35,7 +35,11 @@ THE SOFTWARE.
#define LEN 64
#define SIZE LEN << 2
#ifdef __CUDACC__
#define THREADS 1
#else
#define THREADS 8
#endif
#define FILENAME "vcpy_kernel.code"
#define kernel_name "hello_world"