Skip to content

Commit

Permalink
trigger rerun for ci fail
Browse files Browse the repository at this point in the history
  • Loading branch information
rhdong committed Sep 18, 2024
1 parent efea8b6 commit 3ad4aec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/include/raft/linalg/detail/transpose.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ RAFT_KERNEL transpose_half_kernel(IndexType n_rows,
* Both the input (`in`) and output (`out`) matrices are assumed to be stored in row-major order.
*
* @tparam IndexType The type used for indexing the matrix dimensions (e.g., int).
*
* @param handle The RAFT resource handle which contains resources.
* @param n_rows The number of rows in the input matrix.
* @param n_cols The number of columns in the input matrix.
Expand Down

0 comments on commit 3ad4aec

Please sign in to comment.