getkeops / keops

KErnel OPerationS, on CPUs and GPUs, with autodiff and without memory overflows
https://www.kernel-operations.io
MIT License
1.03k stars 65 forks source link

Formula Compilation Error #321

Open mikewzp opened 11 months ago

mikewzp commented 11 months ago

The pyKeops library is required by experiment code. So i

pip install pykeops

During running and testing Error occured. My system is Ubuntu 22.04 equiped with GeForce RTX 4090. I tried two different environment with no luck: 1) python 3.10 with CUDA 11.6 2) python 3.6 with CUDA 11.3 1) 3.10+cu11.6+torch1.13.1 image

2) 3.6+cu11.3+torch1.10.1 1690875354598

The errors are not exact the same, but similar when compiling formula and Aborted (core dumped). So why it occurs and how to avoid that? Thanks very much in advance!

mikewzp commented 11 months ago

image However, docker version ONLY works without gpu support on my machine: image

sawwhite commented 11 months ago

I think the problem is caused by 4090.

mikewzp commented 11 months ago

I think the problem is caused by 4090.

Could be. Do you know where can i find a support/compatibility list for hardware version + software version on PyKeOps? Looks like: https://www.tensorflow.org/install/source?hl=zh-cn#gpu Since the installation requirements seems too general.

image

My machine satisfied all of the above, but still not work.