Add TODO comment

This commit is contained in:
DoHoonKim8
2024-06-19 17:57:18 +00:00
committed by DoHoon Kim
parent 293283b3fb
commit 4578cb385e

View File

@@ -78,6 +78,7 @@ impl<F: PrimeField + FromFieldBinding<F> + ToFieldBinding<F>> GPUApiWrapper<F> {
println!("Time taken to call kernel: {:.2?}", now.elapsed());
// TODO : Calculate the sum in GPU side rather than copying the monomial evaluation results
let monomial_evals = gpu.sync_reclaim(monomial_evals)?;
let result = monomial_evals