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

OPEN: FP integration (v2) #12

Merged
merged 20 commits into from
Nov 14, 2024
Merged

OPEN: FP integration (v2) #12

merged 20 commits into from
Nov 14, 2024

Commits on Nov 9, 2024

  1. Added floating point support

    alberto authored and FrancescoConti committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    5ae9fe6 View commit details
    Browse the repository at this point in the history
  2. Added floatadder fp32 for generic platform

    alberto authored and FrancescoConti committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    2a9fc41 View commit details
    Browse the repository at this point in the history
  3. Added float adder test

    alberto authored and FrancescoConti committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    599b732 View commit details
    Browse the repository at this point in the history
  4. Small corrections for installation guide

    alberto authored and FrancescoConti committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    51b3223 View commit details
    Browse the repository at this point in the history
  5. Formatted style

    alberto authored and FrancescoConti committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    df702a6 View commit details
    Browse the repository at this point in the history
  6. Fix a few issues raised in PR#3 review.

    - remove extra code / spurious comments
    - radically simplify FloatImmediate checkValue
    - remove offset and n_levels from FloatAddTemplate
    FrancescoConti committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    ae6199d View commit details
    Browse the repository at this point in the history
  7. Autoformatting

    FrancescoConti committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    7a0f666 View commit details
    Browse the repository at this point in the history
  8. Change 'typeFraction' to 'typeMantissa' in FloatImmediate

    This is better aligned with conventions and the rest of the code.
    FrancescoConti committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    a4c6604 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Align type names of floats to other types

    Using float64_t, float32_t, float16_t and bfloat16_t.
    Add also a further include from DeeployBasicMath.h, DeeployPULPMath.h
    for these types.
    FrancescoConti committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    86199c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65c6477 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3ee2a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

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

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    673458a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c01d09d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6cf6fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35d2fa5 View commit details
    Browse the repository at this point in the history
  5. fix test name...

    FrancescoConti committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    fd15611 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    ecc0bd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8726be2 View commit details
    Browse the repository at this point in the history
  3. This bloody linting

    Victor-Jung committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    ce1d80d View commit details
    Browse the repository at this point in the history