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

Updates to C Frontend #67

Merged
merged 157 commits into from
May 20, 2022
Merged

Updates to C Frontend #67

merged 157 commits into from
May 20, 2022

Conversation

edwjchen
Copy link
Collaborator

@edwjchen edwjchen commented Mar 24, 2022

Supporting:

  • structs
  • ptrs
  • n-dimension arrays
  • nested structs
  • typedef
  • sizeof
  • shift operations

Benchmarks:

  • Original HyCC kmeans testcase (without recursion).
  • Original HyCC gauss testcase.

Copy link
Contributor

@alex-ozdemir alex-ozdemir left a comment

Choose a reason for hiding this comment

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

This looks good to me. However, you'll have to merge in the updates to master.

@edwjchen edwjchen merged commit 7693d30 into master May 20, 2022
elefthei pushed a commit to elefthei/circ that referenced this pull request Oct 11, 2022
Supporting:
- structs
- ptrs
- n-dimension arrays
- nested structs
- typedef
- sizeof
- shift operations

Benchmarks:
- Original HyCC kmeans testcase (without recursion).
- Original HyCC gauss testcase.

Co-authored-by: Alex Ozdemir <aozdemir@hmc.edu>
Co-authored-by: Ubuntu <ubuntu@neptune2.maas>
@edwjchen edwjchen deleted the c_frontend branch January 30, 2023 23:12
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