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

initial import of riscv port #289

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ct-clmsn
Copy link

@ct-clmsn ct-clmsn commented Nov 8, 2024

Issue

#288

Verifies the driver atomics file; adds the directory rv64 and create-ethernet-map to complete riscv support.

Description

Adds in binary artifact for create-ethernet-map compiled from luwen (luwen-cem) - this is probably not acceptable for public download. It was compiled following @joelsmithTT 's notes to compile the binary.

List of the changes

adds in binary artifact for create-ethernet-map compiled from luwen (luwen-cem)

Testing

create-ethernet-map ran program using sifive unmatched hardware successfully

API Changes

N/A

@joelsmithTT
Copy link
Contributor

Hi @ct-clmsn, thanks for the contribution.

UMD and Metal very recently changed how this binary is handled:
#245
tenstorrent/tt-metal#14718

Long story short: Metal doesn't need to know about it anymore, and UMD consumes it as a library rather than an executable.

This line controls how the build finds the library binary (lives here -- that folder contains instructions for how to build it for either the architecture of the host system or for aarch64).

@ct-clmsn
Copy link
Author

ct-clmsn commented Nov 9, 2024

@joelsmithTT I'm doing an update and build today to get my environment synchronized with this repository. Thanks!

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