Use int64_t instead of uint32_t in kernel_traits.h
This commit is contained in:
parent
000b67f5d8
commit
36bc29edf7
@ -24,7 +24,7 @@ struct Flash_kernel_traits {
|
||||
#endif
|
||||
|
||||
using ElementAccum = float;
|
||||
using index_t = uint32_t;
|
||||
using index_t = int64_t;
|
||||
|
||||
#if defined(__CUDA_ARCH__) && __CUDA_ARCH__ >= 800
|
||||
using MMA_Atom_Arch = std::conditional_t<
|
||||
|
||||
Loading…
Reference in New Issue
Block a user