Skip to content

Commit

Permalink
Merge unified Csr
Browse files Browse the repository at this point in the history
This merges the codebases for CUDA/HIP csr_kernels.

Related PR: #1649
  • Loading branch information
upsj authored Jul 16, 2024
2 parents 5adaebc + 072c6cd commit e34e43f
Show file tree
Hide file tree
Showing 8 changed files with 1,059 additions and 1,897 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
//
// SPDX-License-Identifier: BSD-3-Clause

#include "hip/matrix/csr_kernels.template.hip.cpp"
#include "common/cuda_hip/matrix/csr_kernels.template.cpp"


namespace gko {
namespace kernels {
namespace hip {
namespace GKO_DEVICE_NAMESPACE {
/**
* @brief The Compressed sparse row matrix format namespace.
*
Expand Down Expand Up @@ -124,6 +124,6 @@ GKO_INSTANTIATE_FOR_EACH_VALUE_AND_INDEX_TYPE(


} // namespace csr
} // namespace hip
} // namespace GKO_DEVICE_NAMESPACE
} // namespace kernels
} // namespace gko
Loading

0 comments on commit e34e43f

Please sign in to comment.