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

Evaluate performance of interface #3

Open
3 tasks
mcopik opened this issue Dec 7, 2016 · 1 comment
Open
3 tasks

Evaluate performance of interface #3

mcopik opened this issue Dec 7, 2016 · 1 comment
Assignees
Milestone

Comments

@mcopik
Copy link
Contributor

mcopik commented Dec 7, 2016

There are two possible sources of problems for common interface

  1. Does it introduce a measurable and significant overhead for any library?

  2. Does it prevent Smart ETs from doing necessary optimizations

Tests:

  • matrix-matrix-vector product
  • matrix-matrix-matrix product requiring a rearrangement for optimality
  • nested matrix operations (A + B) * (C - D)
@mcopik mcopik added the question label Dec 7, 2016
@mcopik mcopik added this to the 0.1 milestone Dec 7, 2016
@mcopik mcopik self-assigned this Dec 7, 2016
@mcopik
Copy link
Contributor Author

mcopik commented Dec 7, 2016

We should think about a set of regression tests to ensure that our runtime does not change suddenly at some point.

@mcopik mcopik added the C++ label Dec 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant