Update CUDAStream.h

This commit is contained in:
Tom Deakin 2023-06-12 15:49:59 +01:00 committed by GitHub
parent 1d0755f3a1
commit fff1b1f84b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@
#endif #endif
#define TBSIZE 1024 #define TBSIZE 1024
#define DOT_NUM_BLOCKS 256 #define DOT_NUM_BLOCKS 1024
template <class T> template <class T>
class CUDAStream : public Stream<T> class CUDAStream : public Stream<T>