mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-06-08 23:38:11 +00:00
Replace ENV variable with CMake option for toggling hipRTC in codegen
tests.
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
|
||||
#include <hip/hip_runtime_api.h>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <stdexcept>
|
||||
#include <string>
|
||||
|
||||
namespace rtc {
|
||||
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
#include <ck/utility/env.hpp>
|
||||
|
||||
CK_DECLARE_ENV_VAR_BOOL(CK_CODEGEN_TESTS_ENABLE_HIPRTC)
|
||||
Reference in New Issue
Block a user