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

[CoreML MLProgram] Support Float16 (1/N) #22068

Merged
merged 39 commits into from
Sep 30, 2024
Merged

[CoreML MLProgram] Support Float16 (1/N) #22068

merged 39 commits into from
Sep 30, 2024

Commits on Sep 18, 2024

  1. support coremlfp16

    wejoncy committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1767fee View commit details
    Browse the repository at this point in the history
  2. support unary and binary ops

    wejoncy committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    bb99008 View commit details
    Browse the repository at this point in the history
  3. format

    wejoncy committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    4e866d1 View commit details
    Browse the repository at this point in the history
  4. more ops

    wejoncy committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    0611bf5 View commit details
    Browse the repository at this point in the history
  5. fix

    wejoncy committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    3944fd6 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. unify UT

    wejoncy committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    4f935e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. gemm conv support

    wejoncy committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    d765095 View commit details
    Browse the repository at this point in the history
  2. gemm/conv test

    wejoncy committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    8129643 View commit details
    Browse the repository at this point in the history
  3. address comments

    wejoncy committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    9d665f3 View commit details
    Browse the repository at this point in the history
  4. build issue

    wejoncy committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    dbf25b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. fix crash test

    wejoncy committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    293b9f2 View commit details
    Browse the repository at this point in the history
  2. lint

    wejoncy committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    4b344a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    ca581bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9b2a42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fa2b48 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    154a399 View commit details
    Browse the repository at this point in the history
  5. Update onnxruntime/test/providers/cpu/math/gemm_test.cc

    Co-authored-by: Scott McKay <[email protected]>
    wejoncy and skottmckay authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    b7c6078 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fe3a3a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    43f6e19 View commit details
    Browse the repository at this point in the history
  2. format

    wejoncy committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    7ef5e1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97e87ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48c98ec View commit details
    Browse the repository at this point in the history
  5. qnn convfp16

    wejoncy committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    c9e75c9 View commit details
    Browse the repository at this point in the history
  6. fix qnn

    wejoncy committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    a8e5485 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. add UT for the other ops

    wejoncy committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    749940d View commit details
    Browse the repository at this point in the history
  2. d

    wejoncy committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    753efb6 View commit details
    Browse the repository at this point in the history
  3. more uts

    wejoncy committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    ea70f1c View commit details
    Browse the repository at this point in the history
  4. address comments

    wejoncy committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    46090ad View commit details
    Browse the repository at this point in the history
  5. fix

    wejoncy committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    a66f7b5 View commit details
    Browse the repository at this point in the history
  6. fix

    wejoncy committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    531d564 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. convtranspose ut

    wejoncy committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    d88606d View commit details
    Browse the repository at this point in the history
  2. f

    wejoncy committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    f70a934 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    2203294 View commit details
    Browse the repository at this point in the history
  2. more UTS

    wejoncy committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    6d709d0 View commit details
    Browse the repository at this point in the history
  3. add doc for slice

    wejoncy committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    c80e312 View commit details
    Browse the repository at this point in the history
  4. code spell fix

    wejoncy committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    8b2bf8e View commit details
    Browse the repository at this point in the history
  5. format

    wejoncy committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    3326719 View commit details
    Browse the repository at this point in the history
  6. address review comments

    wejoncy committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    0dccf64 View commit details
    Browse the repository at this point in the history
  7. slice coreml version >= 6

    wejoncy committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    9ab55d4 View commit details
    Browse the repository at this point in the history