Updates for 3.1 (#932)
This commit is contained in:
@@ -124,7 +124,7 @@ int CutlassProfiler::operator()() {
|
||||
options_.execution_mode == ExecutionMode::kTrace) {
|
||||
|
||||
// Profiles all operations
|
||||
profile_();
|
||||
return profile_();
|
||||
}
|
||||
else if (options_.execution_mode == ExecutionMode::kEnumerate) {
|
||||
// Enumerates all operations
|
||||
@@ -157,7 +157,7 @@ int CutlassProfiler::profile_() {
|
||||
|
||||
if (result) {
|
||||
return result;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user