Add all supported GMMA shapes (#1890)
This commit is contained in:
parent
5b50a8faaf
commit
d65266a868
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
56445
include/cute/arch/mma_sm90_gmma_ext.hpp
Normal file
56445
include/cute/arch/mma_sm90_gmma_ext.hpp
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
60445
include/cute/arch/mma_sm90_gmma_sparse_ext.hpp
Normal file
60445
include/cute/arch/mma_sm90_gmma_sparse_ext.hpp
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
20116
include/cute/atom/mma_traits_sm90_gmma_ext.hpp
Normal file
20116
include/cute/atom/mma_traits_sm90_gmma_ext.hpp
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
17335
include/cute/atom/mma_traits_sm90_gmma_sparse_ext.hpp
Normal file
17335
include/cute/atom/mma_traits_sm90_gmma_sparse_ext.hpp
Normal file
File diff suppressed because it is too large
Load Diff
@ -146,19 +146,33 @@ using _12 = Int<12>;
|
|||||||
using _16 = Int<16>;
|
using _16 = Int<16>;
|
||||||
using _24 = Int<24>;
|
using _24 = Int<24>;
|
||||||
using _32 = Int<32>;
|
using _32 = Int<32>;
|
||||||
|
using _40 = Int<40>;
|
||||||
using _48 = Int<48>;
|
using _48 = Int<48>;
|
||||||
|
using _56 = Int<56>;
|
||||||
using _64 = Int<64>;
|
using _64 = Int<64>;
|
||||||
|
using _72 = Int<72>;
|
||||||
using _80 = Int<80>;
|
using _80 = Int<80>;
|
||||||
|
using _88 = Int<88>;
|
||||||
using _96 = Int<96>;
|
using _96 = Int<96>;
|
||||||
|
using _104 = Int<104>;
|
||||||
using _112 = Int<112>;
|
using _112 = Int<112>;
|
||||||
|
using _120 = Int<120>;
|
||||||
using _128 = Int<128>;
|
using _128 = Int<128>;
|
||||||
|
using _136 = Int<136>;
|
||||||
using _144 = Int<144>;
|
using _144 = Int<144>;
|
||||||
|
using _152 = Int<152>;
|
||||||
using _160 = Int<160>;
|
using _160 = Int<160>;
|
||||||
|
using _168 = Int<168>;
|
||||||
using _176 = Int<176>;
|
using _176 = Int<176>;
|
||||||
|
using _184 = Int<184>;
|
||||||
using _192 = Int<192>;
|
using _192 = Int<192>;
|
||||||
|
using _200 = Int<200>;
|
||||||
using _208 = Int<208>;
|
using _208 = Int<208>;
|
||||||
|
using _216 = Int<216>;
|
||||||
using _224 = Int<224>;
|
using _224 = Int<224>;
|
||||||
|
using _232 = Int<232>;
|
||||||
using _240 = Int<240>;
|
using _240 = Int<240>;
|
||||||
|
using _248 = Int<248>;
|
||||||
using _256 = Int<256>;
|
using _256 = Int<256>;
|
||||||
using _384 = Int<384>;
|
using _384 = Int<384>;
|
||||||
using _512 = Int<512>;
|
using _512 = Int<512>;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user