Andrew Choi
Andrew Choi
Hello, I have quite a peculiar problem where only specific topics are synced. First, I will explain my unique setup (which is quite similar to the one in PR #115)....
Starting from `torch 2.6.0`, some APIs have changed: 1. `.type() --> .scalar_type()` 2. `.type().is_cuda() --> .device().is_cuda()` This breaks the current build process. This PR checks the user's torch version and...
### Required prerequisites - [x] Make sure you've read the [documentation](https://pybind11.readthedocs.io). Your issue may be addressed there. - [x] Search the [issue tracker](https://github.com/pybind/pybind11/issues) and [Discussions](https:/pybind/pybind11/discussions) to verify that this hasn't...
There is a longstanding bug from pytorch where if `torch.use_deterministic_algorithms=True` and there is cuda advanced index_put with broadcasting, an error will occur: https://github.com/pytorch/pytorch/issues/79987 In ManiSkill, many of the setters rely...