forked from mindspore-Ecosystem/mindspore
plugin package size
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
This commit is contained in:
parent
8a77bcf86e
commit
bc91b7fe61
|
@ -72,9 +72,10 @@ endif()
|
|||
|
||||
if(ENABLE_GPU)
|
||||
install(
|
||||
TARGETS mindspore_gpu
|
||||
TARGETS mindspore_gpu LIBRARY
|
||||
DESTINATION ${INSTALL_PLUGIN_DIR}
|
||||
COMPONENT mindspore
|
||||
NAMELINK_SKIP
|
||||
)
|
||||
if(ENABLE_MPI)
|
||||
install(
|
||||
|
|
Loading…
Reference in New Issue