-
Notifications
You must be signed in to change notification settings - Fork 744
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] Host task implementation #1471
Commits on Mar 4, 2020
-
[SYCL] Allow for creating host accessor without blocked event.
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMar 4, 2020 Configuration menu - View commit details
-
Copy full SHA for b31cb8e - Browse repository at this point
Copy the full SHA b31cb8eView commit details -
[SYCL] Tests for host/interop task
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMar 4, 2020 Configuration menu - View commit details
-
Copy full SHA for f3bf37a - Browse repository at this point
Copy the full SHA f3bf37aView commit details -
[SYCL] Remove unused parameter
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMar 4, 2020 Configuration menu - View commit details
-
Copy full SHA for faded84 - Browse repository at this point
Copy the full SHA faded84View commit details -
[SYCL] Some syntax improvements
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMar 4, 2020 Configuration menu - View commit details
-
Copy full SHA for 253086f - Browse repository at this point
Copy the full SHA 253086fView commit details -
[SYCL] Sample impl of host task through event
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMar 4, 2020 Configuration menu - View commit details
-
Copy full SHA for cacb056 - Browse repository at this point
Copy the full SHA cacb056View commit details
Commits on Mar 5, 2020
-
Merge branch 'sycl' into private/s-kanaev/interop-task
Sergey Kanaev committedMar 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 37106ea - Browse repository at this point
Copy the full SHA 37106eaView commit details
Commits on Mar 6, 2020
-
[SYCL] Sample implementation without OpenCL specific calls.
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMar 6, 2020 Configuration menu - View commit details
-
Copy full SHA for 1a79e3f - Browse repository at this point
Copy the full SHA 1a79e3fView commit details -
Merge branch 'sycl' into private/s-kanaev/interop-task
Sergey Kanaev committedMar 6, 2020 Configuration menu - View commit details
-
Copy full SHA for 9057a23 - Browse repository at this point
Copy the full SHA 9057a23View commit details -
[SYCL] Only leave event-callback
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMar 6, 2020 Configuration menu - View commit details
-
Copy full SHA for 93cffcc - Browse repository at this point
Copy the full SHA 93cffccView commit details
Commits on Mar 10, 2020
-
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMar 10, 2020 Configuration menu - View commit details
-
Copy full SHA for 3790b3a - Browse repository at this point
Copy the full SHA 3790b3aView commit details -
Merge branch 'sycl' into private/s-kanaev/event-callback
Sergey Kanaev committedMar 10, 2020 Configuration menu - View commit details
-
Copy full SHA for 4255434 - Browse repository at this point
Copy the full SHA 4255434View commit details -
[SYCL] Allow for running lit-tests with threads.
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMar 10, 2020 Configuration menu - View commit details
-
Copy full SHA for dc0ab02 - Browse repository at this point
Copy the full SHA dc0ab02View commit details
Commits on Mar 11, 2020
-
Merge branch 'sycl' into private/s-kanaev/event-callback
Sergey Kanaev committedMar 11, 2020 Configuration menu - View commit details
-
Copy full SHA for 0d95eaa - Browse repository at this point
Copy the full SHA 0d95eaaView commit details
Commits on Mar 12, 2020
-
[SYCL] A more sophisticated thread pool impl
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMar 12, 2020 Configuration menu - View commit details
-
Copy full SHA for f0df349 - Browse repository at this point
Copy the full SHA f0df349View commit details -
[SYCL] Proper use of fork() in assertion test
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMar 12, 2020 Configuration menu - View commit details
-
Copy full SHA for ea577f6 - Browse repository at this point
Copy the full SHA ea577f6View commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMar 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 99f64fb - Browse repository at this point
Copy the full SHA 99f64fbView commit details -
Merge branch 'sycl' into private/s-kanaev/event-callback
Sergey Kanaev committedMar 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 9c8b1a1 - Browse repository at this point
Copy the full SHA 9c8b1a1View commit details -
[SYCL] Fix some typos. Lazy initialization of thread pool.
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMar 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 529d4dc - Browse repository at this point
Copy the full SHA 529d4dcView commit details
Commits on Mar 13, 2020
-
[SYCL] Employ event::when_complete instead of piEventSetCallback
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMar 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 4d04655 - Browse repository at this point
Copy the full SHA 4d04655View commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMar 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 1e3bfe4 - Browse repository at this point
Copy the full SHA 1e3bfe4View commit details -
[SYCL] Remove unwanted include
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMar 13, 2020 Configuration menu - View commit details
-
Copy full SHA for fc70b03 - Browse repository at this point
Copy the full SHA fc70b03View commit details
Commits on Mar 16, 2020
-
Merge branch 'sycl' into private/s-kanaev/event-callback
Sergey Kanaev committedMar 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 1429f9d - Browse repository at this point
Copy the full SHA 1429f9dView commit details
Commits on Mar 18, 2020
-
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMar 18, 2020 Configuration menu - View commit details
-
Copy full SHA for eaaefd3 - Browse repository at this point
Copy the full SHA eaaefd3View commit details
Commits on Mar 20, 2020
-
Merge branch 'sycl' into private/s-kanaev/event-callback
Sergey Kanaev committedMar 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 1172ca1 - Browse repository at this point
Copy the full SHA 1172ca1View commit details
Commits on Mar 23, 2020
-
[SYCL] Reimplement event::when_complete through host_task
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMar 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 9f3d2d4 - Browse repository at this point
Copy the full SHA 9f3d2d4View commit details
Commits on Mar 26, 2020
-
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 92917a0 - Browse repository at this point
Copy the full SHA 92917a0View commit details -
Merge branch 'sycl' into private/s-kanaev/event-callback
Sergey Kanaev committedMar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 578d422 - Browse repository at this point
Copy the full SHA 578d422View commit details
Commits on Mar 27, 2020
-
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMar 27, 2020 Configuration menu - View commit details
-
Copy full SHA for 8e3dcd8 - Browse repository at this point
Copy the full SHA 8e3dcd8View commit details -
Merge branch 'sycl' into private/s-kanaev/event-callback
Sergey Kanaev committedMar 27, 2020 Configuration menu - View commit details
-
Copy full SHA for 2c2c713 - Browse repository at this point
Copy the full SHA 2c2c713View commit details
Commits on Mar 29, 2020
-
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMar 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 14458e3 - Browse repository at this point
Copy the full SHA 14458e3View commit details -
Merge branch 'sycl' into private/s-kanaev/event-callback
Sergey Kanaev committedMar 29, 2020 Configuration menu - View commit details
-
Copy full SHA for a9ad4df - Browse repository at this point
Copy the full SHA a9ad4dfView commit details
Commits on Mar 30, 2020
-
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMar 30, 2020 Configuration menu - View commit details
-
Copy full SHA for dde6af5 - Browse repository at this point
Copy the full SHA dde6af5View commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMar 30, 2020 Configuration menu - View commit details
-
Copy full SHA for e4c6764 - Browse repository at this point
Copy the full SHA e4c6764View commit details
Commits on Mar 31, 2020
-
[SYCL] Distinct command for host task representation.
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMar 31, 2020 Configuration menu - View commit details
-
Copy full SHA for eb71004 - Browse repository at this point
Copy the full SHA eb71004View commit details
Commits on Apr 1, 2020
-
[SYCL] Depend device alloca cmd on cg's operating with linked host al…
…loca cmd Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 90cac7c - Browse repository at this point
Copy the full SHA 90cac7cView commit details -
[SYCL] Remove spare code. Wait for dependency events.
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 1473f5d - Browse repository at this point
Copy the full SHA 1473f5dView commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 1, 2020 Configuration menu - View commit details
-
Copy full SHA for bfb0572 - Browse repository at this point
Copy the full SHA bfb0572View commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 9f68320 - Browse repository at this point
Copy the full SHA 9f68320View commit details
Commits on Apr 2, 2020
-
[SYCL] Move handling of multiple contexts out of Command::prepareEven…
…ts() Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 2, 2020 Configuration menu - View commit details
-
Copy full SHA for 442f905 - Browse repository at this point
Copy the full SHA 442f905View commit details
Commits on Apr 3, 2020
-
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 3, 2020 Configuration menu - View commit details
-
Copy full SHA for 380b009 - Browse repository at this point
Copy the full SHA 380b009View commit details -
[SYCL] Add CHECK-sequence to test
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 3, 2020 Configuration menu - View commit details
-
Copy full SHA for cee7e47 - Browse repository at this point
Copy the full SHA cee7e47View commit details -
[SYCL] Eliminate use of event callback during glue-ing of events from…
… multiple contexts. Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 3, 2020 Configuration menu - View commit details
-
Copy full SHA for b9003dc - Browse repository at this point
Copy the full SHA b9003dcView commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 3, 2020 Configuration menu - View commit details
-
Copy full SHA for 667729d - Browse repository at this point
Copy the full SHA 667729dView commit details -
[SYCL] Eliminate HostTaskCommand
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 3, 2020 Configuration menu - View commit details
-
Copy full SHA for 072a850 - Browse repository at this point
Copy the full SHA 072a850View commit details -
Merge branch 'sycl' into private/s-kanaev/event-callback
Sergey Kanaev committedApr 3, 2020 Configuration menu - View commit details
-
Copy full SHA for c65759d - Browse repository at this point
Copy the full SHA c65759dView commit details
Commits on Apr 6, 2020
-
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 6, 2020 Configuration menu - View commit details
-
Copy full SHA for 40f4a32 - Browse repository at this point
Copy the full SHA 40f4a32View commit details
Commits on Apr 7, 2020
-
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 7, 2020 Configuration menu - View commit details
-
Copy full SHA for d7fe436 - Browse repository at this point
Copy the full SHA d7fe436View commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 7, 2020 Configuration menu - View commit details
-
Copy full SHA for 89d6b44 - Browse repository at this point
Copy the full SHA 89d6b44View commit details
Commits on Apr 8, 2020
-
Merge branch 'sycl' into private/s-kanaev/event-callback
Sergey Kanaev committedApr 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 08b31f5 - Browse repository at this point
Copy the full SHA 08b31f5View commit details
Commits on Apr 9, 2020
-
Merge branch 'sycl' into private/s-kanaev/event-callback
Sergey Kanaev committedApr 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 9f97076 - Browse repository at this point
Copy the full SHA 9f97076View commit details -
[SYCL] Fix typo in sycl/source/detail/queue_impl.hpp
Signed-off-by: Sergey Kanaev [email protected] Co-Authored-By: Ruyman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6537bb4 - Browse repository at this point
Copy the full SHA 6537bb4View commit details
Commits on Apr 13, 2020
-
Merge branch 'sycl' into private/s-kanaev/event-callback
Sergey Kanaev committedApr 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 5388fd4 - Browse repository at this point
Copy the full SHA 5388fd4View commit details -
[SYCL] Fix some review comments
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 7ce22fe - Browse repository at this point
Copy the full SHA 7ce22feView commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 13, 2020 Configuration menu - View commit details
-
Copy full SHA for a23c167 - Browse repository at this point
Copy the full SHA a23c167View commit details
Commits on Apr 14, 2020
-
[SYCL] Remove unrelated change
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 14, 2020 Configuration menu - View commit details
-
Copy full SHA for fc10c6a - Browse repository at this point
Copy the full SHA fc10c6aView commit details -
[SYCL] Eliminate Command::prepareEvents()
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 14, 2020 Configuration menu - View commit details
-
Copy full SHA for e326ed0 - Browse repository at this point
Copy the full SHA e326ed0View commit details
Commits on Apr 15, 2020
-
[SYCL] Add empty command/node right after host-task
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 15, 2020 Configuration menu - View commit details
-
Copy full SHA for d046775 - Browse repository at this point
Copy the full SHA d046775View commit details -
[NFC] [SYCL] Shift DispatchHostTask lambda to functor to reduce size …
…of enqueueImp method Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 15, 2020 Configuration menu - View commit details
-
Copy full SHA for cf3bbf3 - Browse repository at this point
Copy the full SHA cf3bbf3View commit details -
[SYCL] Eliminate use of addCG when connecting multiple context.
Currently connection HostTask won't appear in graph. Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 15, 2020 Configuration menu - View commit details
-
Copy full SHA for 35fdcde - Browse repository at this point
Copy the full SHA 35fdcdeView commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 15, 2020 Configuration menu - View commit details
-
Copy full SHA for 427c81d - Browse repository at this point
Copy the full SHA 427c81dView commit details -
Merge branch 'sycl' into private/s-kanaev/event-callback
Sergey Kanaev committedApr 15, 2020 Configuration menu - View commit details
-
Copy full SHA for 1cc0885 - Browse repository at this point
Copy the full SHA 1cc0885View commit details
Commits on Apr 16, 2020
-
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 9a936ee - Browse repository at this point
Copy the full SHA 9a936eeView commit details -
Merge branch 'sycl' into private/s-kanaev/event-callback
Sergey Kanaev committedApr 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 82296ec - Browse repository at this point
Copy the full SHA 82296ecView commit details -
[SYCL] Add empty command for connecting command
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 16, 2020 Configuration menu - View commit details
-
Copy full SHA for a1c23d5 - Browse repository at this point
Copy the full SHA a1c23d5View commit details -
[NFC] [SYCL] Split method into smaller ones
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 8427b4a - Browse repository at this point
Copy the full SHA 8427b4aView commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 16, 2020 Configuration menu - View commit details
-
Copy full SHA for ff03307 - Browse repository at this point
Copy the full SHA ff03307View commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 49ed81e - Browse repository at this point
Copy the full SHA 49ed81eView commit details
Commits on Apr 17, 2020
-
[SYCL] Worked on fixing of race condition.
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 17, 2020 Configuration menu - View commit details
-
Copy full SHA for d3a5cf9 - Browse repository at this point
Copy the full SHA d3a5cf9View commit details
Commits on Apr 19, 2020
-
[SYCL] Fix runtime issue. Remove debug outputs.
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 19, 2020 Configuration menu - View commit details
-
Copy full SHA for 32f2f1b - Browse repository at this point
Copy the full SHA 32f2f1bView commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 19, 2020 Configuration menu - View commit details
-
Copy full SHA for cb10eca - Browse repository at this point
Copy the full SHA cb10ecaView commit details -
[SYCL] Don't store context in CGHostTask. Remove commented code
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 19, 2020 Configuration menu - View commit details
-
Copy full SHA for 58246a7 - Browse repository at this point
Copy the full SHA 58246a7View commit details -
[SYCL] Fix some review comments.
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 19, 2020 Configuration menu - View commit details
-
Copy full SHA for 96e4d4b - Browse repository at this point
Copy the full SHA 96e4d4bView commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 19, 2020 Configuration menu - View commit details
-
Copy full SHA for 30156f2 - Browse repository at this point
Copy the full SHA 30156f2View commit details -
[NFC] [SYCL] Fix codestyle issues
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 19, 2020 Configuration menu - View commit details
-
Copy full SHA for 269319d - Browse repository at this point
Copy the full SHA 269319dView commit details -
[NFC] [SYCL] Remove unused code
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 19, 2020 Configuration menu - View commit details
-
Copy full SHA for 212a484 - Browse repository at this point
Copy the full SHA 212a484View commit details -
Merge branch 'sycl' into private/s-kanaev/event-callback
Sergey Kanaev committedApr 19, 2020 Configuration menu - View commit details
-
Copy full SHA for 881f5c9 - Browse repository at this point
Copy the full SHA 881f5c9View commit details -
[NFC] [SYCL] Fix codestyle issues
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 19, 2020 Configuration menu - View commit details
-
Copy full SHA for 07133a7 - Browse repository at this point
Copy the full SHA 07133a7View commit details
Commits on Apr 20, 2020
-
[NFC] [SYCL] Fix codestyle issue
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 8a6ee30 - Browse repository at this point
Copy the full SHA 8a6ee30View commit details -
[SYCL] Employ a hack to prevent invalid read in some cases
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 20, 2020 Configuration menu - View commit details
-
Copy full SHA for ff5023c - Browse repository at this point
Copy the full SHA ff5023cView commit details -
[SYCL] Enqueue dependant commands.
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 8a567ba - Browse repository at this point
Copy the full SHA 8a567baView commit details
Commits on Apr 21, 2020
-
[SYCL] Worked on fixing runtime issue
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 21, 2020 Configuration menu - View commit details
-
Copy full SHA for dd4ac89 - Browse repository at this point
Copy the full SHA dd4ac89View commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 21, 2020 Configuration menu - View commit details
-
Copy full SHA for 0724914 - Browse repository at this point
Copy the full SHA 0724914View commit details -
[SYCL] Worked on fixing runtime issue
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 21, 2020 Configuration menu - View commit details
-
Copy full SHA for 2e3fbe1 - Browse repository at this point
Copy the full SHA 2e3fbe1View commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 21, 2020 Configuration menu - View commit details
-
Copy full SHA for 0465f2a - Browse repository at this point
Copy the full SHA 0465f2aView commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 21, 2020 Configuration menu - View commit details
-
Copy full SHA for c4ab0f1 - Browse repository at this point
Copy the full SHA c4ab0f1View commit details
Commits on Apr 22, 2020
-
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 22, 2020 Configuration menu - View commit details
-
Copy full SHA for 741e257 - Browse repository at this point
Copy the full SHA 741e257View commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 22, 2020 Configuration menu - View commit details
-
Copy full SHA for d00f031 - Browse repository at this point
Copy the full SHA d00f031View commit details -
Merge branch 'sycl' into private/s-kanaev/event-callback
Sergey Kanaev committedApr 22, 2020 Configuration menu - View commit details
-
Copy full SHA for 2f2abf3 - Browse repository at this point
Copy the full SHA 2f2abf3View commit details -
[SYCL] Revert patch of test for assert
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 22, 2020 Configuration menu - View commit details
-
Copy full SHA for b4a2a47 - Browse repository at this point
Copy the full SHA b4a2a47View commit details -
[NFC] [SYCL] Add description of new environment variable.
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 22, 2020 Configuration menu - View commit details
-
Copy full SHA for 092d887 - Browse repository at this point
Copy the full SHA 092d887View commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 22, 2020 Configuration menu - View commit details
-
Copy full SHA for 05a6558 - Browse repository at this point
Copy the full SHA 05a6558View commit details -
[SYCL] Init buffer with proper data
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 22, 2020 Configuration menu - View commit details
-
Copy full SHA for b193031 - Browse repository at this point
Copy the full SHA b193031View commit details
Commits on Apr 24, 2020
-
[SYCL] Convert back to single MBlockedCmd in requirement
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 24, 2020 Configuration menu - View commit details
-
Copy full SHA for a04c01f - Browse repository at this point
Copy the full SHA a04c01fView commit details -
- Employ the right way to enqueue dependants of host task. - Don't store empty command in blocked cmds of requirement. Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 410654b - Browse repository at this point
Copy the full SHA 410654bView commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 24, 2020 Configuration menu - View commit details
-
Copy full SHA for bad3845 - Browse repository at this point
Copy the full SHA bad3845View commit details -
[SYCL] Throw 'out of host memory' exception upon failed allocation of…
… empty command. Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 6ae8754 - Browse repository at this point
Copy the full SHA 6ae8754View commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 67a98e0 - Browse repository at this point
Copy the full SHA 67a98e0View commit details -
[SYCL] Don't store empty command in blocked cmds of requirement upon …
…glueing. Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 24, 2020 Configuration menu - View commit details
-
Copy full SHA for b12d9ee - Browse repository at this point
Copy the full SHA b12d9eeView commit details -
[SYCL] Fix runtime issue. Make code look cleaner.
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 931128b - Browse repository at this point
Copy the full SHA 931128bView commit details -
Merge branch 'sycl' into private/s-kanaev/event-callback
Sergey Kanaev committedApr 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 72dbfa3 - Browse repository at this point
Copy the full SHA 72dbfa3View commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 5ee3ba5 - Browse repository at this point
Copy the full SHA 5ee3ba5View commit details
Commits on Apr 27, 2020
-
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 27, 2020 Configuration menu - View commit details
-
Copy full SHA for 14a47a2 - Browse repository at this point
Copy the full SHA 14a47a2View commit details -
[SYCL] Eliminate explicit calls to setComplete() in users of EmptyCom…
…mand Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 27, 2020 Configuration menu - View commit details
-
Copy full SHA for 038495f - Browse repository at this point
Copy the full SHA 038495fView commit details -
[SYCL] Enforce asserts in event_impl::setComplete()
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 27, 2020 Configuration menu - View commit details
-
Copy full SHA for 083abeb - Browse repository at this point
Copy the full SHA 083abebView commit details -
[SYCL] Employ piEventSetStatus in event_impl::setComplete().
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 27, 2020 Configuration menu - View commit details
-
Copy full SHA for c929d8b - Browse repository at this point
Copy the full SHA c929d8bView commit details -
[SYCL] Address some review comments.
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 27, 2020 Configuration menu - View commit details
-
Copy full SHA for 1674878 - Browse repository at this point
Copy the full SHA 1674878View commit details -
[SYCL] Move some mthods from Command to Scheduler::GraphBuilder
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 27, 2020 Configuration menu - View commit details
-
Copy full SHA for f41a605 - Browse repository at this point
Copy the full SHA f41a605View commit details
Commits on Apr 28, 2020
-
[SYCL] Simpify DispatchHostTask::findUserEmptyCommand() method.
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 857d433 - Browse repository at this point
Copy the full SHA 857d433View commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 28, 2020 Configuration menu - View commit details
-
Copy full SHA for faf3fa1 - Browse repository at this point
Copy the full SHA faf3fa1View commit details -
[SYCL] Remove unwanted changes from lit.cfg.py
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 02c4cad - Browse repository at this point
Copy the full SHA 02c4cadView commit details -
[SYCL] Remove unwanted change.
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 5d15247 - Browse repository at this point
Copy the full SHA 5d15247View commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 28, 2020 Configuration menu - View commit details
-
Copy full SHA for e366310 - Browse repository at this point
Copy the full SHA e366310View commit details -
[SYCL] Rename HOST_TASK_CODEPLAY to CODEPLAY_HOST_TASK
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 2b1335b - Browse repository at this point
Copy the full SHA 2b1335bView commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 28, 2020 Configuration menu - View commit details
-
Copy full SHA for d9ec78a - Browse repository at this point
Copy the full SHA d9ec78aView commit details -
[SYCL] Move changes in addCG to distinct function.
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 0e38582 - Browse repository at this point
Copy the full SHA 0e38582View commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 1b62aed - Browse repository at this point
Copy the full SHA 1b62aedView commit details -
[SYCL] Remove unneeded comment
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 28, 2020 Configuration menu - View commit details
-
Copy full SHA for deb3e67 - Browse repository at this point
Copy the full SHA deb3e67View commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 28, 2020 Configuration menu - View commit details
-
Copy full SHA for eaa8005 - Browse repository at this point
Copy the full SHA eaa8005View commit details -
[SYCL] Remove unwanted changes
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 36dffd9 - Browse repository at this point
Copy the full SHA 36dffd9View commit details -
[SYCL] Wait for host events in first place
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 37917a7 - Browse repository at this point
Copy the full SHA 37917a7View commit details -
[SYCL] Employ common wait mechanism upon enqueueing command for waiting.
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 28, 2020 Configuration menu - View commit details
-
Copy full SHA for eab005d - Browse repository at this point
Copy the full SHA eab005dView commit details -
Revert "[SYCL] Remove unwanted changes"
This reverts commit 36dffd9. Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 239afd8 - Browse repository at this point
Copy the full SHA 239afd8View commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 28, 2020 Configuration menu - View commit details
-
Copy full SHA for e73f49f - Browse repository at this point
Copy the full SHA e73f49fView commit details -
[SYCL] Update state of event upon setting of context
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 28, 2020 Configuration menu - View commit details
-
Copy full SHA for c96566d - Browse repository at this point
Copy the full SHA c96566dView commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 68c6cc8 - Browse repository at this point
Copy the full SHA 68c6cc8View commit details -
[SYCL] Fix sporadic segfault in scheduler
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 13fa22b - Browse repository at this point
Copy the full SHA 13fa22bView commit details -
[SYCL] Properly release resources in scheduler unit-test
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 28, 2020 Configuration menu - View commit details
-
Copy full SHA for c77f7f9 - Browse repository at this point
Copy the full SHA c77f7f9View commit details -
Merge branch 'sycl' into private/s-kanaev/event-callback
Sergey Kanaev committedApr 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 9d3d186 - Browse repository at this point
Copy the full SHA 9d3d186View commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 78e032c - Browse repository at this point
Copy the full SHA 78e032cView commit details
Commits on Apr 29, 2020
-
[SYCL] Fix build issue (merge glitch).
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 4216af1 - Browse repository at this point
Copy the full SHA 4216af1View commit details -
[SYCL] Fix build issue (merge glitch).
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for ece3bcb - Browse repository at this point
Copy the full SHA ece3bcbView commit details -
[SYCL] Fix build issue (merge glitch).
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 565bd83 - Browse repository at this point
Copy the full SHA 565bd83View commit details -
[SYCL] Employ C++14 feature in thread pool.
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 30321a1 - Browse repository at this point
Copy the full SHA 30321a1View commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 14c9476 - Browse repository at this point
Copy the full SHA 14c9476View commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for a17d607 - Browse repository at this point
Copy the full SHA a17d607View commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 7caf17b - Browse repository at this point
Copy the full SHA 7caf17bView commit details -
Revert "Revert "[SYCL] Remove unwanted changes""
This reverts commit 239afd8. Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for b6b924c - Browse repository at this point
Copy the full SHA b6b924cView commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for a30c3a0 - Browse repository at this point
Copy the full SHA a30c3a0View commit details -
Merge branch 'sycl' into private/s-kanaev/event-callback
Sergey Kanaev committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for fc847dd - Browse repository at this point
Copy the full SHA fc847ddView commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for b3efd81 - Browse repository at this point
Copy the full SHA b3efd81View commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 17a9faf - Browse repository at this point
Copy the full SHA 17a9fafView commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 2f6af3b - Browse repository at this point
Copy the full SHA 2f6af3bView commit details
Commits on Apr 30, 2020
-
Revert "[SYCL] Remove unwanted changes"
This reverts commit 36dffd9. Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 30, 2020 Configuration menu - View commit details
-
Copy full SHA for c309777 - Browse repository at this point
Copy the full SHA c309777View commit details -
[SYCL] Fix runtime issue for linked alloca deps
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 30, 2020 Configuration menu - View commit details
-
Copy full SHA for aa4c679 - Browse repository at this point
Copy the full SHA aa4c679View commit details -
Merge branch 'sycl' into private/s-kanaev/event-callback2
Sergey Kanaev committedApr 30, 2020 Configuration menu - View commit details
-
Copy full SHA for 8b6b04e - Browse repository at this point
Copy the full SHA 8b6b04eView commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedApr 30, 2020 Configuration menu - View commit details
-
Copy full SHA for a4bc8f0 - Browse repository at this point
Copy the full SHA a4bc8f0View commit details
Commits on May 6, 2020
-
Merge branch 'sycl' into private/s-kanaev/event-callback
Sergey Kanaev committedMay 6, 2020 Configuration menu - View commit details
-
Copy full SHA for 462163e - Browse repository at this point
Copy the full SHA 462163eView commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMay 6, 2020 Configuration menu - View commit details
-
Copy full SHA for 4a8de92 - Browse repository at this point
Copy the full SHA 4a8de92View commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMay 6, 2020 Configuration menu - View commit details
-
Copy full SHA for 16ca481 - Browse repository at this point
Copy the full SHA 16ca481View commit details
Commits on May 7, 2020
-
[SYCL] A more proper way to unchaining deps of linked alloca's
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMay 7, 2020 Configuration menu - View commit details
-
Copy full SHA for 294bd9d - Browse repository at this point
Copy the full SHA 294bd9dView commit details -
[SYCL] Fix another race-condition.
The race condition was appearing after destruction of buffer which had accessor in host-task. Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMay 7, 2020 Configuration menu - View commit details
-
Copy full SHA for c094e9a - Browse repository at this point
Copy the full SHA c094e9aView commit details -
Merge branch 'sycl' into private/s-kanaev/event-callback
Sergey Kanaev committedMay 7, 2020 Configuration menu - View commit details
-
Copy full SHA for 06f3c5e - Browse repository at this point
Copy the full SHA 06f3c5eView commit details -
[SYCL] Address some review comments.
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMay 7, 2020 Configuration menu - View commit details
-
Copy full SHA for ba3d009 - Browse repository at this point
Copy the full SHA ba3d009View commit details -
[SYCL] Set proper target tripple in test
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMay 7, 2020 Configuration menu - View commit details
-
Copy full SHA for 6052e85 - Browse repository at this point
Copy the full SHA 6052e85View commit details -
[SYCL] Employ std::future properly in the test
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMay 7, 2020 Configuration menu - View commit details
-
Copy full SHA for 471fb78 - Browse repository at this point
Copy the full SHA 471fb78View commit details -
[SYCL] Store command in DispatchHostTask instead of a lot of fields.
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMay 7, 2020 Configuration menu - View commit details
-
Copy full SHA for ab49e2a - Browse repository at this point
Copy the full SHA ab49e2aView commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMay 7, 2020 Configuration menu - View commit details
-
Copy full SHA for e44ad31 - Browse repository at this point
Copy the full SHA e44ad31View commit details
Commits on May 8, 2020
-
[SYCL] Employ addEmptyCmd whilst creating host accessor.
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMay 8, 2020 Configuration menu - View commit details
-
Copy full SHA for b2aaee1 - Browse repository at this point
Copy the full SHA b2aaee1View commit details -
[SYCL] Pass less arguments to GraphBuilder::connectDepEvent
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMay 8, 2020 Configuration menu - View commit details
-
Copy full SHA for bc2a4df - Browse repository at this point
Copy the full SHA bc2a4dfView commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMay 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 68da219 - Browse repository at this point
Copy the full SHA 68da219View commit details -
[SYCL] Rewrite GraphBuilder::connectDepEvent in a clearer way.
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMay 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 126cc32 - Browse repository at this point
Copy the full SHA 126cc32View commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMay 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 45df093 - Browse repository at this point
Copy the full SHA 45df093View commit details -
[SYCL] Add comment on work of GraphBuilder::connectDepEvent.
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMay 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 1542f8a - Browse repository at this point
Copy the full SHA 1542f8aView commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMay 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 3d8b054 - Browse repository at this point
Copy the full SHA 3d8b054View commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMay 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 1cdc04f - Browse repository at this point
Copy the full SHA 1cdc04fView commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMay 8, 2020 Configuration menu - View commit details
-
Copy full SHA for f900e6e - Browse repository at this point
Copy the full SHA f900e6eView commit details -
This reverts commit f900e6e. Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMay 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 76da746 - Browse repository at this point
Copy the full SHA 76da746View commit details
Commits on May 10, 2020
-
[SYCL] Address review comments.
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMay 10, 2020 Configuration menu - View commit details
-
Copy full SHA for 168beb2 - Browse repository at this point
Copy the full SHA 168beb2View commit details
Commits on May 11, 2020
-
[SYCL] Address review comments.
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMay 11, 2020 Configuration menu - View commit details
-
Copy full SHA for 14b9232 - Browse repository at this point
Copy the full SHA 14b9232View commit details -
[SYCL] Address review comments.
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMay 11, 2020 Configuration menu - View commit details
-
Copy full SHA for e47a093 - Browse repository at this point
Copy the full SHA e47a093View commit details -
Merge branch 'sycl' into private/s-kanaev/event-callback
Sergey Kanaev committedMay 11, 2020 Configuration menu - View commit details
-
Copy full SHA for 2c28361 - Browse repository at this point
Copy the full SHA 2c28361View commit details
Commits on May 12, 2020
-
[SYCL] Employ only read-lock while enqueueing recently added command.
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMay 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 2aab6a1 - Browse repository at this point
Copy the full SHA 2aab6a1View commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMay 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 053a4c3 - Browse repository at this point
Copy the full SHA 053a4c3View commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMay 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 89bd48b - Browse repository at this point
Copy the full SHA 89bd48bView commit details
Commits on May 13, 2020
-
[SYCL] Set proper reason for blocking of empty cmd
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMay 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 5fa2789 - Browse repository at this point
Copy the full SHA 5fa2789View commit details -
[SYCL] Make ConnectCmd depend on requirement
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMay 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 2dc3564 - Browse repository at this point
Copy the full SHA 2dc3564View commit details -
[SYCL] Don't depend on host task command explicitly.
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMay 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 316e983 - Browse repository at this point
Copy the full SHA 316e983View commit details -
Deadlock was caused by fault in dependencies of memory-move/copy operation and host-task Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMay 13, 2020 Configuration menu - View commit details
-
Copy full SHA for b93675c - Browse repository at this point
Copy the full SHA b93675cView commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMay 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 52456ce - Browse repository at this point
Copy the full SHA 52456ceView commit details -
Merge branch 'sycl' into private/s-kanaev/event-callback
Sergey Kanaev committedMay 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 40659d7 - Browse repository at this point
Copy the full SHA 40659d7View commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMay 13, 2020 Configuration menu - View commit details
-
Copy full SHA for b8f47ce - Browse repository at this point
Copy the full SHA b8f47ceView commit details
Commits on May 14, 2020
-
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMay 14, 2020 Configuration menu - View commit details
-
Copy full SHA for 5b0d040 - Browse repository at this point
Copy the full SHA 5b0d040View commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMay 14, 2020 Configuration menu - View commit details
-
Copy full SHA for f7c890e - Browse repository at this point
Copy the full SHA f7c890eView commit details -
[SYCL] Fix segfault caused by missed dependency
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMay 14, 2020 Configuration menu - View commit details
-
Copy full SHA for 0480731 - Browse repository at this point
Copy the full SHA 0480731View commit details -
[SYCL] Fix assertion triggering. Return reference to command group in…
…stead of pointer. Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMay 14, 2020 Configuration menu - View commit details
-
Copy full SHA for 066504e - Browse repository at this point
Copy the full SHA 066504eView commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMay 14, 2020 Configuration menu - View commit details
-
Copy full SHA for 9e76b68 - Browse repository at this point
Copy the full SHA 9e76b68View commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMay 14, 2020 Configuration menu - View commit details
-
Copy full SHA for 6e123c4 - Browse repository at this point
Copy the full SHA 6e123c4View commit details
Commits on May 15, 2020
-
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMay 15, 2020 Configuration menu - View commit details
-
Copy full SHA for 74282e0 - Browse repository at this point
Copy the full SHA 74282e0View commit details
Commits on May 18, 2020
-
Merge branch 'sycl' into private/s-kanaev/event-callback
Sergey Kanaev committedMay 18, 2020 Configuration menu - View commit details
-
Copy full SHA for 90f73c4 - Browse repository at this point
Copy the full SHA 90f73c4View commit details -
[SYCL] Eliminate for-loop whilst constructing deps of connect-cmd
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMay 18, 2020 Configuration menu - View commit details
-
Copy full SHA for b4ab2f2 - Browse repository at this point
Copy the full SHA b4ab2f2View commit details -
[SYCL] Reword construction of a vector
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMay 18, 2020 Configuration menu - View commit details
-
Copy full SHA for 64d6ba8 - Browse repository at this point
Copy the full SHA 64d6ba8View commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMay 18, 2020 Configuration menu - View commit details
-
Copy full SHA for 692bf79 - Browse repository at this point
Copy the full SHA 692bf79View commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMay 18, 2020 Configuration menu - View commit details
-
Copy full SHA for 6f3b4d7 - Browse repository at this point
Copy the full SHA 6f3b4d7View commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMay 18, 2020 Configuration menu - View commit details
-
Copy full SHA for 5d2635b - Browse repository at this point
Copy the full SHA 5d2635bView commit details -
Signed-off-by: Sergey Kanaev <[email protected]>
Sergey Kanaev committedMay 18, 2020 Configuration menu - View commit details
-
Copy full SHA for efd1495 - Browse repository at this point
Copy the full SHA efd1495View commit details