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

[Graph] Translate softmax and reduce to hidet script #242

Merged
merged 12 commits into from
Jun 2, 2023

Commits on May 23, 2023

  1. [Graph] implement hidet script

    Allan Lin committed May 23, 2023
    Configuration menu
    Copy the full SHA
    e154ec7 View commit details
    Browse the repository at this point in the history
  2. [Graph] replace interpolation hack

    Allan Lin committed May 23, 2023
    Configuration menu
    Copy the full SHA
    d153326 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. [Graph] allow prologue

    Allan Lin committed May 25, 2023
    Configuration menu
    Copy the full SHA
    ed98498 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. Update python/hidet/graph/ops/definitions/reduce/reduce.py

    Co-authored-by: Yaoyao Ding <dingyaoyao.cs@gmail.com>
    Aalanli and yaoyaoding committed May 29, 2023
    Configuration menu
    Copy the full SHA
    c0704b1 View commit details
    Browse the repository at this point in the history
  2. Update python/hidet/graph/ops/definitions/reduce/reduce.py

    Co-authored-by: Yaoyao Ding <dingyaoyao.cs@gmail.com>
    Aalanli and yaoyaoding committed May 29, 2023
    Configuration menu
    Copy the full SHA
    96ecba6 View commit details
    Browse the repository at this point in the history
  3. Update python/hidet/graph/ops/definitions/reduce/reduce.py

    Co-authored-by: Yaoyao Ding <dingyaoyao.cs@gmail.com>
    Aalanli and yaoyaoding committed May 29, 2023
    Configuration menu
    Copy the full SHA
    c5b142b View commit details
    Browse the repository at this point in the history
  4. [Graph] remove redundant statement

    Allan Lin committed May 29, 2023
    Configuration menu
    Copy the full SHA
    d375289 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'hidet_script' of https://github.com/Aalanli/hidet into …

    …hidet_script
    Allan Lin committed May 29, 2023
    Configuration menu
    Copy the full SHA
    60cb846 View commit details
    Browse the repository at this point in the history
  6. [Graph] softmax style change

    Allan Lin committed May 29, 2023
    Configuration menu
    Copy the full SHA
    914a046 View commit details
    Browse the repository at this point in the history
  7. [Graph] reduce style change

    Allan Lin committed May 29, 2023
    Configuration menu
    Copy the full SHA
    8f7e7fc View commit details
    Browse the repository at this point in the history
  8. [Graph] format

    Allan Lin committed May 29, 2023
    Configuration menu
    Copy the full SHA
    7c1a06d View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. rerun tests

    Allan Lin committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    c89b426 View commit details
    Browse the repository at this point in the history