Replies: 2 comments
|
Hi @nyue - the only OIDN build options/requirements that I am aware of are shown here: We haven't tried building for Ubuntu, but my guess is that it should be possible without any changes to the moonray code itself - although I am not sure if some of the build configuration might need changes. Your error seems to indicate a problem with the lib/rendering/rt library. Have you tried cleaning up and doing a fresh build? |
0 replies
|
For now, I will temporarily disable the building of the At least, this allows me to run moonray_gui with XPU to see it's usage of the GPU. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I have been building the usual dependency without CUDA and building MoonRay without CUDA/Optix, it builds and runs fine
Recently, I have been allocated a compute instance with a GPU so I am exploring Optix
When I enable Optix in MoonRay build, my compilation has this errors
I am wondering if the compilation of OIDN needs specific changes if it is to be use with MoonRay to be compiled with Optix enabled ?
I am already compiling OIDN with CUDA enabled.
I am building everything on Ubuntu 22.04. I hope the OS is not the culprit as I have built and run the non-Optix version just fine.
Thank you.
All reactions