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

Add numa lib and UMD device api dir #4

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

Conversation

JushBJJ
Copy link

@JushBJJ JushBJJ commented Dec 1, 2024

Problem description

  • libfmt.so doesn't exist anymore after building TT-Metal
  • Numalib is required
  • UMD device api dir is required now otherwise it would produce this error:
/home/jush/tt-metal/tt_metal/common/tt_backend_api_types.hpp:15:10: fatal error: 'umd/device/tt_arch_types.h' file not found
   15 | #include "umd/device/tt_arch_types.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.

What's changed

  • Removed libfmt.so and added numa into link libs
  • Add UMD device api directory into target includes

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.

1 participant