traveller59 / spconv

Spatial Sparse Convolution Library
Apache License 2.0
1.9k stars 366 forks source link

compile error in aarch64 platform #26

Closed muzi2045 closed 5 years ago

muzi2045 commented 5 years ago

I am trying to compile spconv in Linux aarch64 platform, But the error occur when compileing image

it looks like the pytorch lib is incomplete, Ubuntu 18.04 LTS + python3.6 + CUDA10.0 + cmake3.14.0 everything going fine in my x86 PC platform with the same code. hopefully for any advice, thanks!

traveller59 commented 5 years ago

What's your torch version? This project only support torch >= 1.0. I have test spconv in torch 1.0 and 1.0.1.

muzi2045 commented 5 years ago

I install the torch == 1.0.0, but it was a prebuilt wheel file released by Nvidia, here is the link: https://devtalk.nvidia.com/default/topic/1041716/jetson-agx-xavier/pytorch-install-problem-solved-/post/5284880/#5284880 I have tried to compile torch source code in the Jetson Xavier Platform, but it failed. there seems like some problem in CUDA10 with torch.. @traveller59

muzi2045 commented 5 years ago

I have tried to compile torch from source in aarch64 platform . it worked.