Skip to content

Commit 95a36b2

Browse files
pruthvistonypragupta
authored andcommitted
Add HIP language to the project
(cherry picked from commit dfcad94) (cherry picked from commit 951057c)
1 parent fb8e269 commit 95a36b2

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
@@ -25,7 +25,7 @@ if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
2525
endif()
2626

2727
# ---[ Project and semantic versioning.
28-
project(Torch CXX C)
28+
project(Torch CXX C HIP)
2929

3030
if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
3131
set(LINUX TRUE)

0 commit comments

Comments
 (0)