Skip to content

Commit

Permalink
Merge branch 'fix-unit-test-issues' into feature/skbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
cjnolet committed May 11, 2022
2 parents 549c765 + 5c9c9a4 commit 7ff68e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/test/linalg/divide.cu
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ class DivideTest : public ::testing::TestWithParam<raft::linalg::UnaryOpInputs<T
{
raft::random::RngState r(params.seed);
int len = params.len;
RAFT_CUDA_TRY(cudaStreamCreate(&stream));
uniform(handle, r, in.data(), len, T(-1.0), T(1.0));
naiveDivide(out_ref.data(), in.data(), params.scalar, len, stream);
divideScalar(out.data(), in.data(), params.scalar, len, stream);
Expand Down

0 comments on commit 7ff68e4

Please sign in to comment.