-
Notifications
You must be signed in to change notification settings - Fork 35
Fix umf prefixes #658
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
Fix umf prefixes #658
Conversation
Add UMF_ prefix, where missing. In bench, tests, and examples use UMF_X_ prefix.
@@ -1,6 +1,6 @@ | |||
/* | |||
* | |||
* Copyright (C) 2023 Intel Corporation | |||
* Copyright (C) 2023-2024 Intel Corporation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you don't change anything in this file
@@ -1,6 +1,6 @@ | |||
/* | |||
* | |||
* Copyright (C) 2023 Intel Corporation | |||
* Copyright (C) 2023-2024 Intel Corporation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
// Under the Apache License v2.0 with LLVM Exceptions. See LICENSE.TXT. | ||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception | ||
|
||
#ifndef UMF_NULL_POOL_H | ||
#define UMF_NULL_POOL_H | ||
#ifndef UMF_TEST_NULL_POOL_H |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pool_nool
// Under the Apache License v2.0 with LLVM Exceptions. See LICENSE.TXT. | ||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception | ||
|
||
#ifndef UMF_TRACE_POOL_H | ||
#define UMF_TRACE_POOL_H | ||
#ifndef UMF_TEST_TRACE_POOL_H |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pool_trace
If we want to have an include guard based on the file name, fix it here and elsewhere
Fix missing
umf
prefixes in our project:test_common
lib (used in testing).Checklist
// https://github.com/lukaszstolarczuk/unified-memory-framework/actions/runs/10214717722
ccmake
output seems properly prefixed now: