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

Feature : Add SYCL runtime support #747

Open
wants to merge 69 commits into
base: sycl-refactor
Choose a base branch
from

Commits on Sep 5, 2023

  1. init kernel headers

    abhilash1910 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    75d9277 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. modify kernel header

    abhilash1910 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    279fce4 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. modify headers

    abhilash1910 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    d9dcee9 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. update kernels

    abhilash1910 committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    ddae8ab View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

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

Commits on Mar 12, 2024

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

Commits on Mar 20, 2024

  1. add partial kernels

    abhilash1910 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    1f2c8bc View commit details
    Browse the repository at this point in the history
  2. add quant kernels

    abhilash1910 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    dd935ad View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    d93fc2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29e895f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98bd39b View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. add gemm kernels

    abhilash1910 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    8e15d5a View commit details
    Browse the repository at this point in the history
  2. fix header path

    abhilash1910 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    bd9e829 View commit details
    Browse the repository at this point in the history
  3. fix handler kernels

    abhilash1910 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    45318d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

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

Commits on Apr 1, 2024

  1. add 8 bit opt with ops

    abhilash1910 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    adda60d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    beffe78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed431fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ab3273 View commit details
    Browse the repository at this point in the history
  5. add shared vars

    abhilash1910 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    43a1899 View commit details
    Browse the repository at this point in the history
  6. add shared for spm

    abhilash1910 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    38c2f8c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    04a3ba1 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. update kernel headers

    abhilash1910 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    06ba221 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. port transform kernels

    abhilash1910 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    ee7997d View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. use ldg & sparse csr

    abhilash1910 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    26863ea View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. add dnn prototype

    abhilash1910 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    caa72f6 View commit details
    Browse the repository at this point in the history
  2. dnn kernel

    abhilash1910 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    46f1f85 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. add cmake initial

    abhilash1910 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    a94c253 View commit details
    Browse the repository at this point in the history
  2. cmake fix

    abhilash1910 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    89fb73b View commit details
    Browse the repository at this point in the history
  3. fix build

    abhilash1910 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    2644374 View commit details
    Browse the repository at this point in the history
  4. fix build

    abhilash1910 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    14f20e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. fix build

    abhilash1910 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    d151d0c View commit details
    Browse the repository at this point in the history
  2. fix dnnl

    abhilash1910 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    dfcd9d8 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

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

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    f90c06d View commit details
    Browse the repository at this point in the history
  2. refine 8 bit optimizers

    abhilash1910 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    873eadb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f71243b View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    493a5ec View commit details
    Browse the repository at this point in the history
  2. refine k quantize

    abhilash1910 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    760a120 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7d8326 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    693ca79 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. fix errors in k compress

    abhilash1910 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    3a41f96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37897ee View commit details
    Browse the repository at this point in the history
  3. remove mma header

    abhilash1910 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    7ddce74 View commit details
    Browse the repository at this point in the history
  4. refine historgram

    abhilash1910 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    c039aa1 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. refine row stats

    abhilash1910 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    b9e9a9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8473b5 View commit details
    Browse the repository at this point in the history
  3. refine helper functions

    abhilash1910 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    c85baf9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    922786e View commit details
    Browse the repository at this point in the history
  5. fix extract function

    abhilash1910 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    ee8225e View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. refine igemmlt kernels

    abhilash1910 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    49ca1d7 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    342f95c View commit details
    Browse the repository at this point in the history
  2. refine spm experimental

    abhilash1910 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    5e2611a View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

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

Commits on Jun 6, 2024

  1. fix header name

    abhilash1910 committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    bcad0ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d3ed26 View commit details
    Browse the repository at this point in the history
  3. fix nv issue k quants

    abhilash1910 committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    4f19d41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd709ca View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. fix nv issue on 32 bit

    abhilash1910 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    0fbedfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38312cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d6f56b View commit details
    Browse the repository at this point in the history
  4. refine

    abhilash1910 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    b107b9c View commit details
    Browse the repository at this point in the history
  5. refine

    abhilash1910 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    7838151 View commit details
    Browse the repository at this point in the history
  6. refine

    abhilash1910 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    46d10ba View commit details
    Browse the repository at this point in the history
  7. add dnn build flag

    abhilash1910 authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    8795844 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. update dnn linkage

    abhilash1910 authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    7007a02 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

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

Commits on Aug 7, 2024

  1. fix cmake

    abhilash1910 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    6f8ef48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a425d44 View commit details
    Browse the repository at this point in the history