Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hidet-org/hidet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.1
Choose a base ref
...
head repository: hidet-org/hidet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.2
Choose a head ref
  • 18 commits
  • 131 files changed
  • 6 contributors

Commits on Feb 18, 2023

  1. [Version] Bump version to 0.2.2.dev (#118)

    bump version to 0.2.2.dev
    yaoyaoding authored Feb 18, 2023
    Configuration menu
    Copy the full SHA
    9c10bcc View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. [Option] Add debug_cache_tuning option (#120)

    * .
    
    * .
    
    * .
    yaoyaoding authored Feb 20, 2023
    Configuration menu
    Copy the full SHA
    f9383f1 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. [Fix] Remove lambda in shfl primitives (#121)

    Remove lambda
    hjjq authored Feb 24, 2023
    Configuration menu
    Copy the full SHA
    e57b798 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. [IR][Refactor] Refactor the functor/visitor/rewriters (#122)

    * .
    
    * .
    
    * .
    
    * lint & format
    
    * remove experiment script
    
    * add copyright
    yaoyaoding authored Feb 26, 2023
    Configuration menu
    Copy the full SHA
    3869540 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. [Fixbug] Fix bug in IR Printer (#123)

    .
    hjjq authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    d9d6ebc View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. [Fixbug] Fix a bug in IRModule.update_function (#124)

    * fix a bug in IRModule.update_function
    
    * lint
    yaoyaoding authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    60dabb7 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    58207ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5a36b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. [Tests] Reorganize tests files for frontends (#129)

    * reorganize tests files
    
    * lint
    
    * format
    yaoyaoding authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    5eee7a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. [Dynamo] Added Operator Support (#131)

    * assertion message for IR check
    
    * assertion message for valid IR check
    
    * fixed lint
    
    * sigmoid and hardsigmoid module support
    
    * Sigmoid/Hardsigmoid Modules
    
    * extended module/function support
    
    * reformat
    
    * register_functions typo fix + normalization tests
    
    * tests + refactoring
    
    * removed group norm
    
    * batch_norm bug fix
    AndreSlavescu authored Mar 16, 2023
    Configuration menu
    Copy the full SHA
    3cbaa81 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. [Fixbug] Allow grid compute to be inlined (#134)

    Add ComputeRewriter as base class of GridComputeInliner
    hjjq authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    40bd792 View commit details
    Browse the repository at this point in the history
  2. [Graph] Cast optimizations (#135)

    * Add 3 new graph patterns:
     * operator x with 2 or 3 outputs that both has a cast -> combine the cast
     * two redundant casts (a->b->a) -> noop
    
    Since the casts are likely to occur after automatic mixed precision, the
    pass is run twice
    
    * lint
    
    ---------
    
    Co-authored-by: Xin Li <xin@centml.ai>
    xinli-git and xinli-sw authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    0cea056 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. [Fixbug] Fix a bug that map blockDim to blockIdx (#136)

    fix a bug that map blockDim to blockIdx
    yaoyaoding authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    64e5b0a View commit details
    Browse the repository at this point in the history
  2. [Fixbug] Fix a bug in rule based simplifier (#137)

    fix a bug in rule based simplifier
    yaoyaoding authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    d29d573 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab251c4 View commit details
    Browse the repository at this point in the history
  4. [Runtime] Add src_path and source() members to CompiledFunction (

    …#139)
    
    add src_path and source() members to compiled function
    yaoyaoding authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    64c77ce View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. [Runtime][IR] Support colored source code; add blockDim to extern_vars (

    #140)
    
    * support colored source code; add blockDim to extern_vars
    
    * format
    yaoyaoding authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    7fbb885 View commit details
    Browse the repository at this point in the history
  2. [Fixbug] Convert tensor to cpu before dumping (#141)

    convert tensor to cpu before dumping
    hjjq authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    3f15236 View commit details
    Browse the repository at this point in the history
Loading