Skip to content

FPTR distributed init. step 1 #134

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 1 commit into from
Oct 10, 2020
Merged

FPTR distributed init. step 1 #134

merged 1 commit into from
Oct 10, 2020

Conversation

shssf
Copy link
Contributor

@shssf shssf commented Oct 10, 2020

  • distribute fptr storage initialization across diffrent files with the kernel definition
  • move specialization of the kernel template function to this initialization procedure (avoid explicit specialization)

@codecov
Copy link

codecov bot commented Oct 10, 2020

Codecov Report

Merging #134 into master will decrease coverage by 51.45%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #134       +/-   ##
==========================================
- Coverage   51.45%   0.00%   -51.46%     
==========================================
  Files          19      19               
  Lines        1240    1240               
  Branches      329     329               
==========================================
- Hits          638       0      -638     
- Misses        340    1240      +900     
+ Partials      262       0      -262     
Impacted Files Coverage Δ
dpnp/config.py 0.00% <0.00%> (-100.00%) ⬇️
dpnp/_version.py 0.00% <0.00%> (-100.00%) ⬇️
dpnp/linalg/__init__.py 0.00% <0.00%> (-100.00%) ⬇️
dpnp/random/__init__.py 0.00% <0.00%> (-100.00%) ⬇️
dpnp/dpnp_iface_types.py 0.00% <0.00%> (-93.34%) ⬇️
dpnp/dpnp_iface.py 0.00% <0.00%> (-89.86%) ⬇️
dpnp/dpnp_iface_linearalgebra.py 0.00% <0.00%> (-84.79%) ⬇️
dpnp/linalg/linalg_iface.py 0.00% <0.00%> (-82.36%) ⬇️
dpnp/dpnp_iface_mathematical.py 0.00% <0.00%> (-61.73%) ⬇️
dpnp/dpnp_iface_searching.py 0.00% <0.00%> (-60.00%) ⬇️
... and 9 more

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 c3ec188...15b6927. Read the comment docs.

@shssf shssf merged commit 68815e3 into master Oct 10, 2020
@shssf shssf deleted the fptr_distributed_init branch October 10, 2020 14:11
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.

1 participant