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

[lapack][blas][cuda] Update host task impl to use enqueue_native_command #572

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Commits on Sep 18, 2024

  1. Implemented cusolver native_command.

    See SYCL_EXT_ONEAPI_ENQUEUE_NATIVE_COMMAND for details.
    
    Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
    JackAKirk committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e19072c View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Impl native command for cublas

    See SYCL_EXT_ONEAPI_ENQUEUE_NATIVE_COMMAND extension document for
    details.
    
    Generalize helpers funcs and use them for blas l1, l2, l3, batch
    
    Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
    JackAKirk committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    44867dc View commit details
    Browse the repository at this point in the history
  2. Update lapack tests to manage queue syncs

    Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
    JackAKirk committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    a28cd4d View commit details
    Browse the repository at this point in the history
  3. Update name of function

    cublas_native_named_func
    
    Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
    JackAKirk committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b33b9e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Use cublas_native_named_func more

    Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
    JackAKirk committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    8fba319 View commit details
    Browse the repository at this point in the history