Matthew Cong

Results 9 comments of Matthew Cong

This happens when building a static library in the debug configuration. Not sure if it happens with a shared library. That being said, I am a bit mistaken to consider...

I've been looking into pybind11 for OpenVDB. I have all of the Python bindings ported over from boost::python to pybind11 and all of the Python unit tests are passing (without...

Possible fix in the PR linked above based on the (likely) related issue #349.

We discussed this in last week's TSC meeting. To summarize, I'm concurrently developing Python bindings for NanoVDB which expose GPU interop via nanobind, a feature which does not exist in...

While nanobind for NanoVDB and pybind11 for OpenVDB might be a good interim solution, I'm not a huge fan of it long-term as it prevents a user from using Open...

Yeah, the pybind11 issue outlines part of the problem. As they mention in the discussion, backporting a basic typecaster for a DLPack struct to pybind11 is doable, but it becomes...

While an additional dependency may introduce a small barrier to adoption, Python-level host and device interoperability with widely-used frameworks such as PyTorch and Tensorflow has the potential to significantly increase...

I'm also running into this bug with the latest torch and torchvision, both built from source. Have there been any updates?