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

Refactor/sdl #353

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Refactor/sdl #353

wants to merge 5 commits into from

Conversation

Atraxus
Copy link
Collaborator

@Atraxus Atraxus commented Mar 4, 2025

No description provided.

@Atraxus Atraxus added C-refactor Category: Improve code quality A-ui Area: User interface for rendering and more S-waiting-on-review Status: Waiting for input from reviewers labels Mar 4, 2025
@Atraxus Atraxus self-assigned this Mar 4, 2025
@Atraxus Atraxus linked an issue Mar 4, 2025 that may be closed by this pull request
@Atraxus Atraxus force-pushed the refactor/sdl branch 6 times, most recently from 9a2a98c to 8a9d5f8 Compare March 12, 2025 09:06
Previously OpenMP was necessary to build the project. Missing OpenMP
should no longer fail the build. This can now be configured with CMAKE
flags analog to CUDA.
RAYX_ENABLE_OPENMP builds with OpenMP support if available (Default ON).
RAYX_REQUIRE_OPENMP makes it required (Default: OFF).
Rayx should already fall back to single threaded sequential execution if
the corresponding Alpaka flags for faster devices are disabled. (see
Platform.h)
Forces a build without OpenMP support by setting the RAYX_ENABLE_OPENMP
to OFF. No changes to the current behavior.
@Atraxus Atraxus force-pushed the refactor/sdl branch 2 times, most recently from 90ea266 to b48b020 Compare April 11, 2025 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-ui Area: User interface for rendering and more C-refactor Category: Improve code quality S-waiting-on-review Status: Waiting for input from reviewers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to Disable Compositor-Enforced Scaling on Wayland Using GLFW
2 participants