Jbowman353 / parallel-groebner

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

Add 'f5b_gpu' to predefined tests #11

Open Jbowman353 opened 5 years ago

Jbowman353 commented 5 years ago

As of 12ee8fb8633160a4ee3c61a886606f6814b617bd, there is an option to use 'f5b_gpu' as the GB method for the sympy.groebner() function. As of writing this, it is an exact copy of _f5b, but it needs to be added to any tests we decide to run for performance testing.

Jbowman353 commented 5 years ago

Basic structure now in place in run_benchmarks.py