Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
composable_kernel_ROCM
Commits
ebc32c24
"git@developer.sourcefind.cn:gaoqiong/composable_kernel.git" did not exist on "0413755a5361a95889f411f5398a2f37397f980c"
Commit
ebc32c24
authored
Sep 19, 2024
by
Astha Rai
Browse files
putting env file in header guard
parent
24e8062a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
include/ck/utility/env.hpp
include/ck/utility/env.hpp
+2
-2
No files found.
include/ck/utility/env.hpp
View file @
ebc32c24
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT
// Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved.
// Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved.
#ifndef CK_CODE_GEN_RTC
#pragma once
#pragma once
#ifndef CK_CODE_GEN_RTC
#include <cstdlib>
#include <cstdlib>
#include <cstring>
#include <cstring>
#include <string>
#include <string>
#include <string_view>
#include <string_view>
#endif
namespace
ck
{
namespace
ck
{
namespace
internal
{
namespace
internal
{
...
@@ -185,3 +184,4 @@ void UpdateEnvVar(EnvVar, const std::string_view& val)
...
@@ -185,3 +184,4 @@ void UpdateEnvVar(EnvVar, const std::string_view& val)
}
}
}
// namespace ck
}
// namespace ck
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment