Updates for 3.1 (#932)

This commit is contained in:
ANIKET SHIVAM
2023-04-29 09:34:27 -04:00
committed by GitHub
parent 6f8596ce3f
commit 7c04f95415
51 changed files with 1796 additions and 328 deletions
+2 -2
View File
@@ -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;
}
}
}
}