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

Start adding the library of custom ops. #296

Merged
merged 6 commits into from
Feb 2, 2024
Merged

Start adding the library of custom ops. #296

merged 6 commits into from
Feb 2, 2024

Commits on Jan 31, 2024

  1. Start adding the library of custom ops.

    Defines a couple of IREE builtins:
    
    * `ops.iree.trace_tensor`
    * `ops.iree.trace_tensors`
    
    Extends the infra for better support:
    
    * Adds support for `Tensor[]` arguments to custom ops.
    stellaraccident committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    a71cd36 View commit details
    Browse the repository at this point in the history
  2. Add AOT support.

    stellaraccident committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    e30dea5 View commit details
    Browse the repository at this point in the history
  3. Fix for API drift

    stellaraccident committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    a7ad039 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Add tests.

    stellaraccident committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    5ea86fa View commit details
    Browse the repository at this point in the history
  2. EOL

    stellaraccident committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    d701949 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Address comments

    stellaraccident committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    3b6e30d View commit details
    Browse the repository at this point in the history