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

Service improvements #1508

Merged
merged 3 commits into from
Jan 29, 2024
Merged

Service improvements #1508

merged 3 commits into from
Jan 29, 2024

Commits on Jan 25, 2024

  1. dpctl/__main__.py no longer triggers loading of libsycl library for q…

    …ueries
    
    `python -m dpctl --includes` will no longer load SYCL runtime libraries.
    
    Module file acquired three more options
    
       --include-dir
       --tensor-include-dir
       --library-dir
    
    This would output absolute path to directory of include headers,
    tensor include hedaers, and directory containing DPCTLSyclInterface
    library.
    
    `FindDpctl.cmake` has been renamed to `dpctl-config.cmake`. This
    allows downstream objects to hint CMake to finding Dpctl package by
    using standard mechanism:
    
    `-DDpctl_ROOT=$(python -m dpctl --cmakedir)`
    oleksandr-pavlyk committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    cad6886 View commit details
    Browse the repository at this point in the history
  2. Install dpctl-config.cmake to lib/cmake folder

    Update comments in dpctl-config.cmake
    oleksandr-pavlyk committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    4fa17ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e30b84 View commit details
    Browse the repository at this point in the history