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

WIP: SIMDPolynomials support #14

Closed
wants to merge 1 commit into from

Conversation

YingboMa
Copy link

Don't merge this yet. SIMDPolynomials.jl hasn't been released.

function extract_ring(orig_polys::Vector{<:SIMDPolynomials.AbstractPolynomial})
f = first(orig_polys)

nv = maximum(SIMDPolynomials.nvariables, orig_polys)
Copy link
Owner

Choose a reason for hiding this comment

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

I am not sure if taking maximum is correct. What if the system is [x, y] ?

Copy link
Author

Choose a reason for hiding this comment

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

Yeah, it's correct only for PackedMonomial, and not true in general.

@sumiya11
Copy link
Owner

sumiya11 commented Feb 2, 2022

Hi @YingboMa , is it true that
YingboMa/SIMDPolynomials.jl#5
should be merged before this one ?

@YingboMa
Copy link
Author

YingboMa commented Feb 3, 2022

Yes, indeed. I need to update this PR as well.

@sumiya11
Copy link
Owner

sumiya11 commented Feb 3, 2022

Cool, I'll stay tuned !

@sumiya11
Copy link
Owner

Feel free to reopen.

@sumiya11 sumiya11 closed this Jul 27, 2024
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

2 participants