NVIDIAGameWorks / NRC

Neural Radiance Cache (NRC) Library
8 stars 3 forks source link

Missing Linux binaries #1

Open Saancreed opened 3 months ago

Saancreed commented 3 months ago

According to https://developer.nvidia.com/rtx/ray-tracing/rtxgi (where, as I understand, NRC is one of components offered in RTXGI SDK)

Q: What graphics APIs are supported by the RTXGI SDK? A: The RTXGI SDK supports the DirectX Raytracing (DXR) API on Windows and Vulkan Ray Tracing API on Windows and Linux.

Q: What architectures are supported by the RTXGI SDK? A: The RTXGI SDK supports x86-64 on Windows and x86-64 and ARM64 architectures on Linux.

However, NRC – being the only component which is distributed as binary-only package – seems to contain only binaries for x86-64 Windows (both D3D12 and Vulkan) in this repository. Is NRC supposed to be an exception here or were Linux-Vulkan binaries omitted from public release by mistake?

ib00 commented 1 week ago

Any update on the linux version?