oneDAL
oneDAL copied to clipboard
[enhancement] Add finiteness_checker algo to `cpp/oneapi/dal/algo`
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