Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[enhancement] Add finiteness_checker algo to cpp/oneapi/dal/algo #2781

Merged
merged 53 commits into from
Jul 17, 2024

Conversation

icfaust
Copy link
Contributor

@icfaust icfaust commented May 15, 2024

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

  • Fully Compile
  • Add tests
  • Pass Public CI
  • Pass Private CI

@icfaust
Copy link
Contributor Author

icfaust commented Jul 15, 2024

/intelci: run

@icfaust
Copy link
Contributor Author

icfaust commented Jul 15, 2024

/intelci: run

@icfaust icfaust requested a review from Alexandr-Solovev July 16, 2024 10:31
@Alexandr-Solovev
Copy link
Contributor

LGTM

@icfaust
Copy link
Contributor Author

icfaust commented Jul 16, 2024

@icfaust
Copy link
Contributor Author

icfaust commented Jul 17, 2024

@icfaust
Copy link
Contributor Author

icfaust commented Jul 17, 2024

/intelci: run

@icfaust
Copy link
Contributor Author

icfaust commented Jul 17, 2024

Rerun after master merge: http://intel-ci.intel.com/ef442960-d9a9-f17b-95a9-a4bf010d0e2e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants