Reduce threads on cuda

[ROCm/clr commit: 5d24a2beef]
This commit is contained in:
Paul
2020-02-10 16:37:34 -06:00
parent 44c4b72f83
commit e6663a7c23
@@ -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"