Split env.hpp header from the ck.hpp header. (#2049)

* split env.hpp out of main headers

* fix namespace logic

[ROCm/composable_kernel commit: 572cd820ce]
This commit is contained in:
Illia Silin
2025-04-03 15:30:21 -07:00
committed by GitHub
parent d451d52350
commit 6d90b2eb50
42 changed files with 64 additions and 31 deletions

View File

@@ -202,3 +202,7 @@ void UpdateEnvVar(EnvVar, const std::string_view& val)
}
} // namespace ck_tile
// environment variable to enable logging:
// export CK_TILE_LOGGING=ON or CK_TILE_LOGGING=1 or CK_TILE_LOGGING=ENABLED
CK_TILE_DECLARE_ENV_VAR_BOOL(CK_TILE_LOGGING)