mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Updated the cuda tests to use the new GpuDevice constructor
This commit is contained in:
@@ -19,7 +19,8 @@
|
||||
template<int DataLayout>
|
||||
static void test_full_reductions() {
|
||||
|
||||
Eigen::GpuDevice gpu_device;
|
||||
Eigen::CudaStreamDevice stream;
|
||||
Eigen::GpuDevice gpu_device(&stream);
|
||||
|
||||
const int num_rows = internal::random<int>(1024, 5*1024);
|
||||
const int num_cols = internal::random<int>(1024, 5*1024);
|
||||
|
||||
Reference in New Issue
Block a user