| 11 | |
| 12 | namespace xgboost { |
| 13 | TEST(Objective, DeclareUnifiedTest(LinearRegressionGPair)) { |
| 14 | Context ctx = MakeCUDACtx(GPUIDX); |
| 15 | TestLinearRegressionGPair(&ctx); |
| 16 | } |
| 17 | |
| 18 | TEST(Objective, DeclareUnifiedTest(SquaredLog)) { |
| 19 | Context ctx = MakeCUDACtx(GPUIDX); |
nothing calls this directly
no test coverage detected