Skip to content

Conversation

vladkvit
Copy link

@vladkvit vladkvit commented Apr 27, 2022

As per facebookresearch/pytorch3d#843 - to solve the build issue on Windows, one must swap the header from <torch/extension.h> to <ATen/ATen.h>, and update torch:: references to at::. This replacement is the only change in this diff, and the only one that seems to be required.

Context - CUDA doesn't like pybind11, the torch/extension.h includes pybind11.

For reference, the error was "error: too few arguments for template template parameter "Tuple""

@ghost
Copy link

ghost commented Apr 27, 2022

CLA assistant check
All CLA requirements met.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant