Skip to content

Commit

Permalink
Merge remote-tracking branch 'rocm/impl_sigmoidfocalloss' into impl_s…
Browse files Browse the repository at this point in the history
…igmoidfocalloss
  • Loading branch information
long10024070 committed Nov 5, 2024
1 parent 9cac56d commit 6ef0056
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/solver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@
#include <miopen/rope/solvers.hpp>
#include <miopen/sigmoidfocalloss/solvers.hpp>
#include <miopen/softmarginloss/solvers.hpp>
#include <miopen/softmarginloss/solvers.hpp>
#include <miopen/softmax/solvers.hpp>
#include <miopen/multimarginloss/solvers.hpp>

#include <miopen/conv_algo_name.hpp>
#include <miopen/db.hpp>
Expand All @@ -68,6 +70,13 @@ bool enable_deprecated_solvers = false;

} // namespace debug

namespace debug {

// NOLINTNEXTLINE (cppcoreguidelines-avoid-non-const-global-variables)
bool enable_deprecated_solvers = false;

} // namespace debug

namespace solver {

std::ostream& operator<<(std::ostream& os, const KernelInfo& k)
Expand Down

0 comments on commit 6ef0056

Please sign in to comment.