-
Notifications
You must be signed in to change notification settings - Fork 741
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
[CUDA] P2P buffer/image memory copy #4401
Commits on Aug 12, 2021
-
Implemented P2P copies for the cuda backend using buffers.
JackAKirk committedAug 12, 2021 Configuration menu - View commit details
-
Copy full SHA for 4a71379 - Browse repository at this point
Copy the full SHA 4a71379View commit details
Commits on Aug 13, 2021
-
Switched to using vendor name in P2P info query.
JackAKirk committedAug 13, 2021 Configuration menu - View commit details
-
Copy full SHA for c771093 - Browse repository at this point
Copy the full SHA c771093View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4a99ff - Browse repository at this point
Copy the full SHA b4a99ffView commit details
Commits on Aug 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b38d5e2 - Browse repository at this point
Copy the full SHA b38d5e2View commit details -
Corrected the scoped context in guessLocalWorkSize to prevent stale c…
…ontexts. Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
JackAKirk committedAug 23, 2021 Configuration menu - View commit details
-
Copy full SHA for 6abe9fb - Browse repository at this point
Copy the full SHA 6abe9fbView commit details
Commits on Aug 25, 2021
-
Added binary device query for P2P memcpy instead of platform query.
Switched off redundancy check creating conncmd in Command::processDepEvent. Signed-off-by: jack.kirk <jack.kirk@codeplay.com>
Configuration menu - View commit details
-
Copy full SHA for a3c251e - Browse repository at this point
Copy the full SHA a3c251eView commit details -
Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
JackAKirk committedAug 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 3cd6911 - Browse repository at this point
Copy the full SHA 3cd6911View commit details -
Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
JackAKirk committedAug 25, 2021 Configuration menu - View commit details
-
Copy full SHA for c384fbe - Browse repository at this point
Copy the full SHA c384fbeView commit details -
Placed new PI API's after piTearDown.
Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
JackAKirk committedAug 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 27c073d - Browse repository at this point
Copy the full SHA 27c073dView commit details -
Renamed piextP2P as piextDevicesSupportP2P.
Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
JackAKirk committedAug 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 60f276d - Browse repository at this point
Copy the full SHA 60f276dView commit details -
Made check that devices backends match before P2P query.
Included header for backend_impl.hpp in graph_builder.cpp so that detail::getImplBackend may be called. Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
JackAKirk committedAug 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 835e5c4 - Browse repository at this point
Copy the full SHA 835e5c4View commit details -
Corrected formating in graph_builder.cpp.
Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
JackAKirk committedAug 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 9e3ef85 - Browse repository at this point
Copy the full SHA 9e3ef85View commit details
Commits on Aug 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0f36b94 - Browse repository at this point
Copy the full SHA 0f36b94View commit details -
Replaced binary device query with device_info call returning a vector…
… of readable peer devices. Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
JackAKirk committedAug 26, 2021 Configuration menu - View commit details
-
Copy full SHA for 0d819c0 - Browse repository at this point
Copy the full SHA 0d819c0View commit details
Commits on Aug 31, 2021
-
Removed piext Peer functions, replaced them with existing PI copy calls.
Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
JackAKirk committedAug 31, 2021 Configuration menu - View commit details
-
Copy full SHA for 43f970c - Browse repository at this point
Copy the full SHA 43f970cView commit details -
Fixed formatting issues following previous commit.
Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
JackAKirk committedAug 31, 2021 Configuration menu - View commit details
-
Copy full SHA for 9b9a21f - Browse repository at this point
Copy the full SHA 9b9a21fView commit details
Commits on Sep 1, 2021
-
P2P copies made for 1D image arrays again.
Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
JackAKirk committedSep 1, 2021 Configuration menu - View commit details
-
Copy full SHA for 52cae9f - Browse repository at this point
Copy the full SHA 52cae9fView commit details -
Return retError from call to commonEnqueueMemImageNDCopyPeer.
Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
JackAKirk committedSep 1, 2021 Configuration menu - View commit details
-
Copy full SHA for 24b240a - Browse repository at this point
Copy the full SHA 24b240aView commit details
Commits on Sep 2, 2021
-
Removed all changes to memory_manager.cpp:
the srcQueue can be as the command_queue for peer to peer copy. Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
JackAKirk committedSep 2, 2021 Configuration menu - View commit details
-
Copy full SHA for 99e58f1 - Browse repository at this point
Copy the full SHA 99e58f1View commit details -
Superficial change to make the memory_manager.cpp diff empty.
Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
JackAKirk committedSep 2, 2021 Configuration menu - View commit details
-
Copy full SHA for fd15910 - Browse repository at this point
Copy the full SHA fd15910View commit details
Commits on Sep 21, 2021
-
Applied stylistic/general improvements.
Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
JackAKirk committedSep 21, 2021 Configuration menu - View commit details
-
Copy full SHA for ccba446 - Browse repository at this point
Copy the full SHA ccba446View commit details
Commits on Sep 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0f95aa7 - Browse repository at this point
Copy the full SHA 0f95aa7View commit details -
Reverted change to guessLocalWorkSize: unnecessary since intel#4606.
Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
JackAKirk committedSep 23, 2021 Configuration menu - View commit details
-
Copy full SHA for 7057849 - Browse repository at this point
Copy the full SHA 7057849View commit details
Commits on Sep 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9d5a84a - Browse repository at this point
Copy the full SHA 9d5a84aView commit details
Commits on Oct 1, 2021
-
Implemented PI_DEVICE_INFO_P2P_READ_DEVICES piDeviceGetInfo case in o…
…ther backends. Signed-off-by: jack.kirk <jack.kirk@codeplay.com>
Configuration menu - View commit details
-
Copy full SHA for b64484d - Browse repository at this point
Copy the full SHA b64484dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebfdb2a - Browse repository at this point
Copy the full SHA ebfdb2aView commit details