mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-12 09:16:52 +00:00
update to clang-format-10
This commit is contained in:
@@ -145,9 +145,7 @@ void KernelCache::ClearKernels(const std::string& algorithm, const std::string&
|
||||
}
|
||||
const std::pair<std::string, std::string> key = std::make_pair(algorithm, network_config);
|
||||
auto&& v = this->kernel_map[key];
|
||||
if(!v.empty())
|
||||
{
|
||||
}
|
||||
if(!v.empty()) {}
|
||||
v.clear();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user