We attempted to run the MinkowskiEngine on an H100 GPUs, setting TORCH_CUDA_ARCH_LIST=9.0 during compilation. A virtual environment was successfully configured, and the code—previously verified to run on an A100—was executed. However, we encountered the following error:
RuntimeError: an illegal instruction was encountered at user/path/MinkowskiEngine/src/convolution_kernel.cu:666
The system configuration on the H100 is as follows:
Python: 3.9
PyTorch: 2.0.0
CUDA: 11.8
MinkowskiEngine: 0.5.4