Skip to content

Commit e98d964

Browse files
committed
change rocshmem_api from object to static
1 parent 58bd561 commit e98d964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transformer_engine/common/rocshmem_api/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ project(rocshmem LANGUAGES HIP)
77
find_package(hip REQUIRED)
88
find_package(MPI REQUIRED)
99

10-
add_library(rocshmemapi OBJECT rocshmem_waitkernel.hip)
10+
add_library(rocshmemapi STATIC rocshmem_waitkernel.hip)
1111

1212
target_compile_options(rocshmemapi PRIVATE
1313
$<$<COMPILE_LANGUAGE:HIP>:-fgpu-rdc>

0 commit comments

Comments
 (0)