"git@developer.sourcefind.cn:gaoqiong/composable_kernel.git" did not exist on "0413755a5361a95889f411f5398a2f37397f980c"
Commit ebc32c24 authored by Astha Rai's avatar Astha Rai
Browse files

putting env file in header guard

parent 24e8062a
// 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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment