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

intrinsic_matmul/matmul.c:2:10: fatal error: thead_matrix.h: No such file or directory #9

Open
yelbuod opened this issue Jul 17, 2024 · 5 comments

Comments

@yelbuod
Copy link

yelbuod commented Jul 17, 2024

I run ./env.h and get the error:

intrinsic_matmul/matmul.c:2:10: fatal error: thead_matrix.h: No such file or directory
    2 | #include <thead_matrix.h>
      |          ^~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:26: intrinsic] Error 1

and I cannot find <thead_matrix.h> header file in the gcc or any other directory.

@QJtaibai
Copy link
Collaborator

fixed it with commit [e1a8f33]

@QJtaibai
Copy link
Collaborator

the latest toolchain can be found here https://www.xrvm.cn/community/download?id=4333581795569242112

@yelbuod
Copy link
Author

yelbuod commented Jul 21, 2024

I found the <thread_matrix.h> header file and compile successfully via the toolchain in the link you provided. Thank you.
BTW, I found that the toolchain works with SPEC version 0.3, but not with version 0.4, because the matrix-scalar instructions were removed in SPEC version 0.4. Is that right?

@Grizzly-bear-ke
Copy link

I found the <thread_matrix.h> header file and compile successfully via the toolchain in the link you provided. Thank you. BTW, I found that the toolchain works with SPEC version 0.3, but not with version 0.4, because the matrix-scalar instructions were removed in SPEC version 0.4. Is that right?

Where is the thread_matrix.h file?

@yelbuod
Copy link
Author

yelbuod commented Aug 28, 2024

I found the <thread_matrix.h> header file and compile successfully via the toolchain in the link you provided. Thank you. BTW, I found that the toolchain works with SPEC version 0.3, but not with version 0.4, because the matrix-scalar instructions were removed in SPEC version 0.4. Is that right?

Where is the thread_matrix.h file?

In the toolchain provided in the link above.

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

3 participants