Dave Sullivan

Results 7 comments of Dave Sullivan

With cuda 11.6 I can compile but then I get this error when I run mitsuba.exe ``` cuda_check(): runtime API error = 0222 "cudaErrorUnsupportedPtxVersion" in D:\MACHINE_LEARNING\Rendering\mitsuba2\ext\enoki\src\cuda\jit.cu:279. ```

I tried changing the line to ``` -O3 -gencode arch=compute_86,code=[sm_86,compute_86] --ptx ``` and ``` -O3 -gencode arch=compute_86,code=compute_86 --ptx ``` and get the same error. I'm concerned it was not recompiling...

Ok, I see you are suggesting to re-generate optix_rt.ptx using the edited Makefile, I am probably missing something but running cmake inside the directory doesn't work, how do I re-generate...

Thanks, I will try it out when it does, it looks like a really cool project but I couldn't quite get it to build 😢 👍

Couple thoughts I had reading through this: Conceivably this is a system that could be used at different types of companies. Are you a product company building a product and...

That's awesome, thank you! No guidelines or structure per se, people have just been making translations and submitting them as pull requests.

On the point of Range: a friend I showed a draft of Agile Lite to said, "Maybe include something about identifying blockers" so it's interesting that Range seeks to address...