oneDAL icon indicating copy to clipboard operation
oneDAL copied to clipboard

Add GPU rocAucScore

Open icfaust opened this issue 9 months ago • 0 comments

oneDAL contains its own version of ROC AUC score (rocAucScore) which has been implemented for CPU computation in the DAAL side of the codebase. There is a use case for implementing this algorithm for GPUs, where data movement to and from the GPU can be minimized. A GPU version of this code can be implemented in oneDAL, which can then be easily used in sklearnex.

icfaust avatar Apr 01 '25 11:04 icfaust