Skip to content

Bump FPU to pulp-v0.1.1 - #25

Merged
niwis merged 5 commits into
pulpfrom
bump_fpu
May 10, 2023
Merged

Bump FPU to pulp-v0.1.1#25
niwis merged 5 commits into
pulpfrom
bump_fpu

Conversation

@lucabertaccini

Copy link
Copy Markdown

Bump FPU to pulp-v0.1.1 which supports:

  • Low and mixed-precision SDOTP operations (with stochastic rounding support)
  • Compressed vector compare results
  • FP8alt (1, 4, 3) format

CVA6 does not support the features listed above which are thus disabled in the CVA6 FPU instance.

@lucabertaccini
lucabertaccini requested a review from niwis as a code owner May 6, 2023 11:28
@niwis

niwis commented May 7, 2023

Copy link
Copy Markdown
Collaborator

Thanks a lot, LGTM. I have just two general questions:

  1. Will these changes be upstreamed to openhwgroup:master in the near future, or is this a more permanent solution?
  2. Can you confirm that adding OpenE906 is necessary for this PR? Maybe we need to double-check the license implications for this repo.

@lucabertaccini

Copy link
Copy Markdown
Author

Hi @niwis:

  1. The integration into openhwgroup:master has not been discussed yet
  2. The DivSqrt unit from OpenE906 is not relevant for this PR (it is supported only by FP32-only CVFPU instances), but it is aligned with recent OpenHW developments (develop branch https://github.com/openhwgroup/cvfpu). In CVFPU, two license-related files have been added during the integration of this alternative DivSqrt module (https://github.com/openhwgroup/cvfpu/blob/develop/LICENSE.apache and https://github.com/openhwgroup/cvfpu/blob/develop/README.license.md)

@niwis

niwis commented May 9, 2023

Copy link
Copy Markdown
Collaborator

@lucabertaccini

  1. Okay, in that case I think we should make sure to regularly update the pulp-platform:pulp branch to include any relevant changes from openhwgroup:master so that they can be easily integrated into pulp-CVA6 (and other depandants)
  2. would it be an option then to exclude the vendor directory in openhwgroup_cvfpu.vendor.hjson? To avoid unnecessary inflation of the code base (see this example)

Comment thread vendor/openhwgroup/cvfpu/util/vendor.py Outdated

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we do not need to add vendor again... I will go ahead and remove the util dir

lucabertaccini and others added 5 commits May 10, 2023 05:46
@niwis
niwis merged commit d063cbf into pulp May 10, 2023
@niwis
niwis deleted the bump_fpu branch May 10, 2023 04:45
maxbjurling added a commit to planvtech/cva6_pulp that referenced this pull request Oct 11, 2023
…ion-collision-tests

Proj 268 add eviction collision tests
niwis added a commit that referenced this pull request Dec 20, 2023
* Bump FPU to pulp-v0.1.1

* Remove vendor folder in CVFPU

* Update Bender.lock

* cvfpu: Exclude util directory

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

* Bender.lock: Revert unrelated changes

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

---------

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Co-authored-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
niwis added a commit that referenced this pull request Dec 20, 2023
* Bump FPU to pulp-v0.1.1

* Remove vendor folder in CVFPU

* Update Bender.lock

* cvfpu: Exclude util directory

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

* Bender.lock: Revert unrelated changes

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

---------

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Co-authored-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
niwis added a commit that referenced this pull request Jan 26, 2024
* Bump FPU to pulp-v0.1.1

* Remove vendor folder in CVFPU

* Update Bender.lock

* cvfpu: Exclude util directory

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

* Bender.lock: Revert unrelated changes

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

---------

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Co-authored-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
niwis added a commit that referenced this pull request Jan 29, 2024
* Bump FPU to pulp-v0.1.1

* Remove vendor folder in CVFPU

* Update Bender.lock

* cvfpu: Exclude util directory

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

* Bender.lock: Revert unrelated changes

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

---------

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Co-authored-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
niwis added a commit that referenced this pull request Feb 2, 2024
Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
niwis added a commit that referenced this pull request Feb 5, 2024
* Bump FPU to pulp-v0.1.1

* Remove vendor folder in CVFPU

* Update Bender.lock

* cvfpu: Exclude util directory

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

* Bender.lock: Revert unrelated changes

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

---------

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Co-authored-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
niwis added a commit that referenced this pull request Feb 5, 2024
* Bump FPU to pulp-v0.1.1

* Remove vendor folder in CVFPU

* Update Bender.lock

* cvfpu: Exclude util directory

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

* Bender.lock: Revert unrelated changes

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

---------

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Co-authored-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
niwis added a commit that referenced this pull request Feb 6, 2024
* Bump FPU to pulp-v0.1.1

* Remove vendor folder in CVFPU

* Update Bender.lock

* cvfpu: Exclude util directory

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

* Bender.lock: Revert unrelated changes

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

---------

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Co-authored-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
niwis added a commit that referenced this pull request Feb 7, 2024
* Bump FPU to pulp-v0.1.1

* Remove vendor folder in CVFPU

* Update Bender.lock

* cvfpu: Exclude util directory

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

* Bender.lock: Revert unrelated changes

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

---------

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Co-authored-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
niwis added a commit that referenced this pull request Feb 8, 2024
Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
niwis added a commit that referenced this pull request Feb 8, 2024
* Bump FPU to pulp-v0.1.1

* Remove vendor folder in CVFPU

* Update Bender.lock

* cvfpu: Exclude util directory

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

* Bender.lock: Revert unrelated changes

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

---------

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Co-authored-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
niwis added a commit that referenced this pull request Feb 8, 2024
* Bump FPU to pulp-v0.1.1

* Remove vendor folder in CVFPU

* Update Bender.lock

* cvfpu: Exclude util directory

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

* Bender.lock: Revert unrelated changes

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

---------

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Co-authored-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
niwis added a commit that referenced this pull request Feb 14, 2024
* Bump FPU to pulp-v0.1.1

* Remove vendor folder in CVFPU

* Update Bender.lock

* cvfpu: Exclude util directory

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

* Bender.lock: Revert unrelated changes

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

---------

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Co-authored-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
niwis added a commit that referenced this pull request Feb 14, 2024
* Bump FPU to pulp-v0.1.1

* Remove vendor folder in CVFPU

* Update Bender.lock

* cvfpu: Exclude util directory

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

* Bender.lock: Revert unrelated changes

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

---------

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Co-authored-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
paulsc96 pushed a commit that referenced this pull request Oct 23, 2024
* Bump FPU to pulp-v0.1.1

* Remove vendor folder in CVFPU

* Update Bender.lock

* cvfpu: Exclude util directory

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

* Bender.lock: Revert unrelated changes

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

---------

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Co-authored-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
paulsc96 pushed a commit that referenced this pull request Oct 24, 2024
* Bump FPU to pulp-v0.1.1

* Remove vendor folder in CVFPU

* Update Bender.lock

* cvfpu: Exclude util directory

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

* Bender.lock: Revert unrelated changes

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

---------

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Co-authored-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
paulsc96 pushed a commit that referenced this pull request Nov 6, 2024
* Bump FPU to pulp-v0.1.1

* Remove vendor folder in CVFPU

* Update Bender.lock

* cvfpu: Exclude util directory

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

* Bender.lock: Revert unrelated changes

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

---------

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Co-authored-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
paulsc96 pushed a commit that referenced this pull request Nov 6, 2024
* Bump FPU to pulp-v0.1.1

* Remove vendor folder in CVFPU

* Update Bender.lock

* cvfpu: Exclude util directory

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

* Bender.lock: Revert unrelated changes

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

---------

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Co-authored-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
paulsc96 pushed a commit that referenced this pull request Nov 6, 2024
* Bump FPU to pulp-v0.1.1

* Remove vendor folder in CVFPU

* Update Bender.lock

* cvfpu: Exclude util directory

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

* Bender.lock: Revert unrelated changes

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

---------

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Co-authored-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
niwis added a commit that referenced this pull request Jan 10, 2025
* Bump FPU to pulp-v0.1.1

* Remove vendor folder in CVFPU

* Update Bender.lock

* cvfpu: Exclude util directory

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

* Bender.lock: Revert unrelated changes

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

---------

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Co-authored-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
niwis added a commit that referenced this pull request Jan 13, 2025
* Bump FPU to pulp-v0.1.1

* Remove vendor folder in CVFPU

* Update Bender.lock

* cvfpu: Exclude util directory

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

* Bender.lock: Revert unrelated changes

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

---------

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Co-authored-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
niwis added a commit that referenced this pull request Jan 13, 2025
* Bump FPU to pulp-v0.1.1

* Remove vendor folder in CVFPU

* Update Bender.lock

* cvfpu: Exclude util directory

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

* Bender.lock: Revert unrelated changes

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

---------

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Co-authored-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
niwis added a commit that referenced this pull request Jan 14, 2025
* Bump FPU to pulp-v0.1.1

* Remove vendor folder in CVFPU

* Update Bender.lock

* cvfpu: Exclude util directory

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

* Bender.lock: Revert unrelated changes

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

---------

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Co-authored-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
niwis added a commit that referenced this pull request Jan 14, 2025
* Bump FPU to pulp-v0.1.1

* Remove vendor folder in CVFPU

* Update Bender.lock

* cvfpu: Exclude util directory

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

* Bender.lock: Revert unrelated changes

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

---------

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Co-authored-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
niwis added a commit that referenced this pull request Jan 14, 2025
* Bump FPU to pulp-v0.1.1

* Remove vendor folder in CVFPU

* Update Bender.lock

* cvfpu: Exclude util directory

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

* Bender.lock: Revert unrelated changes

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

---------

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Co-authored-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
niwis added a commit that referenced this pull request Jan 14, 2025
* Bump FPU to pulp-v0.1.1

* Remove vendor folder in CVFPU

* Update Bender.lock

* cvfpu: Exclude util directory

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

* Bender.lock: Revert unrelated changes

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

---------

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Co-authored-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
niwis added a commit that referenced this pull request Jan 14, 2025
* Bump FPU to pulp-v0.1.1

* Remove vendor folder in CVFPU

* Update Bender.lock

* cvfpu: Exclude util directory

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

* Bender.lock: Revert unrelated changes

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

---------

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Co-authored-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
niwis added a commit that referenced this pull request Feb 18, 2025
* Bump FPU to pulp-v0.1.1

* Remove vendor folder in CVFPU

* Update Bender.lock

* cvfpu: Exclude util directory

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

* Bender.lock: Revert unrelated changes

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

---------

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Co-authored-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
niwis added a commit that referenced this pull request Feb 19, 2025
* Bump FPU to pulp-v0.1.1

* Remove vendor folder in CVFPU

* Update Bender.lock

* cvfpu: Exclude util directory

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

* Bender.lock: Revert unrelated changes

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

---------

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Co-authored-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
niwis added a commit that referenced this pull request Feb 19, 2025
* Bump FPU to pulp-v0.1.1

* Remove vendor folder in CVFPU

* Update Bender.lock

* cvfpu: Exclude util directory

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

* Bender.lock: Revert unrelated changes

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

---------

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Co-authored-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
niwis added a commit that referenced this pull request Feb 19, 2025
* Bump FPU to pulp-v0.1.1

* Remove vendor folder in CVFPU

* Update Bender.lock

* cvfpu: Exclude util directory

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

* Bender.lock: Revert unrelated changes

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

---------

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Co-authored-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
niwis added a commit that referenced this pull request Feb 21, 2025
* Bump FPU to pulp-v0.1.1

* Remove vendor folder in CVFPU

* Update Bender.lock

* cvfpu: Exclude util directory

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

* Bender.lock: Revert unrelated changes

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

---------

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Co-authored-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
niwis added a commit that referenced this pull request Feb 21, 2025
* Bump FPU to pulp-v0.1.1

* Remove vendor folder in CVFPU

* Update Bender.lock

* cvfpu: Exclude util directory

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

* Bender.lock: Revert unrelated changes

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

---------

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Co-authored-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
niwis added a commit that referenced this pull request Feb 22, 2025
* Bump FPU to pulp-v0.1.1

* Remove vendor folder in CVFPU

* Update Bender.lock

* cvfpu: Exclude util directory

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

* Bender.lock: Revert unrelated changes

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

---------

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Co-authored-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
ezelioli pushed a commit that referenced this pull request Oct 21, 2025
* Bump FPU to pulp-v0.1.1

* Remove vendor folder in CVFPU

* Update Bender.lock

* cvfpu: Exclude util directory

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

* Bender.lock: Revert unrelated changes

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

---------

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Co-authored-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
ezelioli added a commit that referenced this pull request Oct 21, 2025
This reverts commit 7b050337affd89075cdb9fac76ea77cd86ae7e6d.
ezelioli pushed a commit that referenced this pull request Nov 12, 2025
* Bump FPU to pulp-v0.1.1

* Remove vendor folder in CVFPU

* Update Bender.lock

* cvfpu: Exclude util directory

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

* Bender.lock: Revert unrelated changes

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

---------

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Co-authored-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
ezelioli added a commit that referenced this pull request Nov 12, 2025
This reverts commit 7b050337affd89075cdb9fac76ea77cd86ae7e6d.
ezelioli pushed a commit that referenced this pull request Nov 12, 2025
* Bump FPU to pulp-v0.1.1

* Remove vendor folder in CVFPU

* Update Bender.lock

* cvfpu: Exclude util directory

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

* Bender.lock: Revert unrelated changes

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

---------

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Co-authored-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
ezelioli added a commit that referenced this pull request Nov 12, 2025
This reverts commit 7b050337affd89075cdb9fac76ea77cd86ae7e6d.
ezelioli pushed a commit that referenced this pull request Jan 15, 2026
* Bump FPU to pulp-v0.1.1

* Remove vendor folder in CVFPU

* Update Bender.lock

* cvfpu: Exclude util directory

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

* Bender.lock: Revert unrelated changes

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

---------

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Co-authored-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
ezelioli added a commit that referenced this pull request Jan 15, 2026
ezelioli pushed a commit that referenced this pull request Jan 15, 2026
* Bump FPU to pulp-v0.1.1

* Remove vendor folder in CVFPU

* Update Bender.lock

* cvfpu: Exclude util directory

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

* Bender.lock: Revert unrelated changes

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>

---------

Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Co-authored-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
ezelioli added a commit that referenced this pull request Jan 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants