oneDAL icon indicating copy to clipboard operation
oneDAL copied to clipboard

[enhancement] Add finiteness_checker algo to `cpp/oneapi/dal/algo`

Open icfaust opened this issue 9 months ago • 0 comments

Description

This adds a finiteness checker algorithm to oneDAL which allows for GPU finiteness checking via reduction_1d. This follows the architecture seen in DBSCAN, covariance, rbf_kernel and linear_kernel.

Changes proposed in this pull request:

  • Add GPU offload of finiteness checking
  • Add interface to daal finiteness_checker via oneDAL

Tasks

  • [x] Fully Compile
  • [ ] Add tests
  • [ ] Pass Public CI
  • [ ] Pass Private CI

icfaust avatar May 15 '24 11:05 icfaust