Revert "Update CUDAStream.h"

This reverts commit fff1b1f84b.
This commit is contained in:
Tom Deakin 2023-06-12 15:50:52 +01:00
parent fff1b1f84b
commit c66dcf4d50

View File

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