Mathieu Lamarre
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)
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...
#### Describe the bug In manylinux packages 2.6.0 and 2.6.1 deployed on PyPi `fast_winding_number_for_meshes` is gone from the `igl` namespace. Function is there in 2.5.1. ``` >>> import igl >>>...
#### Describe the bug In 2.6.1 ``` >>> import igl >>> igl.arap_linear_block_spokes Traceback (most recent call last): File "", line 1, in AttributeError: module 'igl' has no attribute 'arap_linear_block_spokes' >>>...