You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the Windows release does not work in my VM even when its compiled w/o Cuda. I am unsure if the virtualization breaks the following code (in SimpleTracer.h) or if it's Windows shenanigans or just something completely different:
constauto cpu = getDevice<Cpu>(0);
constauto acc = getDevice<Acc>(m_deviceIndex);
auto q = Queue(acc);
@ichinii, will test the release on a Windows machine with drivers when possible to further investigate the issue.
The text was updated successfully, but these errors were encountered:
Atraxus
added
C-bug
Category: Something isn't working correctly
A-core
Area: The core library (rayx-core)
A-meta
Area: development environment (toolchain, repo, etc.)
labels
Oct 17, 2024
Currently the Windows release does not work in my VM even when its compiled w/o Cuda. I am unsure if the virtualization breaks the following code (in SimpleTracer.h) or if it's Windows shenanigans or just something completely different:
@ichinii, will test the release on a Windows machine with drivers when possible to further investigate the issue.
The text was updated successfully, but these errors were encountered: