CUTLASS 1.2
This commit is contained in:
@@ -64,15 +64,30 @@ void set_gtest_flag() {
|
||||
/// If true, the tests are enabled strictly for one compute capability
|
||||
bool experimental;
|
||||
} test_filters[] = {
|
||||
{ "Sgemm*", 50, false },
|
||||
{ "Dgemm*", 60, false },
|
||||
{ "Fp16_sgemm*", 60, false },
|
||||
{ "Hgemm*", 60, false },
|
||||
{ "Igemm*", 61, false },
|
||||
{ "WmmaGemm*", 70, false },
|
||||
{ "WmmaInt8*", 72, false },
|
||||
{ "WmmaInt4*", 75, true },
|
||||
{ "WmmaBinary*", 75, true },
|
||||
{ "Sgemm*", 50, false },
|
||||
{ "*sgemm*", 50, false },
|
||||
{ "Dgemm*", 60, false },
|
||||
{ "*dgemm*", 60, false },
|
||||
{ "Fp16_sgemm*", 60, false },
|
||||
{ "*fp16_sgemm*", 60, false },
|
||||
{ "Batched_reduction*", 60, false },
|
||||
{ "*batched_reduction*", 60, false },
|
||||
{ "Float_batched_reduction*", 60, false },
|
||||
{ "*float_batched_reduction*", 60, false },
|
||||
{ "SplitK*", 60, false },
|
||||
{ "*splitK*", 60, false },
|
||||
{ "Hgemm*", 60, false },
|
||||
{ "*hgemm*", 60, false },
|
||||
{ "Igemm*", 61, false },
|
||||
{ "*igemm*", 61, false },
|
||||
{ "WmmaGemm*", 70, false },
|
||||
{ "*wmma*", 70, false },
|
||||
{ "WmmaInt8*", 72, false },
|
||||
{ "*wmmaInt8*", 72, false },
|
||||
{ "WmmaInt4*", 75, true },
|
||||
{ "*wmmaInt4*", 75, true },
|
||||
{ "WmmaBinary*", 75, true },
|
||||
{ "*wmmaBinary*", 75, true },
|
||||
{ 0, 0, false }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user