David Futschik

Results 17 comments of David Futschik

I adapted this to my needs on Linux, which was fairly simple to do. I might change the Attributes later on, but this has been an excellent starting point. If...

Any chance of this being resolved soon? I'm trying to do the same thing, I can for now keep everything coupled inside of a single bridge as a workaround, but...

I see, that's unfortunate. @dtolnay what's the plan here?

Attaching visual studio debugger reveals that System.StackOverflowException in D_Parser.dll happened.

What is the solution to this today? Seems like using `use` statement is no longer supported and when I simply use `type X;` in two different bridges, I get a...

Ok, I managed to simplify the problem into a self contained snippet. This code runs into the issue after 1091 iterations on 4090 with cuda 12.3, which takes about 20...

Somewhat related: mitsuba-renderer/mitsuba3#1033 is what causes the recompilation on each iteration here, but nevertheless the program shouldn't crash. Using the snippet in that issue the problem can be reproduced slightly...

Reading through some mitsuba issues, this is likely also the cause of mitsuba-renderer/mitsuba3#703.

To be clear, this is indeed not limited to Jax and I first encountered the issue when attempting to convert to tensorflow GPU tensors with `.tf()`. The synchronization seems to...

Hi, I saw the the PRs, really good work that moves things forward! You raise an interesting point, my initial thought was to say that once an external string is...