-
Notifications
You must be signed in to change notification settings - Fork 60
[BUILD] Add link to libdl for RCCL-Tests builds
#153
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
Conversation
araravik-psd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
With the above CMake changes I got the rccl-tests build and configure to work locally
[rccl-tests] [39/49] Linking CXX executable alltoall_perf
[rccl-tests] [40/49] Linking CXX executable broadcast_perf
[rccl-tests] [41/49] Linking CXX executable all_gather_perf
[rccl-tests] [42/49] Linking CXX executable sendrecv_perf
[rccl-tests] [43/49] Linking CXX executable reduce_perf
[rccl-tests] [44/49] Linking CXX executable reduce_scatter_perf
[rccl-tests] [45/49] Linking CXX executable all_reduce_perf
[rccl-tests] [46/49] Linking CXX executable scatter_perf
[rccl-tests] [47/49] Linking CXX executable hypercube_perf
[rccl-tests] [48/49] Linking CXX executable alltoallv_perf
[rccl-tests] [49/49] Linking CXX executable gather_perf
[rccl-tests SUCCEEDED in 10 seconds]
alex-breslow-amd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
30aff3a to
6385fa6
Compare
libdl for RCCL-Tests CMake builds on TheRock|
Jason Koh informed that he was seeing errors related to |
|
@nileshnegi CI tests are failing on gfx90a. Is this a pre-existing issue? |
seems like it. |
|
passed all CI checks. |
Details
Work item:
Internal
What were the changes?
Add link to
libdlin RCCL-Tests CMake and Makefile builds.Why were the changes made?
RCCL-Tests builds on TheRock were failing due to the dependency on
libdlas a result of the newly added functionloadRcclSyms()0c94d4d#diff-213de7a2fa0f343bb516d575946d5ab3675c03f4be0b493607f08ad7bf71d0d5R41