-
Notifications
You must be signed in to change notification settings - Fork 4
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
[SYCL][Graph] Makes command graph functions thread-safe #265
Commits on Aug 4, 2023
-
[SYCL][Graph] Makes command graph functions thread-safe
Addresses comments made on the first PR commit. Mutexes are now added to Graph implementation entry points instead of end points as was the case in the previous commit. Adds "build_pthread_inc" lit test macro to facilitate the compilation of the threading tests. Removes std::barrier (std-20) dependency in threading tests. Addresses Issue: #85
Configuration menu - View commit details
-
Copy full SHA for 32fe525 - Browse repository at this point
Copy the full SHA 32fe525View commit details -
[SYCL][Graph] Makes command graph functions thread-safe
Moves threading tests that do not require a device to run to unitests
Configuration menu - View commit details
-
Copy full SHA for 8560e83 - Browse repository at this point
Copy the full SHA 8560e83View commit details -
Update sycl/source/detail/graph_impl.cpp
Co-authored-by: Ben Tracy <ben.tracy@codeplay.com>
Configuration menu - View commit details
-
Copy full SHA for 6ef97eb - Browse repository at this point
Copy the full SHA 6ef97ebView commit details -
[SYCL][Graph] Makes command graph functions thread-safe
Adds some comments.
Configuration menu - View commit details
-
Copy full SHA for f24633f - Browse repository at this point
Copy the full SHA f24633fView commit details -
Update sycl/source/handler.cpp
Co-authored-by: Pablo Reble <pablo.reble@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 9a9b235 - Browse repository at this point
Copy the full SHA 9a9b235View commit details -
Update sycl/source/detail/graph_impl.hpp
Co-authored-by: Ewan Crawford <ewan@codeplay.com>
Configuration menu - View commit details
-
Copy full SHA for abdbfa4 - Browse repository at this point
Copy the full SHA abdbfa4View commit details -
[SYCL][Graph] Makes command graph functions thread-safe
Adds dedidacted sub-class to unitests for multi-threading unitests
Configuration menu - View commit details
-
Copy full SHA for 5a15113 - Browse repository at this point
Copy the full SHA 5a15113View commit details -
[SYCL][Graph] Makes command graph functions thread-safe
Adds comments
Configuration menu - View commit details
-
Copy full SHA for 079a042 - Browse repository at this point
Copy the full SHA 079a042View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1597546 - Browse repository at this point
Copy the full SHA 1597546View commit details