!49727 修复win gpu环境下,conv2d执行闪退的问题
Merge pull request !49727 from wqx/conv_error_fix
This commit is contained in:
commit
1dba3968fa
|
@ -41,5 +41,6 @@ if(ENABLE_GPU)
|
|||
target_link_options(cuda_ops PRIVATE "-Wl,--allow-shlib-undefined")
|
||||
else()
|
||||
target_link_options(cuda_ops PRIVATE "/FORCE:UNRESOLVED")
|
||||
target_link_libraries(cuda_ops mindspore_core)
|
||||
endif()
|
||||
endif()
|
Loading…
Reference in New Issue