torch-points-kernels icon indicating copy to clipboard operation
torch-points-kernels copied to clipboard

Pytorch kernels for spatial operations on point clouds

Results 13 torch-points-kernels issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v5.0.0) - [github.com/psf/black: 22.3.0 → 25.1.0](https://github.com/psf/black/compare/22.3.0...25.1.0)

I'm using a conda-env with Py-38 and CUDA-11.7. When I was trying to install torch-points-kernels via neither conda nor build from source, it fails. In README seems a PyTorch >=...

During installation of torch-points-kernels using this command pip install torch-points-kernels==0.7.0, I will faced the error for build wheels Error :- --> Building wheel for torch-points-kernels (setup.py) ... error error: subprocess-exited-with-error...

OS:windows11 22H2 C++ Compiler: MSVC2022 Python:3.8 CudatoolKit:release 11.8, V11.8.89 pytorch:2.0.1 I am try to install torch points kernels 0.6.10 via pip then I got these ``` No CUDA runtime is...

Hi, I have to compile the "torch-points-kernels" library in my workstation and then run the code in a remote server using the same conda environment. The "CUDA error" happened after...

Some C++ Standard Library headers have been changed to no longer include other headers that were being used internally by the library since GCC12[^1]. As a result, building torch-points-kernels with...

Hi, I am running in to issues when trying to install `torch-points-kernels` using pip, with the issue being that no compatible build can be found there. I have since compiled...

https://github.com/torch-points3d/torch-points-kernels' readme says `poetry add torch-points-kernels` However, my centos can't use it as ``` (RandLA) [kimd999@tlogin2 python]$ ~/.poetry/bin/poetry add torch-points-kernels RuntimeError Poetry could not find a pyproject.toml file in /home/kimd999/script/python...

trouble installing / building torch-point-kernels: RuntimeError: The detected CUDA version (11.3) mismatches the version that was used to compile PyTorch (10.2). Please make sure to use the same CUDA versions....

Hi, Thank you for this great library and torch-points3d. I made some modifications to support mixed-precision training. The major changes are as follows: - template kernel function in interpolate_gpu.cu sampling_gpu.cu...