kokkos-kernels icon indicating copy to clipboard operation
kokkos-kernels copied to clipboard

Move KokkosSparse::Experimental::SPTRSVAlgorithm to KokkosSparse::SPTRSVAlgorithm

Open jczhang07 opened this issue 8 months ago • 2 comments

jczhang07 avatar Mar 25 '25 16:03 jczhang07

@jczhang07 the DCO test is failing because you didn't sign off your commit

git commit --amend -s

# caution
git push -f
# caution

cwpearson avatar Mar 25 '25 16:03 cwpearson

Instead of git push -f I would recommend git push origin +branch_name which only force branch_name to the remote

lucbv avatar Mar 25 '25 16:03 lucbv