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

Remove TensorBase dependencies from Parser #200

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

oicirtap
Copy link
Collaborator

Additions:

  • Parser uses TensorVar objects instead of TensorBase objects for creating IndexExpr and Assignment objects.
  • New conversion functions between vector and vector for the Type class.
  • New TensorBase constructor with TensorVar as single input.
  • New assemble and compute TensorBase functions which take in pre-packed arguments.

@fredrikbk
Copy link
Contributor

Needs to be merged in or reimplemented along the same lines. Currently our command-line tool and online code generator allocates memory for tensors, with dimensions 42.

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.

None yet

2 participants