From ccadb2f379d1e5b8ae270812f56dca4ce9f4a24c Mon Sep 17 00:00:00 2001 From: akolliasAMD Date: Wed, 11 Sep 2024 20:34:31 -0400 Subject: [PATCH] force GPU_Target to change and running ASAN --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 57dc43b11..91343f839 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -92,7 +92,7 @@ else() set(SUPPORTED_GPUS ${DEFAULT_GPUS}) endif() -set(GPU_TARGETS "${SUPPORTED_GPUS}" CACHE STRING "GPU targets to compile for.") +set(GPU_TARGETS "${SUPPORTED_GPUS}" CACHE STRING "GPU targets to compile for." FORCE) message(STATUS "Compiling for ${GPU_TARGETS}") ## NOTE: Reload rocm-cmake in order to update GPU_TARGETS