kaolin icon indicating copy to clipboard operation
kaolin copied to clipboard

Fix/msvc compilation

Open radekd91 opened this issue 4 years ago • 7 comments

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

radekd91 avatar Apr 14 '20 12:04 radekd91