* Port elementwise metrics to GPU. * All elementwise metrics are converted to static polymorphic. * Create a reducer for metrics reduction. * Remove const of Metric::Eval to accommodate CubMemory.
5 lines
142 B
Plaintext
5 lines
142 B
Plaintext
/*!
|
|
* Copyright 2018 XGBoost contributors
|
|
*/
|
|
// Dummy file to keep the CUDA conditional compile trick.
|
|
#include "test_elementwise_metric.cc" |