-
Notifications
You must be signed in to change notification settings - Fork 6k
[WIP] [CI] test Windows inference with CUDA 13.3 #79381
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Changes from all commits
023bf0b
69b6cba
43f739a
6a15da7
e17cbf6
a777c90
c7fdf75
11c85c6
1b02266
51c3872
39c6b3c
75d0725
3544eec
753a0c8
e392c0e
301249c
422e513
2c228e9
89d1f9a
efeb24d
76edc9c
395320c
7c60040
191a58d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,3 +1,13 @@ | ||||||||||||||||||||||||||||||||||
| if(NOT WIN32) | ||||||||||||||||||||||||||||||||||
| cc_library(dynamic_loader_test_dso SHARED SRCS dynamic_loader_test_dso.cc) | ||||||||||||||||||||||||||||||||||
| paddle_test(dynamic_loader_test SRCS dynamic_loader_test.cc) | ||||||||||||||||||||||||||||||||||
| add_dependencies(dynamic_loader_test dynamic_loader_test_dso) | ||||||||||||||||||||||||||||||||||
| target_compile_definitions( | ||||||||||||||||||||||||||||||||||
| dynamic_loader_test | ||||||||||||||||||||||||||||||||||
| PRIVATE | ||||||||||||||||||||||||||||||||||
| DYNAMIC_LOADER_TEST_DSO_PATH="$<TARGET_FILE:dynamic_loader_test_dso>") | ||||||||||||||||||||||||||||||||||
| endif() | ||||||||||||||||||||||||||||||||||
|
Comment on lines
+1
to
+9
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
这个新增测试使用了
Suggested change
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 补充当前 head 因此独立 DSO 已解决另一线程的重复 flags 初始化问题,但没有改变本线程的 GNU 8 链接要求;这里仍需补充
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 收到,这条 Linux-DCU 日志把本线程的判断补实了: 如果后续改成不依赖 |
||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||
| if(WITH_CUSTOM_DEVICE) | ||||||||||||||||||||||||||||||||||
| paddle_test(capi_test SRCS custom/capi_test.cc DEPS phi common) | ||||||||||||||||||||||||||||||||||
| endif() | ||||||||||||||||||||||||||||||||||
This comment was marked as outdated.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.