Skip to content

Commit

Permalink
fixes sg-count & uses rmm stream in fst tests
Browse files Browse the repository at this point in the history
  • Loading branch information
elstehle committed Jul 16, 2022
1 parent 00a95eb commit 987699f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/tests/io/fst/fst_test.cu
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ TEST_F(FstTest, GroundTruth)





// Prepare input & output buffers
constexpr std::size_t single_item = 1;
hostdevice_vector<SymbolT> output_gpu(input.size(), stream_view);
Expand Down

0 comments on commit 987699f

Please sign in to comment.