Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
Signed-off-by: Yuuichi Asahi <y.asahi@nr.titech.ac.jp>
  • Loading branch information
Yuuichi Asahi committed Feb 7, 2025
1 parent 26f810b commit 2b37a8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion batched/dense/impl/KokkosBatched_Syr_Serial_Impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ KOKKOS_INLINE_FUNCTION static int checkSyrInput([[maybe_unused]] const XViewType
static_assert(AViewType::rank == 2, "KokkosBatched::syr: AViewType must have rank 2.");
#if (KOKKOSKERNELS_DEBUG_LEVEL > 0)
const int lda = A.extent_int(0), n = A.extent_int(1);
const int m = x.extent_int(0);

if (n < 0) {
Kokkos::printf(
Expand Down

0 comments on commit 2b37a8d

Please sign in to comment.