Skip to content

Commit

Permalink
fix dpcpp compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
upsj committed Jan 15, 2025
1 parent fb344a4 commit 706d584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dpcpp/factorization/elimination_forest_kernels.dp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
namespace gko {
namespace kernels {
namespace dpcpp {
namespace climination_forest {
namespace elimination_forest {


template <typename IndexType>
Expand All @@ -40,7 +40,7 @@ GKO_INSTANTIATE_FOR_EACH_VALUE_AND_INDEX_TYPE(
GKO_DECLARE_ELIMINATION_FOREST_FROM_FACTOR);


} // namespace climination_forest
} // namespace elimination_forest
} // namespace dpcpp
} // namespace kernels
} // namespace gko

0 comments on commit 706d584

Please sign in to comment.