Mathieu Lamarre

Results 7 issues of Mathieu Lamarre

PR as a suggestion. I got an illegal instruction signal (SIGILL) on `import mitsuba` when building on a different system with a more recent CPU than my own computer. The...

This PR adds the CXX switch **-std=c++11** in config-linux-gcc.py. I don't know why I'm the first to hit this, but If I don't specify -std=c++11, I get the same build...

Just a suggestion, to help with #115, this solved my issue with Pytorch 1.5 Compiled against asmjit [9057aa3](https://github.com/asmjit/asmjit/commit/9057aa30b620f0662ff51e2230c126a345063064)

The following command ```jupyter labextension install ipyvolume``` fails. In the log. the error seems to be related to JS heap out memory. FATAL ERROR: Ineffective mark-compacts near heap limit Allocation...

For instance `create_single_triangle` makes an access violation in gpu variants. You probably already know about this: somehow, the vertex buffer pointer becomes a regular unmanaged CUDA pointer when doing this:...

Please add support for importing [Draco](https://github.com/google/draco) files (point cloud and meshes)

feature request

With the package on PyPi and a fresh Python 3.10 install and `compress=True`, I get the error: `SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats` which was fixed by...