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

Add prefixes to macros #571

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from
Open

Conversation

s-Nick
Copy link
Contributor

@s-Nick s-Nick commented Sep 17, 2024

Description

This PR adds ONEAPI_ONEMKL_ prefix to all the variables defined in config.hpp.in to be conformant with ES.33 C++ Core Guidelines.

Fixes # (GitHub issue)

This change was requested in #554

Checklist

All Submissions

This commit update the macros used internally adding the prefix
ONEAPI_ONEMKL_. This change creates a mismatch between the cmake
variables used for configuration and the internal macros. Cmake
configuration stays the same while, macros are now conformant with C++
guidelines.

Signed-off-by: nscipione <nicolo.scipione@codeplay.com>
@s-Nick s-Nick requested a review from Rbiessy September 17, 2024 09:23
CMakeLists.txt Outdated Show resolved Hide resolved
CMakeLists.txt Outdated Show resolved Hide resolved
CMakeLists.txt Outdated Show resolved Hide resolved
CMakeLists.txt Outdated Show resolved Hide resolved
CMakeLists.txt Show resolved Hide resolved
CMakeLists.txt Outdated Show resolved Hide resolved
CMakeLists.txt Outdated Show resolved Hide resolved
deps/googletest/cmake/internal_utils.cmake Outdated Show resolved Hide resolved
src/CMakeLists.txt Show resolved Hide resolved
src/CMakeLists.txt Show resolved Hide resolved
Copy link
Contributor

@Rbiessy Rbiessy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@s-Nick s-Nick requested a review from a team September 25, 2024 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants