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

Adding FFT like #104

Merged
merged 57 commits into from
Jul 4, 2022
Merged

Adding FFT like #104

merged 57 commits into from
Jul 4, 2022

Conversation

joserochh
Copy link
Contributor

Adding Fwd and Inv FFT into HE Acceleration Library for AVX512 and Native. Also adding native Roots of Unity Computation.

@joserochh joserochh marked this pull request as ready for review February 1, 2022 00:51
@joserochh joserochh requested a review from a team as a code owner February 1, 2022 00:51
benchmark/bench-fft.cpp Outdated Show resolved Hide resolved
test/test-util.hpp Outdated Show resolved Hide resolved
test/test-fft-native.cpp Outdated Show resolved Hide resolved
test/test-fft-native.cpp Outdated Show resolved Hide resolved
benchmark/bench-fft.cpp Outdated Show resolved Hide resolved
benchmark/bench-fft.cpp Outdated Show resolved Hide resolved
benchmark/bench-fft.cpp Outdated Show resolved Hide resolved
hexl/fft/fft-native.cpp Outdated Show resolved Hide resolved
hexl/fft/fft.cpp Outdated Show resolved Hide resolved
test/test-fft-avx512.cpp Outdated Show resolved Hide resolved
test/test-fft-avx512.cpp Outdated Show resolved Hide resolved
test/test-fft-avx512.cpp Outdated Show resolved Hide resolved
test/test-fft-avx512.cpp Outdated Show resolved Hide resolved
test/test-fft-avx512.cpp Outdated Show resolved Hide resolved
hexl/fft/fft.cpp Outdated Show resolved Hide resolved
@joserochh joserochh changed the title Adding FFT Adding FFT like Jun 30, 2022
Copy link
Contributor

@jlhcrawford jlhcrawford left a comment

Choose a reason for hiding this comment

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

Some missing doxygen comments, otherwise looks good to me.

@hamishun hamishun requested a review from jlhcrawford July 1, 2022 22:21
@hamishun hamishun merged commit 00aeed9 into intel:development Jul 4, 2022
anakinxc pushed a commit to secretflow/spu that referenced this pull request Jan 11, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [com_intel_hexl](https://togithub.com/intel/hexl) | http_archive |
patch | `v1.2.4` -> `v1.2.5` |

---

### Release Notes

<details>
<summary>intel/hexl (com_intel_hexl)</summary>

### [`v1.2.5`](https://togithub.com/intel/hexl/releases/tag/v1.2.5)

[Compare
Source](https://togithub.com/intel/hexl/compare/v1.2.4...v1.2.5)

- Adds experimental FFT-like
([intel/hexl#104)
- Adds big moduli tests for IFMA
([intel/hexl#123)
- Fixes HEXL's example build
([intel/hexl#114)
- Fixes IFMA/DQ logic error
([intel/hexl#118)
- Fixes pre-built CpuFeatures Error
([intel/hexl#120)
- Fixes 52-bit modulus issue
[intel/hexl#121
([intel/hexl#123)
-   Updates to documentation

Co-Authored-by: [@&#8203;joserochh](https://togithub.com/joserochh)
Co-Authored-by: [@&#8203;hamishun](https://togithub.com/hamishun)
Co-Authored-by: [@&#8203;jlhcrawford](https://togithub.com/jlhcrawford)

Full Changelog: intel/hexl@v1.2.4...v1.2.5

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/secretflow/spu).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.

None yet

3 participants