| 592 | } |
| 593 | |
| 594 | int CudaArrayIterForTest::Next() { |
| 595 | common::AssertGPUSupport(); |
| 596 | return 0; |
| 597 | } |
| 598 | #endif // !defined(XGBOOST_USE_CUDA) |
| 599 | |
| 600 | NumpyArrayIterForTest::NumpyArrayIterForTest(float sparsity, bst_idx_t rows, size_t cols, |
no test coverage detected