Skip to content

Commit

Permalink
[cuda, hip] rem anon namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikvn committed Aug 23, 2024
1 parent daa1087 commit b60b00e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions common/cuda_hip/base/batch_multi_vector_kernels.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,11 @@ namespace gko {
namespace kernels {
namespace GKO_DEVICE_NAMESPACE {
namespace batch_single_kernels {
namespace {


constexpr auto default_block_size = 256;


}


template <typename ValueType, typename Mapping>
__device__ __forceinline__ void scale(
const gko::batch::multi_vector::batch_item<const ValueType>& alpha,
Expand Down

0 comments on commit b60b00e

Please sign in to comment.