Skip to content
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

Merged
merged 195 commits into from
May 20, 2020

Commits on Mar 4, 2020

  1. [SYCL] Allow for creating host accessor without blocked event.

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    b31cb8e View commit details
    Browse the repository at this point in the history
  2. [SYCL] Tests for host/interop task

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    f3bf37a View commit details
    Browse the repository at this point in the history
  3. [SYCL] Remove unused parameter

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    faded84 View commit details
    Browse the repository at this point in the history
  4. [SYCL] Some syntax improvements

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    253086f View commit details
    Browse the repository at this point in the history
  5. [SYCL] Sample impl of host task through event

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    cacb056 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. Merge branch 'sycl' into private/s-kanaev/interop-task

    Sergey Kanaev committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    37106ea View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. [SYCL] Sample implementation without OpenCL specific calls.

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    1a79e3f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'sycl' into private/s-kanaev/interop-task

    Sergey Kanaev committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    9057a23 View commit details
    Browse the repository at this point in the history
  3. [SYCL] Only leave event-callback

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    93cffcc View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. [SYCL] Fix typo

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    3790b3a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'sycl' into private/s-kanaev/event-callback

    Sergey Kanaev committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    4255434 View commit details
    Browse the repository at this point in the history
  3. [SYCL] Allow for running lit-tests with threads.

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    dc0ab02 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. Merge branch 'sycl' into private/s-kanaev/event-callback

    Sergey Kanaev committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    0d95eaa View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. [SYCL] A more sophisticated thread pool impl

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    f0df349 View commit details
    Browse the repository at this point in the history
  2. [SYCL] Proper use of fork() in assertion test

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    ea577f6 View commit details
    Browse the repository at this point in the history
  3. [SYCL] Fix style issue

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    99f64fb View commit details
    Browse the repository at this point in the history
  4. Merge branch 'sycl' into private/s-kanaev/event-callback

    Sergey Kanaev committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    9c8b1a1 View commit details
    Browse the repository at this point in the history
  5. [SYCL] Fix some typos. Lazy initialization of thread pool.

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    529d4dc View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. [SYCL] Employ event::when_complete instead of piEventSetCallback

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    4d04655 View commit details
    Browse the repository at this point in the history
  2. [SYCL] Host-task test

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    1e3bfe4 View commit details
    Browse the repository at this point in the history
  3. [SYCL] Remove unwanted include

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    fc70b03 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. Merge branch 'sycl' into private/s-kanaev/event-callback

    Sergey Kanaev committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    1429f9d View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. [SYCL] Worked on host-task

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    eaaefd3 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. Merge branch 'sycl' into private/s-kanaev/event-callback

    Sergey Kanaev committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    1172ca1 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. [SYCL] Reimplement event::when_complete through host_task

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    9f3d2d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. [SYCL] Worked on host task

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    92917a0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'sycl' into private/s-kanaev/event-callback

    Sergey Kanaev committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    578d422 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. [SYCL] Fix merge issue

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    8e3dcd8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'sycl' into private/s-kanaev/event-callback

    Sergey Kanaev committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    2c2c713 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2020

  1. [SYCL] Fix assert test

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    14458e3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'sycl' into private/s-kanaev/event-callback

    Sergey Kanaev committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    a9ad4df View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. [SYCL] Event for host-task

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    dde6af5 View commit details
    Browse the repository at this point in the history
  2. [SYCL] Add test stub

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    e4c6764 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. [SYCL] Distinct command for host task representation.

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    eb71004 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. [SYCL] Depend device alloca cmd on cg's operating with linked host al…

    …loca cmd
    
    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    90cac7c View commit details
    Browse the repository at this point in the history
  2. [SYCL] Remove spare code. Wait for dependency events.

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    1473f5d View commit details
    Browse the repository at this point in the history
  3. [SYCL] Remove spare code

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    bfb0572 View commit details
    Browse the repository at this point in the history
  4. [SYCL] Fix code-style issue

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    9f68320 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. [SYCL] Move handling of multiple contexts out of Command::prepareEven…

    …ts()
    
    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    442f905 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. [SYCL] Output values in test

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    380b009 View commit details
    Browse the repository at this point in the history
  2. [SYCL] Add CHECK-sequence to test

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    cee7e47 View commit details
    Browse the repository at this point in the history
  3. [SYCL] Eliminate use of event callback during glue-ing of events from…

    … multiple contexts.
    
    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    b9003dc View commit details
    Browse the repository at this point in the history
  4. [SYCL] Fix some comments

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    667729d View commit details
    Browse the repository at this point in the history
  5. [SYCL] Eliminate HostTaskCommand

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    072a850 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'sycl' into private/s-kanaev/event-callback

    Sergey Kanaev committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    c65759d View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. [SYCL] Fix codestyle issues

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    40f4a32 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. [SYCL] Fix runtime issue

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    d7fe436 View commit details
    Browse the repository at this point in the history
  2. [SYCL] Fix codestyle issue

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    89d6b44 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. Merge branch 'sycl' into private/s-kanaev/event-callback

    Sergey Kanaev committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    08b31f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. Merge branch 'sycl' into private/s-kanaev/event-callback

    Sergey Kanaev committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    9f97076 View commit details
    Browse the repository at this point in the history
  2. [SYCL] Fix typo in sycl/source/detail/queue_impl.hpp

    Signed-off-by: Sergey Kanaev [email protected]
    
    Co-Authored-By: Ruyman <[email protected]>
    s-kanaev and Ruyk authored Apr 9, 2020
    Configuration menu
    Copy the full SHA
    6537bb4 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

  1. Merge branch 'sycl' into private/s-kanaev/event-callback

    Sergey Kanaev committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    5388fd4 View commit details
    Browse the repository at this point in the history
  2. [SYCL] Fix some review comments

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    7ce22fe View commit details
    Browse the repository at this point in the history
  3. [SYCL] Fix indentation

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    a23c167 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. [SYCL] Remove unrelated change

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    fc10c6a View commit details
    Browse the repository at this point in the history
  2. [SYCL] Eliminate Command::prepareEvents()

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    e326ed0 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. [SYCL] Add empty command/node right after host-task

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    d046775 View commit details
    Browse the repository at this point in the history
  2. [NFC] [SYCL] Shift DispatchHostTask lambda to functor to reduce size …

    …of enqueueImp method
    
    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    cf3bbf3 View commit details
    Browse the repository at this point in the history
  3. [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 committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    35fdcde View commit details
    Browse the repository at this point in the history
  4. [SYCL] Fix indentation

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    427c81d View commit details
    Browse the repository at this point in the history
  5. Merge branch 'sycl' into private/s-kanaev/event-callback

    Sergey Kanaev committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    1cc0885 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. [SYCL] Fix build issue

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    9a936ee View commit details
    Browse the repository at this point in the history
  2. Merge branch 'sycl' into private/s-kanaev/event-callback

    Sergey Kanaev committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    82296ec View commit details
    Browse the repository at this point in the history
  3. [SYCL] Add empty command for connecting command

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    a1c23d5 View commit details
    Browse the repository at this point in the history
  4. [NFC] [SYCL] Split method into smaller ones

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    8427b4a View commit details
    Browse the repository at this point in the history
  5. [SYCL] Fix build issue

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    ff03307 View commit details
    Browse the repository at this point in the history
  6. [SYCL] Remove unneeded line

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    49ed81e View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. [SYCL] Worked on fixing of race condition.

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    d3a5cf9 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2020

  1. [SYCL] Fix runtime issue. Remove debug outputs.

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    32f2f1b View commit details
    Browse the repository at this point in the history
  2. [SYCL] Remove '#if 1'

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    cb10eca View commit details
    Browse the repository at this point in the history
  3. [SYCL] Don't store context in CGHostTask. Remove commented code

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    58246a7 View commit details
    Browse the repository at this point in the history
  4. [SYCL] Fix some review comments.

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    96e4d4b View commit details
    Browse the repository at this point in the history
  5. [SYCL] Remove unneeded code.

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    30156f2 View commit details
    Browse the repository at this point in the history
  6. [NFC] [SYCL] Fix codestyle issues

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    269319d View commit details
    Browse the repository at this point in the history
  7. [NFC] [SYCL] Remove unused code

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    212a484 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'sycl' into private/s-kanaev/event-callback

    Sergey Kanaev committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    881f5c9 View commit details
    Browse the repository at this point in the history
  9. [NFC] [SYCL] Fix codestyle issues

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    07133a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. [NFC] [SYCL] Fix codestyle issue

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    8a6ee30 View commit details
    Browse the repository at this point in the history
  2. [SYCL] Employ a hack to prevent invalid read in some cases

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    ff5023c View commit details
    Browse the repository at this point in the history
  3. [SYCL] Enqueue dependant commands.

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    8a567ba View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. [SYCL] Worked on fixing runtime issue

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    dd4ac89 View commit details
    Browse the repository at this point in the history
  2. [SYCL] Modify test

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    0724914 View commit details
    Browse the repository at this point in the history
  3. [SYCL] Worked on fixing runtime issue

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    2e3fbe1 View commit details
    Browse the repository at this point in the history
  4. [SYCL] Fix test

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    0465f2a View commit details
    Browse the repository at this point in the history
  5. [SYCL] Fix codestyle issue

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    c4ab0f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. [SYCL] Fix test

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    741e257 View commit details
    Browse the repository at this point in the history
  2. [SYCL] Slight fix

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    d00f031 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'sycl' into private/s-kanaev/event-callback

    Sergey Kanaev committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    2f2abf3 View commit details
    Browse the repository at this point in the history
  4. [SYCL] Revert patch of test for assert

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    b4a2a47 View commit details
    Browse the repository at this point in the history
  5. [NFC] [SYCL] Add description of new environment variable.

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    092d887 View commit details
    Browse the repository at this point in the history
  6. [SYCL] Fix windows build.

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    05a6558 View commit details
    Browse the repository at this point in the history
  7. [SYCL] Init buffer with proper data

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    b193031 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. [SYCL] Convert back to single MBlockedCmd in requirement

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    a04c01f View commit details
    Browse the repository at this point in the history
  2. [SYCL] Address comments:

      - 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 committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    410654b View commit details
    Browse the repository at this point in the history
  3. [SYCL] Remove unused code

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    bad3845 View commit details
    Browse the repository at this point in the history
  4. [SYCL] Throw 'out of host memory' exception upon failed allocation of…

    … empty command.
    
    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    6ae8754 View commit details
    Browse the repository at this point in the history
  5. [SYCL] Fix typo

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    67a98e0 View commit details
    Browse the repository at this point in the history
  6. [SYCL] Don't store empty command in blocked cmds of requirement upon …

    …glueing.
    
    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    b12d9ee View commit details
    Browse the repository at this point in the history
  7. [SYCL] Fix runtime issue. Make code look cleaner.

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    931128b View commit details
    Browse the repository at this point in the history
  8. Merge branch 'sycl' into private/s-kanaev/event-callback

    Sergey Kanaev committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    72dbfa3 View commit details
    Browse the repository at this point in the history
  9. [SYCL] Fix style issue

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    5ee3ba5 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. [SYCL] Add comment

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    14a47a2 View commit details
    Browse the repository at this point in the history
  2. [SYCL] Eliminate explicit calls to setComplete() in users of EmptyCom…

    …mand
    
    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    038495f View commit details
    Browse the repository at this point in the history
  3. [SYCL] Enforce asserts in event_impl::setComplete()

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    083abeb View commit details
    Browse the repository at this point in the history
  4. [SYCL] Employ piEventSetStatus in event_impl::setComplete().

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    c929d8b View commit details
    Browse the repository at this point in the history
  5. [SYCL] Address some review comments.

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    1674878 View commit details
    Browse the repository at this point in the history
  6. [SYCL] Move some mthods from Command to Scheduler::GraphBuilder

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    f41a605 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. [SYCL] Simpify DispatchHostTask::findUserEmptyCommand() method.

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    857d433 View commit details
    Browse the repository at this point in the history
  2. [SYCL] Simplify loop

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    faf3fa1 View commit details
    Browse the repository at this point in the history
  3. [SYCL] Remove unwanted changes from lit.cfg.py

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    02c4cad View commit details
    Browse the repository at this point in the history
  4. [SYCL] Remove unwanted change.

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    5d15247 View commit details
    Browse the repository at this point in the history
  5. [SYCL] Resolve style issues

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    e366310 View commit details
    Browse the repository at this point in the history
  6. [SYCL] Rename HOST_TASK_CODEPLAY to CODEPLAY_HOST_TASK

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    2b1335b View commit details
    Browse the repository at this point in the history
  7. [SYCL] Fix build issue

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    d9ec78a View commit details
    Browse the repository at this point in the history
  8. [SYCL] Move changes in addCG to distinct function.

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    0e38582 View commit details
    Browse the repository at this point in the history
  9. [SYCL] Fix build issue

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    1b62aed View commit details
    Browse the repository at this point in the history
  10. [SYCL] Remove unneeded comment

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    deb3e67 View commit details
    Browse the repository at this point in the history
  11. [SYCL] Fix runtime issue.

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    eaa8005 View commit details
    Browse the repository at this point in the history
  12. [SYCL] Remove unwanted changes

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    36dffd9 View commit details
    Browse the repository at this point in the history
  13. [SYCL] Wait for host events in first place

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    37917a7 View commit details
    Browse the repository at this point in the history
  14. [SYCL] Employ common wait mechanism upon enqueueing command for waiting.

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    eab005d View commit details
    Browse the repository at this point in the history
  15. Revert "[SYCL] Remove unwanted changes"

    This reverts commit 36dffd9.
    
    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    239afd8 View commit details
    Browse the repository at this point in the history
  16. [SYCL] Stylistic issue

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    e73f49f View commit details
    Browse the repository at this point in the history
  17. [SYCL] Update state of event upon setting of context

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    c96566d View commit details
    Browse the repository at this point in the history
  18. [SYCL] Fix race-condition

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    68c6cc8 View commit details
    Browse the repository at this point in the history
  19. [SYCL] Fix sporadic segfault in scheduler

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    13fa22b View commit details
    Browse the repository at this point in the history
  20. [SYCL] Properly release resources in scheduler unit-test

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    c77f7f9 View commit details
    Browse the repository at this point in the history
  21. Merge branch 'sycl' into private/s-kanaev/event-callback

    Sergey Kanaev committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    9d3d186 View commit details
    Browse the repository at this point in the history
  22. [SYCL] Fix style issue

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    78e032c View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. [SYCL] Fix build issue (merge glitch).

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    4216af1 View commit details
    Browse the repository at this point in the history
  2. [SYCL] Fix build issue (merge glitch).

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    ece3bcb View commit details
    Browse the repository at this point in the history
  3. [SYCL] Fix build issue (merge glitch).

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    565bd83 View commit details
    Browse the repository at this point in the history
  4. [SYCL] Employ C++14 feature in thread pool.

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    30321a1 View commit details
    Browse the repository at this point in the history
  5. [SYCL] Fix ABI test

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    14c9476 View commit details
    Browse the repository at this point in the history
  6. [SYCL] Set pi trace level

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    a17d607 View commit details
    Browse the repository at this point in the history
  7. [SYCL] Fix ABI test.

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    7caf17b View commit details
    Browse the repository at this point in the history
  8. Revert "Revert "[SYCL] Remove unwanted changes""

    This reverts commit 239afd8.
    
    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    b6b924c View commit details
    Browse the repository at this point in the history
  9. [SYCL] Remove redundant test

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    a30c3a0 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'sycl' into private/s-kanaev/event-callback

    Sergey Kanaev committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    fc847dd View commit details
    Browse the repository at this point in the history
  11. [SYCL] Fix style issue

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    b3efd81 View commit details
    Browse the repository at this point in the history
  12. [SYCL] Update test

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    17a9faf View commit details
    Browse the repository at this point in the history
  13. [SYCL] Runtime fixes

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    2f6af3b View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Revert "[SYCL] Remove unwanted changes"

    This reverts commit 36dffd9.
    
    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    c309777 View commit details
    Browse the repository at this point in the history
  2. [SYCL] Fix runtime issue for linked alloca deps

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    aa4c679 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'sycl' into private/s-kanaev/event-callback2

    Sergey Kanaev committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    8b6b04e View commit details
    Browse the repository at this point in the history
  4. [SYCL] Fix merge glitch

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    a4bc8f0 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. Merge branch 'sycl' into private/s-kanaev/event-callback

    Sergey Kanaev committed May 6, 2020
    Configuration menu
    Copy the full SHA
    462163e View commit details
    Browse the repository at this point in the history
  2. [SYCL] Fix merge glitch

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed May 6, 2020
    Configuration menu
    Copy the full SHA
    4a8de92 View commit details
    Browse the repository at this point in the history
  3. [SYCL] Fix typo

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed May 6, 2020
    Configuration menu
    Copy the full SHA
    16ca481 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. [SYCL] A more proper way to unchaining deps of linked alloca's

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed May 7, 2020
    Configuration menu
    Copy the full SHA
    294bd9d View commit details
    Browse the repository at this point in the history
  2. [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 committed May 7, 2020
    Configuration menu
    Copy the full SHA
    c094e9a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'sycl' into private/s-kanaev/event-callback

    Sergey Kanaev committed May 7, 2020
    Configuration menu
    Copy the full SHA
    06f3c5e View commit details
    Browse the repository at this point in the history
  4. [SYCL] Address some review comments.

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed May 7, 2020
    Configuration menu
    Copy the full SHA
    ba3d009 View commit details
    Browse the repository at this point in the history
  5. [SYCL] Set proper target tripple in test

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed May 7, 2020
    Configuration menu
    Copy the full SHA
    6052e85 View commit details
    Browse the repository at this point in the history
  6. [SYCL] Employ std::future properly in the test

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed May 7, 2020
    Configuration menu
    Copy the full SHA
    471fb78 View commit details
    Browse the repository at this point in the history
  7. [SYCL] Store command in DispatchHostTask instead of a lot of fields.

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed May 7, 2020
    Configuration menu
    Copy the full SHA
    ab49e2a View commit details
    Browse the repository at this point in the history
  8. [SYCL] Resolve style issue

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed May 7, 2020
    Configuration menu
    Copy the full SHA
    e44ad31 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. [SYCL] Employ addEmptyCmd whilst creating host accessor.

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed May 8, 2020
    Configuration menu
    Copy the full SHA
    b2aaee1 View commit details
    Browse the repository at this point in the history
  2. [SYCL] Pass less arguments to GraphBuilder::connectDepEvent

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed May 8, 2020
    Configuration menu
    Copy the full SHA
    bc2a4df View commit details
    Browse the repository at this point in the history
  3. [SYCL] Fix build issue

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed May 8, 2020
    Configuration menu
    Copy the full SHA
    68da219 View commit details
    Browse the repository at this point in the history
  4. [SYCL] Rewrite GraphBuilder::connectDepEvent in a clearer way.

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed May 8, 2020
    Configuration menu
    Copy the full SHA
    126cc32 View commit details
    Browse the repository at this point in the history
  5. [SYCL] Fix build issue

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed May 8, 2020
    Configuration menu
    Copy the full SHA
    45df093 View commit details
    Browse the repository at this point in the history
  6. [SYCL] Add comment on work of GraphBuilder::connectDepEvent.

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed May 8, 2020
    Configuration menu
    Copy the full SHA
    1542f8a View commit details
    Browse the repository at this point in the history
  7. [SYCL] Uplift dev version

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed May 8, 2020
    Configuration menu
    Copy the full SHA
    3d8b054 View commit details
    Browse the repository at this point in the history
  8. [SYCL] Fix style issue

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed May 8, 2020
    Configuration menu
    Copy the full SHA
    1cdc04f View commit details
    Browse the repository at this point in the history
  9. [SYCL] Removed reset

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed May 8, 2020
    Configuration menu
    Copy the full SHA
    f900e6e View commit details
    Browse the repository at this point in the history
  10. Revert "[SYCL] Removed reset"

    This reverts commit f900e6e.
    
    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed May 8, 2020
    Configuration menu
    Copy the full SHA
    76da746 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2020

  1. [SYCL] Address review comments.

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed May 10, 2020
    Configuration menu
    Copy the full SHA
    168beb2 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. [SYCL] Address review comments.

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed May 11, 2020
    Configuration menu
    Copy the full SHA
    14b9232 View commit details
    Browse the repository at this point in the history
  2. [SYCL] Address review comments.

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed May 11, 2020
    Configuration menu
    Copy the full SHA
    e47a093 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'sycl' into private/s-kanaev/event-callback

    Sergey Kanaev committed May 11, 2020
    Configuration menu
    Copy the full SHA
    2c28361 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. [SYCL] Employ only read-lock while enqueueing recently added command.

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed May 12, 2020
    Configuration menu
    Copy the full SHA
    2aab6a1 View commit details
    Browse the repository at this point in the history
  2. [SYCL] Fix race-condition

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed May 12, 2020
    Configuration menu
    Copy the full SHA
    053a4c3 View commit details
    Browse the repository at this point in the history
  3. [SYCL] Remove unneeded code.

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed May 12, 2020
    Configuration menu
    Copy the full SHA
    89bd48b View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. [SYCL] Set proper reason for blocking of empty cmd

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed May 13, 2020
    Configuration menu
    Copy the full SHA
    5fa2789 View commit details
    Browse the repository at this point in the history
  2. [SYCL] Make ConnectCmd depend on requirement

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed May 13, 2020
    Configuration menu
    Copy the full SHA
    2dc3564 View commit details
    Browse the repository at this point in the history
  3. [SYCL] Don't depend on host task command explicitly.

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed May 13, 2020
    Configuration menu
    Copy the full SHA
    316e983 View commit details
    Browse the repository at this point in the history
  4. [SYCL] Fix deadlock.

      Deadlock was caused by fault in dependencies of memory-move/copy operation and host-task
    
    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed May 13, 2020
    Configuration menu
    Copy the full SHA
    b93675c View commit details
    Browse the repository at this point in the history
  5. [SYCL] Add another test

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed May 13, 2020
    Configuration menu
    Copy the full SHA
    52456ce View commit details
    Browse the repository at this point in the history
  6. Merge branch 'sycl' into private/s-kanaev/event-callback

    Sergey Kanaev committed May 13, 2020
    Configuration menu
    Copy the full SHA
    40659d7 View commit details
    Browse the repository at this point in the history
  7. [SYCL] Fix style issues

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed May 13, 2020
    Configuration menu
    Copy the full SHA
    b8f47ce View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. [SYCL] Fix style issue

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed May 14, 2020
    Configuration menu
    Copy the full SHA
    5b0d040 View commit details
    Browse the repository at this point in the history
  2. [SYCL] Remove FileCheck use.

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed May 14, 2020
    Configuration menu
    Copy the full SHA
    f7c890e View commit details
    Browse the repository at this point in the history
  3. [SYCL] Fix segfault caused by missed dependency

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed May 14, 2020
    Configuration menu
    Copy the full SHA
    0480731 View commit details
    Browse the repository at this point in the history
  4. [SYCL] Fix assertion triggering. Return reference to command group in…

    …stead of pointer.
    
    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed May 14, 2020
    Configuration menu
    Copy the full SHA
    066504e View commit details
    Browse the repository at this point in the history
  5. [SYCL] Update test

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed May 14, 2020
    Configuration menu
    Copy the full SHA
    9e76b68 View commit details
    Browse the repository at this point in the history
  6. [SYCL] Fix style issue

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed May 14, 2020
    Configuration menu
    Copy the full SHA
    6e123c4 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. [SYCL] Address comments.

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed May 15, 2020
    Configuration menu
    Copy the full SHA
    74282e0 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. Merge branch 'sycl' into private/s-kanaev/event-callback

    Sergey Kanaev committed May 18, 2020
    Configuration menu
    Copy the full SHA
    90f73c4 View commit details
    Browse the repository at this point in the history
  2. [SYCL] Eliminate for-loop whilst constructing deps of connect-cmd

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed May 18, 2020
    Configuration menu
    Copy the full SHA
    b4ab2f2 View commit details
    Browse the repository at this point in the history
  3. [SYCL] Reword construction of a vector

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed May 18, 2020
    Configuration menu
    Copy the full SHA
    64d6ba8 View commit details
    Browse the repository at this point in the history
  4. [SYCL] Reword comments

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed May 18, 2020
    Configuration menu
    Copy the full SHA
    692bf79 View commit details
    Browse the repository at this point in the history
  5. [SYCL] Eliminate const_cast

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed May 18, 2020
    Configuration menu
    Copy the full SHA
    6f3b4d7 View commit details
    Browse the repository at this point in the history
  6. [SYCL] Fix style issues

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed May 18, 2020
    Configuration menu
    Copy the full SHA
    5d2635b View commit details
    Browse the repository at this point in the history
  7. [SYCL] Fix style issues

    Signed-off-by: Sergey Kanaev <[email protected]>
    Sergey Kanaev committed May 18, 2020
    Configuration menu
    Copy the full SHA
    efd1495 View commit details
    Browse the repository at this point in the history