serhii-rieznik / etx-tracer

Physically-based CPU and GPU ray-tracer
MIT License
349 stars 11 forks source link

Prebuilt 5.1 preview binary includes GPU support? #14

Closed oscarbg closed 11 months ago

oscarbg commented 1 year ago

Hi, using latest prebuilt binary shows some king of CUDA and Optix init and files like nvrtc64_120_0.dll , yet no GPU integrators available: image

etx-tracer-developer-preview-5.1>raytracer.exe
Using CUDA device: NVIDIA GeForce RTX 4070 (compute: 8.9, 12281 Mb)
OptiX: [KNOBS] All knobs on default.

OptiX: [DISKCACHE] Opened database: "C:\Users\oscarbar\AppData\Local\NVIDIA\OptixCache\optix7cache.db"
OptiX: [DISKCACHE]     Cache data size: "47.4 MiB"
OptiX: [DENOISER] using cuda device "NVIDIA GeForce RTX 4070" (8.9), buffers: fp16, xmma/xmma-jit convolution, rt v12010
Loading scene none...
Failed to load scene from file: none
Loading reference image none...
OptiX: [DISKCACHE] Closed database: "C:\Users\oscarbar\AppData\Local\NVIDIA\OptixCache\optix7cache.db"
OptiX: [DISKCACHE]     Cache data size: "47.4 MiB"

thanks..

serhii-rieznik commented 1 year ago

No, GPU support is temporarily disabled and pending rework