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

Remove Obsolete #ifdefs from the examples #2233

Merged

Conversation

mehmetyusufoglu
Copy link
Contributor

There were obsolete if defined clauses at the beginning of main() functions of 9 examples, they are removed by this MR. It is never triggered because ALPAKA_ACC_CPU_B_SEQ_T_SEQ_ENABLED always on at CI.

-// Fallback for the CI with disabled sequential backend
-#if defined(ALPAKA_CI) && !defined(ALPAKA_ACC_CPU_B_SEQ_T_SEQ_ENABLED)
-    return EXIT_SUCCESS;
-#else
...
...
#endif

@bernhardmgruber bernhardmgruber merged commit 7b0bc2d into alpaka-group:develop Jan 24, 2024
22 checks passed
@psychocoderHPC psychocoderHPC added this to the 1.2.0 milestone Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants