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

ARM64 version of the container #3

Open
mmtftr opened this issue Oct 3, 2022 · 1 comment
Open

ARM64 version of the container #3

mmtftr opened this issue Oct 3, 2022 · 1 comment

Comments

@mmtftr
Copy link

mmtftr commented Oct 3, 2022

I've made a fork of this repository that modifies it to support building for the linux/arm64 platform. I've supplied some of the people in the course with both the docker hub image and the repository itself for their use. I've removed some floating point code from whisper to make it support arm64.

https://github.com/MMDF/labs344
https://hub.docker.com/repository/docker/mmdf/labs344

It might be better for you to release an official docker image with the linux/arm64 platform for students using M1 or other arm64-based CPUs.

@doganulus
Copy link
Member

It will be a good idea to open an issue in chipsalliance/SweRV-ISS that asks for support for the arm64-based computers. Proper upstream support would be better. Could you open a similar issue there?

You may propose your solution there as well. You will probably need to use compiler flags to exclude x86-specific libraries in their code when compiling for arm64. I will keep this issue open.

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

2 participants