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

Re-structure examples #100

Open
mkannwischer opened this issue Nov 6, 2024 · 0 comments
Open

Re-structure examples #100

mkannwischer opened this issue Nov 6, 2024 · 0 comments

Comments

@mkannwischer
Copy link
Collaborator

I'd like to restructure the examples in SLOTHY.

I propose the following:

  • naive consists of 1 dir per arch with potentially sub-dirs for different groups (e.g., we may want to group all code that is related to Kyber).
  • opt consits of 1 dir per arch with a subdir per uarch with subdir for the groups mentioned above.

The examples.py gets split up and the actual code gets moved to naive/<arch>/<group>/example.py or similar.

So we have something like

  • example.py
  • examples
    • naive
      • aarch64
        • kyber
          • example.py
          • xxx.s
      • armv7m
      • armv8m
    • opt
      • aarch64
        • a55
          • kyber
            • xxx_opt_a55.s
          • ....

Any comments?
I propose to wait with this restructuring until #61 has been merged.

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

No branches or pull requests

1 participant