mirror of
https://github.com/marian-nmt/marian.git
synced 2024-11-04 14:04:24 +03:00
create marian lib
This commit is contained in:
parent
ab8bef8a03
commit
9d4bc1d1fd
@ -5,7 +5,6 @@ cuda_add_library(marian_lib
|
||||
cnpy/cnpy.cpp
|
||||
exception.cpp
|
||||
expressions.cu
|
||||
test.cu
|
||||
tensor.cu
|
||||
tensor_operators.cu
|
||||
)
|
||||
@ -14,7 +13,7 @@ target_link_libraries(marian_lib)
|
||||
|
||||
cuda_add_executable(
|
||||
marian
|
||||
tensor_operators.cu
|
||||
test.cu
|
||||
)
|
||||
|
||||
target_link_libraries(marian marian_lib)
|
||||
|
Loading…
Reference in New Issue
Block a user