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

[RFC] Updated cl_khr_defined_builtin_kernels #1007

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Dec 13, 2022

  1. cl_khr_defined_builtin_kernels

    First WiP draft of a defined BiKs extension.
    pjaaskel committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    a40b2f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. * BiK -> DBK (defined built-in kernel)

    * Add API function for describing (and querying at the same time) a DBK.
    
    * Add API function for creating a program from described DBKs.
    
    * Add API function for creating a kernel handle for DBK.
    
    * Change DBK description.
    
      * Replaced old DBKs for simpler start for illustrating new features.
    
      * Use (yet specified) tensors.
    
      * Add constraints for usage.
    
    * Add sample code for queuing a DBK.
    
    * Device-side launching needs redesign. Added note for it.
    linehill committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    22cfe75 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Apply suggested changes

    Co-authored-by: Pekka Jääskeläinen <pekka.jaaskelainen@tuni.fi>
    linehill and pjaaskel committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    0080151 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    c086f4d View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. * Reflect cl_exp_tensor contents in the dependency section and the DBK

      code sample.
    
    * Fixes and tweaks in the DBK code sample.
    
    * Update date.
    linehill committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    13d085d View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    e0905aa View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. * Missed cl_tensor_desc -> cl_tensor

    * Fix typo.
    linehill committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    e8ce3b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    452597e View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    9edee14 View commit details
    Browse the repository at this point in the history