From c76aaaf86c82d66c0aebc24b3b11a8c802869c34 Mon Sep 17 00:00:00 2001 From: Fahri Ali Rahman Date: Thu, 6 Jun 2024 21:47:25 +0700 Subject: [PATCH] add hip toolchain --- cmake/toolchains/hip.cmake | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 cmake/toolchains/hip.cmake diff --git a/cmake/toolchains/hip.cmake b/cmake/toolchains/hip.cmake new file mode 100644 index 00000000..a9bcb7f8 --- /dev/null +++ b/cmake/toolchains/hip.cmake @@ -0,0 +1,2 @@ +set(CMAKE_C_COMPILER hipcc) +set(CMAKE_CXX_COMPILER hipcc) \ No newline at end of file