-
Notifications
You must be signed in to change notification settings - Fork 221
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
Add correlation distance algorithm #3131
base: main
Are you sure you want to change the base?
Add correlation distance algorithm #3131
Conversation
Signed-off-by: North Iii <richard.north.iii@intel.com>
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 <richard.north.iii@intel.com>
…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 <rnorthii@smtp.jf.intel.com>
Signed-off-by: North Iii <richard.north.iii@intel.com>
…dnorth3/oneDAL into dev/correlation-dist-algo
PR completeness and readability
Testing