-
Notifications
You must be signed in to change notification settings - Fork 97
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
Undeclared inclusions building from source #1467
Comments
Could you please run the |
@mojitonoproblem |
@mojitonoproblem |
I didn't know that. Please let me know how to run those samples and I will post the results. Thank you |
Perfect. I hardcoded the path to the ROCM installation directory and the Python bin, and it is building so far. |
@reza-amd I'm pasting the error resulting from running build_rocm_python3:
Let me know if I can do anything to help. Thank you |
@mojitonoproblem do you have the ROCM_PATH and TF_NEED_ROCM env vars set when you run the configure command? If not, please set, and retry Your
note the |
@reza-amd Thank you for your kind help. I'm pasting the error resulted from the last attempt (with env variables and python path set):
as well as
Thank you, |
looks like you are using ROCm 4.3.0....can I request you to switch to ROCm 4.3.1 and try it out. thanks |
@deven-amd It seems that there is a missing library, although it is actually installed:
I cannot manage to get it work. Thanks |
Please note that even with the repository 4.3.1, the installation directory is named 4.3.0. |
For ROCm 4.3.1, the directory should be
I think maybe your ROCm install is not quite right. Perhaps try removing it altogether and putting on 4.3.1 fresh. |
Hi @mojitonoproblem, |
Hi @jayfurmanek I was not able yet. I didn't want to add useless info to this thread. I started with a new install but cannot get it work. I'm gona try again today.
Thanks. |
I uninstalled, rebooted and reinstalled everything, but cannot get rid of the previous error message. Any hints? |
It seems your ROCm install is still not right. How did you remove/reinstall? Also, note we did just move the top of the develop-upstream branch to be ROCm-4.5 based if you are still interested in building the latest. |
@jayfurmanek thank you, I removed the 4.3.0 version using Now I'm pulling develop-upstream and changing apt source to 4.5. After attempting to build I'll post my results. |
It appears that it cannot find rock-dkms. I just rebooted after removing 4.3.1 and issued the following command:
|
@mojitonoproblem I was able to find a workaround for this issue (I am not sure if it is the right way). |
System information
OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
Linux Ubuntu 20.04
Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device:
None
TensorFlow installed from (source or binary):
None
TensorFlow version:
conda
ROCm/MIOpen version:
4.3.0
GPU model and memory:
Marketing Name: Hawaii PRO [Radeon R9 290/390]
Describe the problem
Provide the exact sequence of commands / steps that you executed before running into the problem
Any other info / logs
I tried declaring the dependency by issuing:
sudo ln -s /opt/rocm/include/ tensorflow/stream_executor/rocm/include
but it only leads to another error (duplicate declaration).
The text was updated successfully, but these errors were encountered: