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

feat: impl Radix2DitParallel #441

Merged
merged 12 commits into from
Jun 27, 2024
Merged

feat: impl Radix2DitParallel #441

merged 12 commits into from
Jun 27, 2024

Conversation

ashjeong
Copy link
Contributor

@ashjeong ashjeong commented Jun 17, 2024

In preparation for sp1, this PR implements Radix2DitParallel and its related testing.

@ashjeong ashjeong force-pushed the feat/impl-radix2ditparallel branch 3 times, most recently from b074fe5 to a660cf2 Compare June 18, 2024 04:09
tachyon/base/bits.h Outdated Show resolved Hide resolved
tachyon/base/bits.h Outdated Show resolved Hide resolved
tachyon/base/bits.h Outdated Show resolved Hide resolved
tachyon/math/matrix/matrix_utils.h Outdated Show resolved Hide resolved
tachyon/math/matrix/matrix_utils.h Show resolved Hide resolved
tachyon/math/polynomials/univariate/radix2_dit_parallel.h Outdated Show resolved Hide resolved
tachyon/math/polynomials/univariate/radix2_dit_parallel.h Outdated Show resolved Hide resolved
tachyon/math/polynomials/univariate/radix2_dit_parallel.h Outdated Show resolved Hide resolved
tachyon/math/polynomials/univariate/radix2_dit_parallel.h Outdated Show resolved Hide resolved
tachyon/math/polynomials/univariate/radix2_dit_parallel.h Outdated Show resolved Hide resolved
@chokobole
Copy link
Contributor

  • ecbb2f7 please change the type "refac(math): remove redundant qualifier"
  • d08d055 please generate two adicity generator generate_fft_prime_field().

@ashjeong ashjeong force-pushed the feat/impl-radix2ditparallel branch 8 times, most recently from ab44034 to 6d1d7ba Compare June 21, 2024 01:05
@ashjeong ashjeong marked this pull request as ready for review June 21, 2024 01:06
@ashjeong ashjeong force-pushed the feat/impl-radix2ditparallel branch from 6d1d7ba to 750e846 Compare June 21, 2024 01:24
tachyon/math/matrix/matrix_utils.h Show resolved Hide resolved
tachyon/math/matrix/matrix_utils.h Outdated Show resolved Hide resolved
tachyon/math/matrix/matrix_utils.h Outdated Show resolved Hide resolved
tachyon/math/matrix/matrix_utils.h Outdated Show resolved Hide resolved
tachyon/math/matrix/matrix_utils.h Outdated Show resolved Hide resolved
@ashjeong ashjeong force-pushed the feat/impl-radix2ditparallel branch from 750e846 to c330729 Compare June 21, 2024 03:12
tachyon/math/matrix/matrix_utils.h Outdated Show resolved Hide resolved
tachyon/math/matrix/matrix_utils.h Outdated Show resolved Hide resolved
tachyon/math/matrix/matrix_utils.h Show resolved Hide resolved
tachyon/math/finite_fields/koala_bear/BUILD.bazel Outdated Show resolved Hide resolved
tachyon/math/polynomials/univariate/naive_batch_fft.h Outdated Show resolved Hide resolved
tachyon/math/polynomials/univariate/naive_batch_fft.h Outdated Show resolved Hide resolved
tachyon/math/polynomials/univariate/naive_batch_fft.h Outdated Show resolved Hide resolved
tachyon/math/polynomials/univariate/naive_batch_fft.h Outdated Show resolved Hide resolved
@ashjeong ashjeong force-pushed the feat/impl-radix2ditparallel branch 3 times, most recently from af9eb3e to 52a1b3b Compare June 24, 2024 02:17
@ashjeong ashjeong force-pushed the feat/impl-radix2ditparallel branch 2 times, most recently from 54d2afc to 5077b5f Compare June 27, 2024 07:57
Copy link
Contributor

@dongchangYoo dongchangYoo left a comment

Choose a reason for hiding this comment

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

LGTM

@ashjeong ashjeong force-pushed the feat/impl-radix2ditparallel branch 2 times, most recently from 0ff99dc to d5c5cdc Compare June 27, 2024 08:05
@ashjeong ashjeong force-pushed the feat/impl-radix2ditparallel branch from d5c5cdc to 4cc0ac3 Compare June 27, 2024 08:10
tachyon/math/polynomials/univariate/two_adic_subgroup.h Outdated Show resolved Hide resolved
tachyon/math/polynomials/univariate/BUILD.bazel Outdated Show resolved Hide resolved
tachyon/math/polynomials/univariate/two_adic_subgroup.h Outdated Show resolved Hide resolved
tachyon/math/polynomials/univariate/two_adic_subgroup.h Outdated Show resolved Hide resolved
tachyon/math/polynomials/univariate/two_adic_subgroup.h Outdated Show resolved Hide resolved
tachyon/math/polynomials/univariate/two_adic_subgroup.h Outdated Show resolved Hide resolved
tachyon/math/matrix/matrix_utils.h Outdated Show resolved Hide resolved
@chokobole
Copy link
Contributor

  • dd74ef9: chore: change "panic" to "crash" in comments
  • bb5e832, a0693f1: please leave a link for the reference

@ashjeong ashjeong force-pushed the feat/impl-radix2ditparallel branch 2 times, most recently from 07634b5 to 7faf0ac Compare June 27, 2024 09:05
@ashjeong ashjeong force-pushed the feat/impl-radix2ditparallel branch from 7faf0ac to fa4c33f Compare June 27, 2024 09:20
Copy link
Contributor

@fakedev9999 fakedev9999 left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@chokobole chokobole left a comment

Choose a reason for hiding this comment

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

LGTM

@chokobole chokobole merged commit bbbabd0 into main Jun 27, 2024
3 checks passed
@chokobole chokobole deleted the feat/impl-radix2ditparallel branch June 27, 2024 10:39
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.

4 participants