Jbowman353 / parallel-groebner

Senior Design Project, Implementing Parallel Groebner Basis Algorithm on GPU
3 stars 0 forks source link

Spoly parallelization #14

Open mylesdavis opened 5 years ago

mylesdavis commented 5 years ago

Test using vectorize decorator from Numba. Planning to use vectorize to parallelize the spoly function within the next day or two. Will need to determine the operations carried out by sub-function calls in order to do so.