File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ struct SM80_CP_ASYNC_CACHEGLOBAL
77
77
using DRegisters = TD[1 ];
78
78
79
79
static_assert (sizeof (TS) == sizeof (TD), " cp.async requires sizeof(src_value_type) == sizeof(dst_value_type)" );
80
- static_assert (sizeof (TS) == 4 || sizeof (TS) == 8 || sizeof (TS) == 16 , " cp.async sizeof(TS) is not supported" );
80
+ static_assert (sizeof (TS) == 16 , " cp.async sizeof(TS) is not supported" );
81
81
82
82
CUTE_HOST_DEVICE static void
83
83
copy (TS const & gmem_src,
@@ -134,7 +134,7 @@ struct SM80_CP_ASYNC_CACHEGLOBAL_ZFILL
134
134
using DRegisters = TD[1 ];
135
135
136
136
static_assert (sizeof (TS) == sizeof (TD), " cp.async requires sizeof(src_value_type) == sizeof(dst_value_type)" );
137
- static_assert (sizeof (TS) == 4 || sizeof (TS) == 8 || sizeof (TS) == 16 , " cp.async sizeof(TS) is not supported" );
137
+ static_assert (sizeof (TS) == 16 , " cp.async sizeof(TS) is not supported" );
138
138
139
139
CUTE_HOST_DEVICE static void
140
140
copy (TS const & gmem_src,
You can’t perform that action at this time.
0 commit comments