hiokazaki

Results 5 issues of hiokazaki

I have a function with the following signature: `double F(double, double, double, std::array)` and contains about 3000 lines of code, each of which has a few (on average, close to...

bug

Currently, autodiff can't be used with nested arrays. (I wonder why?) Is this something that can be supported? If not, is there a recommended workaround? Is `drjit` preferred?

These days, systems with 100+ hardware threads are increasingly common, but TBB performance on such systems is atrocious; it is particularly bad on non-x86 systems with more advanced memory models...

enhancement

### Describe the bug The functions `cwiseAdd`, `cwiseLessThan` and `cwiseGreaterThan` in `openvdb/math/Math.h` should only be enabled for POD types, but are not guarded, so they break when grids with non-POD...

bug

### Is your feature request related to a problem? Please describe. I'm using OpenVDB in a larger project that builds with `-fno-rtti` (no RTTI) as a matter of policy. I...

enhancement