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

Implement urKernelGetSuggestedLocalWorkSize #1385

Merged
merged 63 commits into from
Jun 4, 2024

Commits on Feb 26, 2024

  1. add name to queue.yml

    yingcong-wu committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    4628542 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. save

    yingcong-wu committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    27ea151 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. add impls

    yingcong-wu committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    9672f70 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. fix build problem

    yingcong-wu committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    bb0e10d View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. fix a typo

    yingcong-wu committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    18d1171 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

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

Commits on Mar 11, 2024

  1. move impls to kernel.cpp

    yingcong-wu committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    82188b3 View commit details
    Browse the repository at this point in the history
  2. address comment

    yingcong-wu committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    069ceb7 View commit details
    Browse the repository at this point in the history
  3. fix cuda build problem

    yingcong-wu committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    b0a2c83 View commit details
    Browse the repository at this point in the history
  4. fix hip build problem

    yingcong-wu committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    79b086c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dab069f View commit details
    Browse the repository at this point in the history
  6. fix l0 build problem

    yingcong-wu committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    77133ca View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. address comment

    yingcong-wu committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    3fec2ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03ab9a8 View commit details
    Browse the repository at this point in the history
  3. address comment

    yingcong-wu committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    7ad31b6 View commit details
    Browse the repository at this point in the history
  4. fix l0 build problem

    yingcong-wu committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    e5bcf84 View commit details
    Browse the repository at this point in the history
  5. change word in kernel.yml

    yingcong-wu committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    276f738 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    2fd576b View commit details
    Browse the repository at this point in the history
  2. add test

    yingcong-wu committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    f174475 View commit details
    Browse the repository at this point in the history
  3. add test

    yingcong-wu committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    407ed02 View commit details
    Browse the repository at this point in the history
  4. add test

    yingcong-wu committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    a1c9f0f View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. merge

    yingcong-wu committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    4ce852b View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. remove unwanted code

    yingcong-wu committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    d77d7c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9883cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e887ef View commit details
    Browse the repository at this point in the history
  4. ignore unused var

    yingcong-wu committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    57ff11e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8799d8e View commit details
    Browse the repository at this point in the history
  6. add an error code

    yingcong-wu committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    0248d87 View commit details
    Browse the repository at this point in the history
  7. add check

    yingcong-wu committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    9850c12 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. change error code

    yingcong-wu committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    0fa8dbc View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. remove comment

    yingcong-wu committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    92c8383 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee6ec18 View commit details
    Browse the repository at this point in the history
  3. Revert "change error code"

    This reverts commit 0fa8dbc.
    yingcong-wu committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    17e4981 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a39299f View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

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

Commits on Mar 28, 2024

  1. remove passed test

    yingcong-wu committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    74c9213 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    557009a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    feee43f View commit details
    Browse the repository at this point in the history
  4. update header

    yingcong-wu committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    88d4066 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

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

Commits on Apr 7, 2024

  1. switch to maybe_unused

    yingcong-wu committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    f28510b View commit details
    Browse the repository at this point in the history
  2. remove unwanted check

    yingcong-wu committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    6a429b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ab11d2 View commit details
    Browse the repository at this point in the history
  4. remove unused code

    yingcong-wu committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    f2d0a59 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d148c9c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cb03acf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d9259b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

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

Commits on Apr 15, 2024

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

Commits on Apr 17, 2024

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

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    f3e11f1 View commit details
    Browse the repository at this point in the history
  2. address comment

    yingcong-wu committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    9a2caa1 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. address comment

    yingcong-wu committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    7dc7a73 View commit details
    Browse the repository at this point in the history
  2. fix wrong skip

    yingcong-wu committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    145fcd5 View commit details
    Browse the repository at this point in the history
  3. fix ci

    yingcong-wu committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    bbd06fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b8a529 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

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

Commits on May 6, 2024

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

Commits on May 13, 2024

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

Commits on May 20, 2024

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

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    a04e74d View commit details
    Browse the repository at this point in the history
  2. Fix OpenCL build

    kbenzie committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    bbf7931 View commit details
    Browse the repository at this point in the history
  3. Fix CUDA build

    kbenzie committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    5593d84 View commit details
    Browse the repository at this point in the history