facebookresearch / SparseConvNet

Submanifold sparse convolutional networks
https://github.com/facebookresearch/SparseConvNet
Other
2.04k stars 332 forks source link

fix #225 incompatibility with g++ 11 #226

Open emepetres opened 2 years ago

emepetres commented 2 years ago

It is not possible to run SparseConvNet compiled with latest g++ version 11. Forcing it to use version 10 fixes the issue.