Skip to content

MEAN add MKL kernel #119

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

Merged
merged 4 commits into from
Oct 6, 2020
Merged

MEAN add MKL kernel #119

merged 4 commits into from
Oct 6, 2020

Conversation

densmirn
Copy link
Contributor

@densmirn densmirn commented Oct 6, 2020

No description provided.

@densmirn densmirn requested a review from shssf October 6, 2020 13:21
@codecov
Copy link

codecov bot commented Oct 6, 2020

Codecov Report

Merging #119 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #119   +/-   ##
=======================================
  Coverage   51.45%   51.45%           
=======================================
  Files          19       19           
  Lines        1240     1240           
  Branches      329      329           
=======================================
  Hits          638      638           
  Misses        340      340           
  Partials      262      262           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 13de40d...ddd2db8. Read the comment docs.


custom_sum_c<_DataType>(array1_in, sum, size);
cl::sycl::event event = mkl_stats::mean(DPNP_QUEUE, dataset, result);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please add a comment with documentation pointer to this functionality from MKL?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

something like
// http://asdada

result[0] = static_cast<_ResultType>(sum[0]) / static_cast<_ResultType>(size);

dpnp_memory_free_c(sum);
}

#if 0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, please delete this debug code

@shssf shssf merged commit beae23d into master Oct 6, 2020
@shssf shssf deleted the feature/mean_kernel branch October 6, 2020 17:06
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