-
Notifications
You must be signed in to change notification settings - Fork 35
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
WIP Support px2 #280
base: develop
Are you sure you want to change the base?
WIP Support px2 #280
Conversation
I am using the libtorch pre-built for rpi-aarch64. The script However, By installing
The reason might be the glibc of Ubuntu 16.04 on my Drive PX2 is too old -- 2.23.
|
Codecov Report
@@ Coverage Diff @@
## develop #280 +/- ##
===========================================
+ Coverage 79.95% 79.96% +0.01%
===========================================
Files 37 37
Lines 1751 1752 +1
===========================================
+ Hits 1400 1401 +1
Misses 270 270
Partials 81 81
Continue to review full report at Codecov.
|
After upgrading Ubuntu on PX2 from 16.04 to 18.04, I got glibc 2.27, which is still older than the version 2.29 used by pre-built libtorch. So, I am building libtorch on PX2. However, the building failed as building an assembly source file.
|
As described in ljk53/pytorch-rpi#2, I successfully built libtorch for PX2. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Fix #279
This PR solves the linking of pytorch/xla to libcgotorch.so. In the next PR, I will try to add some wrapper code.