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

* split env.hpp out of main headers

* fix namespace logic
This commit is contained in:
Illia Silin
2025-04-03 15:30:21 -07:00
committed by GitHub
parent 7142d8003c
commit 572cd820ce
42 changed files with 64 additions and 31 deletions

View File

@@ -6,6 +6,7 @@
#include <hip/hip_runtime.h>
#include "ck/ck.hpp"
#include "ck/utility/env.hpp"
#include "ck/stream_config.hpp"
#include "ck/host_utility/hip_check_error.hpp"