Skip to content

Commit

Permalink
Apply clang-format (ROCm#1538)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Ulmer authored Jun 13, 2022
1 parent ba3e1c5 commit be83117
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Tensile/Source/lib/include/Tensile/ContractionProblem.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -594,9 +594,7 @@ namespace Tensile
PerformanceMetric performanceMetric() const
{
const bool experimental = Debug::Instance().useExperimentalSelection();
return experimental ?
PerformanceMetric::Experimental :
m_performanceMetric;
return experimental ? PerformanceMetric::Experimental : m_performanceMetric;
}

void setDeterministicMode(bool value)
Expand Down
2 changes: 1 addition & 1 deletion Tensile/Source/lib/source/llvm/YAML.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* SOFTWARE.
*
*******************************************************************************/

#include <Tensile/llvm/YAML.hpp>

namespace Tensile
Expand Down

0 comments on commit be83117

Please sign in to comment.