Skip to content

Commit 9e3b4d6

Browse files
mtaillefumierMathieu Taillefumier
authored andcommitted
Add HIP language support and dependencies
Enable HIP language support and find hipblas and hipfft packages.
1 parent a2e049f commit 9e3b4d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,9 @@ endif()
280280
# if AMD GPU access is not possible. So allow it
281281

282282
if(TM_USE_HIP OR QUDA_TARGET_HIP)
283-
enable_language(hip)
283+
enable_language(HIP)
284+
find_package(hipblas)
285+
find_package(hipfft)
284286
if(TM_USE_CUDA_HIP)
285287
find_package(CUDA)
286288
endif()

0 commit comments

Comments
 (0)