Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows Release Borked #344

Open
Atraxus opened this issue Oct 17, 2024 · 1 comment
Open

Windows Release Borked #344

Atraxus opened this issue Oct 17, 2024 · 1 comment
Assignees
Labels
A-core Area: The core library (rayx-core) A-meta Area: development environment (toolchain, repo, etc.) C-bug Category: Something isn't working correctly

Comments

@Atraxus
Copy link
Collaborator

Atraxus commented 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:

const auto cpu = getDevice<Cpu>(0);
const auto 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.

@Atraxus 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
@Atraxus
Copy link
Collaborator Author

Atraxus commented Oct 17, 2024

RAYX-0.21..zip

Here are the two installers. Patch 6 should be with cuda and patch 7 without. They also have some extra debug prints in verbose mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-core Area: The core library (rayx-core) A-meta Area: development environment (toolchain, repo, etc.) C-bug Category: Something isn't working correctly
Projects
None yet
Development

No branches or pull requests

2 participants