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

[CIRCT] Fix MemoryOp representation, Add 3/4D memory. #645

Merged
merged 1 commit into from
Sep 2, 2021
Merged

Conversation

cgyurgyik
Copy link
Collaborator

@cgyurgyik cgyurgyik commented Sep 1, 2021

Closes #644.

Side note: It would be nice to have the number of dimensions as a parameter as well, e.g. std_mem(/*numDims=*/1, 32, 1, 1); I think we talked about this before, using row major ordering.

@cgyurgyik cgyurgyik added the C: CIRCT Changes for the CIRCT backend label Sep 1, 2021
@cgyurgyik cgyurgyik changed the title [CIRCT] Fix MemoryOp representation. [CIRCT] Fix MemoryOp representation, Add 3/4D memory. Sep 1, 2021
@rachitnigam
Copy link
Contributor

The compiler failures occur because the Dahlia compiler is emitting comb groups (#635).

@rachitnigam rachitnigam added S: Blocked Issue is blocked and removed S: Blocked Issue is blocked labels Sep 2, 2021
@cgyurgyik cgyurgyik merged commit f3208d8 into master Sep 2, 2021
@cgyurgyik cgyurgyik deleted the memop branch September 2, 2021 04:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: CIRCT Changes for the CIRCT backend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CIRCT] Incorrect formatting for MemoryOp.`
2 participants