Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr-Solovev committed Dec 20, 2024
1 parent 42e0020 commit 85d9f02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ class logloss_test : public te::float_algo_fixture<std::tuple_element_t<0, Param

for (std::int32_t ij = 0; ij < num_checks; ++ij) {
primitives::host_engine eng(2007 + dim * num_checks + ij);
pr::uniform<float_t>(dim, vec_host.get_mutable_data(), eng, -1.0, 1.0);
primitives::uniform<float_t>(dim, vec_host.get_mutable_data(), eng, -1.0, 1.0);
auto vec_gpu = vec_host.to_device(this->get_queue());
auto out_vector =
ndarray<float_t, 1>::empty(this->get_queue(), { dim }, sycl::usm::alloc::device);
Expand Down

0 comments on commit 85d9f02

Please sign in to comment.