Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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 6 times, most recently from 44765d0 to 91df6fb Compare April 14, 2025 12:42
@ichinii ichinii merged commit 223184d into master Apr 17, 2025
6 checks passed
@ichinii ichinii deleted the refactor/sdl branch April 17, 2025 19:42
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

5 participants