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] cl_exp_tensor #1006

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

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    7d5e350 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Ben Ashbaugh <ben.ashbaugh@intel.com>
    Co-authored-by: Pekka Jääskeläinen <pekka.jaaskelainen@tuni.fi>
    3 people committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    1f0be1e View commit details
    Browse the repository at this point in the history
  3. * Add brief introduction.

    * cl_khr_tensor -> cl_exp_tensor.
    
    * Remove cl_khr_command_buffer requirement.
    linehill committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    a801aaf View commit details
    Browse the repository at this point in the history
  4. Add contributors

    linehill committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b890c30 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fafb30b View commit details
    Browse the repository at this point in the history
  6. * cl_tensor_type -> cl_tensor _datatype.

    * Fix signed -> unsigned.
    
    * Single line cl{Retain,Release}TensorObject declaration.
    linehill committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    740f3f2 View commit details
    Browse the repository at this point in the history
  7. * clEnqueue(Read,Write)Tensor -> clEnqueue(TranslateFrom,TranslateTo)…

    …Tensor.
    
    * Clarify in clEnqueue{TranslateFrom,TranslateTo}Tensor that data read
      from / written to the tensor in opaque manner.
    linehill committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    701daa3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aa9ead7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    88a0a84 View commit details
    Browse the repository at this point in the history
  10. Add an open question

    linehill committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    37fe006 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0a43252 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d10d149 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f40eeda View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ef90030 View commit details
    Browse the repository at this point in the history
  15. * Add overview

    * new section for tensor data type
    
    * add origin, region and pitch parameters for clEnqueueTranslate*Tensor.
    
    * Update code samples.
    
    * Add take on accessing tensors in OpenCL C.
    linehill committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    ac8499f View commit details
    Browse the repository at this point in the history
  16. Apply suggestions from code review

    Co-authored-by: Pekka Jääskeläinen <pekka.jaaskelainen@tuni.fi>
    linehill and pjaaskel committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    274e76e View commit details
    Browse the repository at this point in the history
  17. * Add command buffer counterparts for tensor translation commands

    * Add error codes for tensor translation commands.
    
    * Tweaked mem_pitch semantics.
    linehill committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    2d0687a View commit details
    Browse the repository at this point in the history
  18. * translate -> import/export

    * Fix typos.
    linehill committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    e7e99fe View commit details
    Browse the repository at this point in the history
  19. Update date

    linehill committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c1c0221 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

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

Commits on Aug 15, 2024

  1. Update extensions/cl_exp_tensor.asciidoc

    Co-authored-by: Pekka Jääskeläinen <pekka.jaaskelainen@tuni.fi>
    linehill and pjaaskel authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    4586eef View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Pekka Jääskeläinen <pekka.jaaskelainen@tuni.fi>
    linehill and pjaaskel authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    1911600 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af6d58c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    294b1a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2293467 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Update extensions/cl_exp_tensor.asciidoc

    Co-authored-by: Pekka Jääskeläinen <pekka.jaaskelainen@tuni.fi>
    linehill and pjaaskel authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    01a4158 View commit details
    Browse the repository at this point in the history