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

Lazy sycl::queue creation in oneDPL hetero policies #1422

Closed

Commits on Jul 5, 2024

  1. sycl_queue_container - container with optionally created sycl::queue …

    …instance
    Sergey Kopienko authored and SergeyKopienko committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    d6069c7 View commit details
    Browse the repository at this point in the history
  2. TDefaultSYCLQueueFactoryFPGA - default sycl::queue FPGA factory

    Sergey Kopienko authored and SergeyKopienko committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    af6cd7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a237168 View commit details
    Browse the repository at this point in the history
  4. using container with lazy initialized sycl::queue in fpga_policy

    Sergey Kopienko authored and SergeyKopienko committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    2d68dc6 View commit details
    Browse the repository at this point in the history
  5. Apply GitHUB clang format

    Sergey Kopienko authored and SergeyKopienko committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    1f66819 View commit details
    Browse the repository at this point in the history
  6. include/oneapi/dpl/pstl/hetero/dpcpp/execution_sycl_defs.h - rename T…

    …DefaultSYCLQueueFactory to sycl_queue_factory_device
    Sergey Kopienko authored and SergeyKopienko committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    4069f65 View commit details
    Browse the repository at this point in the history
  7. include/oneapi/dpl/pstl/hetero/dpcpp/execution_sycl_defs.h - rename T…

    …DefaultSYCLQueueFactoryFPGA to sycl_queue_factory_fpga
    Sergey Kopienko authored and SergeyKopienko committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    d5bb11e View commit details
    Browse the repository at this point in the history
  8. inline auto TestUtils::default_selector -> TestUtils::get_default_sel…

    …ector()
    Sergey Kopienko authored and SergeyKopienko committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    d9c8158 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    80a26a7 View commit details
    Browse the repository at this point in the history
  10. include/oneapi/dpl/pstl/hetero/dpcpp/execution_sycl_defs.h - change f…

    …ormat of the make_device_policy functions to avoid create sycl::queue through device_policy::operator sycl::queue()
    Sergey Kopienko authored and SergeyKopienko committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    12d1a93 View commit details
    Browse the repository at this point in the history