Closed riccardomarin closed 4 years ago
Hi Riccardo,
Thanks for reporting. I need to check includes in shaders code. The error message points to that part. Good that OptiX is now verbose on this kind of problems. I'll let you know, likely tomorrow.
Could you, please, let me know the plotoptix and nvidia driver versions you are running? I can't reproduce the problem on linux and windows, with 2070 and 1060 boards. Also the shader compilation looks right, however this problem was present in earlier linux release (one of the first after the transition to OptiX 7, I think).
Sure. I am on Windows 10. plotoptix==0.10.1 GPU: RTX 2080 Ti Driver: 460.15 I have both Cuda 10.0 and 10.1.
Ok, thanks!
There is a potential reason: OptiX compilation cache is not invalidated correctly after updates done with pip. Please, try deleting the folder %LOCALAPPDATA%\NVIDIA\OptixCache
. If this helps I'll find a way to remove old compiled shaders when updating plotoptix.
Great, it works! :D 👍🏼
Super. Next release (this weekend I hope) will not make such problems.
OK, the fix is in place in the new release.
Hi, I am trying to run the example about materials and glass colors. However it rise a compilation error.
Here is the code:
Here is the running log:
If I exclude the "mat" parameter from the set_data() method, it runs.
Do you have any suggestions on this?
Thanks!