Replace cudaGetDriverEntryPoint with cudaGetDriverEntryPointByVersion#4349
Replace cudaGetDriverEntryPoint with cudaGetDriverEntryPointByVersion#4349
Conversation
| // cuStreamWriteValue32 and cuStreamWaitValue32 are CUDA driver API used in the | ||
| // context of synchronization in p2p communication over cudaIpcHandle | ||
| using StreamOpTest = NVFuserTest; | ||
| TEST_F(StreamOpTest, StreamWriteValue32) { |
There was a problem hiding this comment.
test_driver_api.cc already has a similar test
|
!test |
Description
Changes walkthrough 📝
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
|
cc @jjsjann123 The new api |
Can you verify #4447? |
out of curiosity, build against cuda variants is only done in nightly CI? github CI only does the latest cuda I assume? |
The former will be deprecated