Replace ENV variable with CMake option for toggling hipRTC in codegen

tests.
This commit is contained in:
Mirza Halilcevic
2024-10-08 17:22:01 +00:00
parent 47486abb67
commit d3a96e5111
11 changed files with 65 additions and 68 deletions

View File

@@ -1,10 +1,10 @@
#ifndef GUARD_HOST_TEST_RTC_INCLUDE_RTC_COMPILE_KERNEL
#define GUARD_HOST_TEST_RTC_INCLUDE_RTC_COMPILE_KERNEL
#include <rtc/kernel.hpp>
#include <ck/filesystem.hpp>
#include <string>
#include <rtc/kernel.hpp>
#include <functional>
#include <string>
namespace rtc {

View File

@@ -3,8 +3,8 @@
#include <hip/hip_runtime_api.h>
#include <memory>
#include <string>
#include <stdexcept>
#include <string>
namespace rtc {

View File

@@ -1,3 +0,0 @@
#include <ck/utility/env.hpp>
CK_DECLARE_ENV_VAR_BOOL(CK_CODEGEN_TESTS_ENABLE_HIPRTC)