Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pfultz2 committed Jan 27, 2018
1 parent f1fb88e commit cf3d051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gemm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ GemmGeometry CreateMIOpenGemmGeometry(int M,

GemmGeometry GetGemmGeometry(std::string algorithm_name, std::string network_config)
{
auto guard = get_gemm_geo_map_lock();
auto guard = get_gemm_geo_map_lock();
auto gemm_iterator = gemm_geo_map().find(std::make_pair(algorithm_name, network_config));
if(gemm_iterator != gemm_geo_map().end())
{
Expand Down

0 comments on commit cf3d051

Please sign in to comment.