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

Kronecker optimization #91

Open
wants to merge 8 commits into
base: dev
Choose a base branch
from

Conversation

artemiipatov
Copy link
Contributor

Proposed Changes

Kronecker optimization

Old

Matrix Mean Error StdDev
Si2.mtx 48.40 s 0.250 s 0.166 s
can_634.mtx 18.46 s 0.152 s 0.101 s
lshp1561.mtx 27.47 s 0.402 s 0.210 s

New

Matrix Mean Error StdDev
Si2.mtx 41.80 s 0.438 s 0.885 s
can_634.mtx 15.82 s 0.053 s 0.107 s
lshp1561.mtx 24.72 s 0.215 s 0.429 s

Types of changes

What types of changes does your code introduce to GraphBLAS-sharp?
Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

  • Build and tests pass locally
  • I have added tests that prove my fix is effective or that my feature works (if appropriate)
  • I have added necessary documentation (if appropriate)

Further comments

If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...

@artemiipatov artemiipatov changed the title Mydev Kronecker optimization Dec 15, 2023
@gsvgit gsvgit requested a review from IgorErin December 18, 2023 09:18
matrixHost <- this.ReadMatrix this.InputMatrixReader

member this.LoadMatricesToGPU () =
matrix <- buildMatrix this.OclContext matrixHost
Copy link
Member

Choose a reason for hiding this comment

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

Blocking as Kirill

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