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

[Lang] [ir] [cuda] Add clz instruction #8276

Merged
merged 11 commits into from
Oct 31, 2023

Commits on Oct 30, 2023

  1. add clz instruction

    JettChenT authored and taichi-gardener committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    685666f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad2fb03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf78e01 View commit details
    Browse the repository at this point in the history
  4. fix spirv issue

    JettChenT authored and taichi-gardener committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    c73296f View commit details
    Browse the repository at this point in the history
  5. Add test for clz

    JettChenT authored and taichi-gardener committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    a1058aa View commit details
    Browse the repository at this point in the history
  6. Add test for clz

    JettChenT authored and taichi-gardener committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    1082d0e View commit details
    Browse the repository at this point in the history
  7. Fix LLVM Codegen Issue

    JettChenT authored and taichi-gardener committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    87b5d33 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4474b40 View commit details
    Browse the repository at this point in the history
  9. Add clz to test

    JettChenT authored and taichi-gardener committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    84d41f9 View commit details
    Browse the repository at this point in the history
  10. Fix cuda implementation

    JettChenT authored and taichi-gardener committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    0378de1 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

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