kaolin
kaolin copied to clipboard
Fix/msvc compilation
This PR fixes two issues with compilation on Windows using MSVC.
- forward declaration inconsistency with the actual definition of the cuda function
MeshIntersectionKernelLauncher
- fix of preprocessor condition syntax that was not working properly on MSVC
With these two fixes, I was able to compile on Windows just fine, the setup was the following: Python version: 3.6 CUDA version: 10.1 Pytorch version: 1.4.0