-
Notifications
You must be signed in to change notification settings - Fork 209
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
Not compiling in container AGX - cmake:3.2 JP:4.5 #267
Comments
Ok, now I've seen the error was mine because of using that old commit. But with last version of the repo I've got this:
I use the command in cmake: First two warnings... Ive inspected the container a little previous compiling tkDNN:
Why do I get
? I add the cmake -LA in case it could help:
This also happens in a fresh install I've tested. I've flashed with jetpack 3.4, then, tried to |
This also happens in a fresh install with jetpack 4.4. Then I try to use this Dockerfile:
Result:
|
Can't upgrade to cmake3.5 in arm64 and ubuntu 18. This is what happens with the project with cmake 3.2. For using it, I've used commit 62e4a3f for this repositoy, the one before you changed the minimum version of cmake.
Also:
cuda: 10.2
cudnn: 8.0.0.180
tensor rt: 7.1.3-1+cuda10.2"
opencv: "4.5.2"
os: ubuntu 18 - arm 64
This is obtained with jetson-pack 4.6 jetson agx installation, but using using nvidia self contained l4t images:
Then, I install fron nvidia debian repositories cudnn and tensorrt always using jetpack 4.4 nvidia debian repository reference.
And then next error is dropped when compiling tkdnn:
Here is the cmake info:
The text was updated successfully, but these errors were encountered: