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

Draft PR: testing #2628

Draft
wants to merge 45 commits into
base: main
Choose a base branch
from
Draft

Commits on Aug 14, 2024

  1. testing

    ddavis-2015 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    82a3b15 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Add DEPTHWISE_CONV kernel unit test.

    Float test passes.
    Extend symmetric per-channel quantization method to support alternate axis.
    Update copyright date.
    ddavis-2015 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    9af664d View commit details
    Browse the repository at this point in the history
  2. cleanup

    ddavis-2015 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    cc1a4a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Add DEPTHWISE_CONV compressed kernel unit tests.

    All tests pass.
    ddavis-2015 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    13c5f71 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Fix XTENSA compiler warnings.

    Add CONV2D and TRANSPOSE_CONV compression support for XTENSA.
    Hifimini and P6 support not implemented.
    Correctly compute the number of value table elements to quantize in kernel unit tests.
    Clarify code when setting value table stride in kernel unit tests.
    ddavis-2015 committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    8dbda0f View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Add FULLY_CONNECTED compression support for XTENSA.

    Hifimini and P6 are not supported.
    ddavis-2015 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    56cb57e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37bec9a View commit details
    Browse the repository at this point in the history
  3. Add DEPTHWISE_CONV compression support to XTENSA.

    P6 is not supported.
    ddavis-2015 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    3f1d113 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    120bdbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c406d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1a49ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    404bd9c View commit details
    Browse the repository at this point in the history
  5. fix copyright

    ddavis-2015 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    7fed169 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    23d2111 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    26e53de View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. more viewer output

    compressor handles quantization dim 0
    ddavis-2015 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    d458447 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41dd3a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Add profiling to decompression code using external context.

    Add CRC32 to generic benchmark for tensor output.
    Optimize bit width 4 decompression.
    ddavis-2015 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    ff63716 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

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

Commits on Sep 7, 2024

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

Commits on Sep 8, 2024

  1. Add TFLM compression support for CONCATENATION.

    All kernel tests pass.
    ddavis-2015 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    e099723 View commit details
    Browse the repository at this point in the history
  2. Allow compression script to handle value tables of length 1.

    Viewer can now show lut data when compression metadata is not the first item in the metadata.
    ddavis-2015 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    ab3cc79 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. update copyright

    ddavis-2015 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    37e8ee3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c6e6ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a072400 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    c77d48e View commit details
    Browse the repository at this point in the history
  2. make profilers static.

    Second profiler is only for TFLM compression.
    ddavis-2015 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    307430f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac2054a View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    5f26a6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be37537 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

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

Commits on Sep 21, 2024

  1. Configuration menu
    Copy the full SHA
    7cf87b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bac419 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    46e8fe6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d51a035 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cf9c78 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

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

Commits on Sep 27, 2024

  1. refactoring

    ddavis-2015 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    8c0a01c View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. refactoring

    ddavis-2015 committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    24c1152 View commit details
    Browse the repository at this point in the history
  2. add comment

    ddavis-2015 committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    3f901a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

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

Commits on Oct 2, 2024

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

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    eb85180 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    487c17a View commit details
    Browse the repository at this point in the history