From 1a2f1eb11c87545b9ffaf14d30305f0847e2ef0a Mon Sep 17 00:00:00 2001 From: Rahul Manocha Date: Tue, 12 Dec 2023 17:33:44 +0000 Subject: [PATCH] SWDEV-437139 hip sample 22 fix Change-Id: Icb7a9d759e62dab95399c81e2b68ff2cd8c24c0b --- samples/2_Cookbook/22_cmake_hip_lang/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/samples/2_Cookbook/22_cmake_hip_lang/CMakeLists.txt b/samples/2_Cookbook/22_cmake_hip_lang/CMakeLists.txt index 93af7e2e5f..af9ff1b7ea 100644 --- a/samples/2_Cookbook/22_cmake_hip_lang/CMakeLists.txt +++ b/samples/2_Cookbook/22_cmake_hip_lang/CMakeLists.txt @@ -31,8 +31,6 @@ if( NOT DEFINED CMAKE_HIP_COMPILER_ROCM) set(CMAKE_HIP_COMPILER_ROCM_ROOT ${ROCM_PATH}) endif() -set(CMAKE_HIP_ARCHITECTURES OFF) - project(cmake_hip_lang_support VERSION 1.0 DESCRIPTION "HIP Language Support with upstream CMake" LANGUAGES HIP)