-
Notifications
You must be signed in to change notification settings - Fork 221
Add correlation distance algorithm #3131
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
base: main
Are you sure you want to change the base?
Add correlation distance algorithm #3131
Conversation
Signed-off-by: North Iii <[email protected]>
Hey @richardnorth3 sorry if I overstepped, I marked it as still draft. Make sure to strip out the rbf_kernel from the gpu backend, I assume you'll use the correlation distance primitive for GPU, and make sure to write a fleshed-out description. Its looking good! |
Signed-off-by: North Iii <[email protected]>
…dnorth3/oneDAL into dev/correlation-dist-algo
No, thank you for putting the PR back into draft mode! I accidentally pushed it as a PR and just wanted to merge what changes I had locally in case I lost them. Think the algorithm is mostly finished now and I just have to finish the testing portion. |
Signed-off-by: richard.north.iii <[email protected]>
Signed-off-by: North Iii <[email protected]>
…dnorth3/oneDAL into dev/correlation-dist-algo
Signed-off-by: richard.north.iii <[email protected]>
…dnorth3/oneDAL into dev/correlation-dist-algo
Signed-off-by: richard.north.iii <[email protected]>
…dnorth3/oneDAL into dev/correlation-dist-algo
Signed-off-by: richard.north.iii <[email protected]>
Signed-off-by: richard.north.iii <[email protected]>
Signed-off-by: richard.north.iii <[email protected]>
…dnorth3/oneDAL into dev/correlation-dist-algo
Signed-off-by: richard.north.iii <[email protected]>
…dnorth3/oneDAL into dev/correlation-dist-algo
Signed-off-by: richard.north.iii <[email protected]>
Signed-off-by: richard.north.iii <[email protected]>
Signed-off-by: richard.north.iii <[email protected]>
/intelci: run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also add C++ and DPC++ examples into examples/oneapi folder.
The follow-up ticket about the respective update in the documentation is also needed.
Signed-off-by: richard.north.iii <[email protected]>
To clarify, you are saying to update the documentation in a different PR? |
Signed-off-by: richard.north.iii <[email protected]>
/intelci: run |
Signed-off-by: richard.north.iii <[email protected]>
Signed-off-by: richard.north.iii <[email protected]>
Signed-off-by: richard.north.iii <[email protected]>
Signed-off-by: richard.north.iii <[email protected]>
Signed-off-by: richard.north.iii <[email protected]>
Signed-off-by: richard.north.iii <[email protected]>
Please add a PR description for a change this large - should at least include a brief description of the additions plus clarification on changes to other files |
PR completeness and readability
Testing