-
Using /root/.cache/torch_extensions/py310_cu121 as PyTorch extensions root...
Detected CUDA files, patching ldflags
Emitting ninja build file /root/.cache/torch_extensions/py310_cu121/gn_op/build.ni…
-
Hi,
Thank you for sharing the code.
For the newer version of CUDA, we need to replace THCudaCheck with AT_CUDA_CHECK
//THCudaCheck(cudaGetLastError());
AT_CUDA_CHECK(cudaGetLastError());
…
-
I simlinked to GCC
-
## 🐛 Bugs / Unexpected behaviors
ERROR: Failed building wheel for pytorch3d
## Instructions To Reproduce the Issue:
Hi, I'm encountering issues while trying to install pytorch3d on Ubuntu.
…
-
I am using Mac OS Sierra 10.12.4, CUDA 8, on 8GB RAM, and I get this error when doing
torch user$ ./install.sh:
...
-- got cuda version 8.0
-- Found CUDA with FP16 support, compiling with torch.C…
-
[ 4%] Building NVCC (Device) object lib/THC/CMakeFiles/THC.dir/THC_generated_THCHalf.cu.o
nvcc fatal : The version ('40000') of the host compiler ('clang') is not supported
CMake Error at THC_gen…
-
I get an error when I run test.py
!python test.py --checkpoints_dir "" --name CelebA-HQ_pretrained --load_size 256 --crop_size 256 --dataset_mode custom --label_dir /content/SEAN/imgs/colormaps --i…
-
[ 8%] Building NVCC (Device) object lib/THC/CMakeFiles/THC.dir/THC_generated_THCTensorCopy.cu.o
[ 5%] Building NVCC (Device) object lib/THC/CMakeFiles/THC.dir/THC_generated_THCSleep.cu.o
nvcc fata…
-
Emitting ninja build file E:\Model\SparseInst-main\detectron2\build\temp.win-amd64-cpython-38\Release\build.ninja...
Compiling objects...
Allowing ninja to set a default number of workers... (overri…
-
hi everyone,i am kind of new in torch.i am using Manjaro(arch),when i follow the instruction to install torch,it fails.what can i do
In file included from /opt/cuda/include/host_config.h:50:0,
…