-
It seems like MSVC >=14.40 breaks the framework somehow, so that the GPU rendering is not working anymore.
MSCV >= 14.40 only supports CUDA 12.4+.
Trying to render the killeroo-simple scene (pbrt te…
-
First of all, I already reported this at blender.org: https://projects.blender.org/blender/blender/issues/110298
The problem ist, that I cant use any OptiX functionality: the denoiser is not denois…
-
When I run the example --./build/testbed --scene data/nerf/fox, the error is as follows:
![image](https://user-images.githubusercontent.com/51226297/180681763-767e0bcd-df90-4efc-a5dd-de9185fc0542.p…
-
Hello Christophe,
I tried to use Intel OID or Nvidia optix for noise reduction, but the program exits when I click the denoise button, do you have any ideas?
Here is the error from the console
…
JomW updated
8 months ago
-
## Summary
PTX link error while using mitsuba2 python interface.
## System configuration
- Platform: Windows10
- GPU: Quadro 2000
- C++ Compiler: MSVC, cmake version 3.20.1
- NVIDIA CUDA C…
-
Hello. Got this error after updating NVIDIA driver to latest version 565.90 even with "[Hello World](https://mitsuba.readthedocs.io/en/stable/index.html#hello-world)" example from Mitsuba3 documentati…
-
**when i run "python optim.py",i encountered the following error:**
Traceback (most recent call last):
File "optim.py", line 224, in
scene = optimize(HyperParams)
File "optim.py", line 17…
-
.blend file: every new blend file.
Steps to reproduce:
1. open a new file
2. switch to LuxCore
3. display the Rendered preview.
The render starts but as soon as the denoiser starts it crashes…
-
I think optix7 is header only?I can’t find so-called optix.7.so
-
你好,我在编译pbrt-v4的时候,在GPU部分存在问题,在optix.cu项目的编译可以通过,生成了`optix.ptx`,但是在别的项目编译后会出现link问题
`fatal error LNK1181: 无法打开输入文件“D:\Codes\pbrt-v4\build\optix.cu.dir\Release\optix.cu.lib”`
在CMakeLists里添加了
```
if(…