Skip to content

Commit ef277de

Browse files
authored
cmake : fix typo in AMDGPU_TARGETS (#7356)
1 parent b43272a commit ef277de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ if (LLAMA_HIPBLAS)
581581
else()
582582
# Forward AMDGPU_TARGETS to CMAKE_HIP_ARCHITECTURES.
583583
if(AMDGPU_TARGETS AND NOT CMAKE_HIP_ARCHITECTURES)
584-
set(CMAKE_HIP_ARCHITECTURES ${AMDGPU_ARGETS})
584+
set(CMAKE_HIP_ARCHITECTURES ${AMDGPU_TARGETS})
585585
endif()
586586
cmake_minimum_required(VERSION 3.21)
587587
enable_language(HIP)

0 commit comments

Comments
 (0)