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

Turn on JIT on riscv CI #334

Closed
wants to merge 1 commit into from
Closed

Turn on JIT on riscv CI #334

wants to merge 1 commit into from

Conversation

vorosl
Copy link
Contributor

@vorosl vorosl commented Feb 17, 2025

No description provided.

Signed-off-by: Laszlo Voros <[email protected]>
@vorosl vorosl marked this pull request as ready for review February 17, 2025 10:18
apt-get update
apt-get install -y cmake build-essential ninja-build pkg-config python3 clang git
run: |
# TODO enable JIT for RISC-V
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please remove this comment line
BTW for now, can JITC fully support RISC-V?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Unfortunately not yet. There are still 3 failing tests. But we want to see the same thing in the CI as we see in our test runs, and it looks like CI only supports the basic (general) RISCV instruction set. We need to figure out how can we enable the vector support, and this can be done in parallel to fix the last tests.

@vorosl
Copy link
Contributor Author

vorosl commented Feb 21, 2025

#281 PR will solve the problem.

@vorosl vorosl closed this Feb 21, 2025
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.

3 participants