Skip to content

Commit dfcad94

Browse files
committed
Add HIP language to the project
1 parent c8ae4ef commit dfcad94

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
@@ -23,7 +23,7 @@ if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
2323
endif()
2424

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

2828
if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
2929
set(LINUX TRUE)

0 commit comments

Comments
 (0)