CUTLASS 3.5.0 (#1411)
This commit is contained in:
@@ -117,10 +117,12 @@ void FilterArchitecture() {
|
||||
{ "SM70*", 70, 75},
|
||||
{ "SM75*", 75, kMaxDevice},
|
||||
{ "SM80*", 80, kMaxDevice},
|
||||
{ "SM90*", 90, 90 },
|
||||
{ "SM89*", 89, 89},
|
||||
{ "SM90*", 90, 90},
|
||||
{ 0, 0, false }
|
||||
};
|
||||
|
||||
|
||||
// Set negative test filters
|
||||
std::stringstream ss;
|
||||
ss << "-";
|
||||
|
||||
Reference in New Issue
Block a user