td-kwj-zp2023 / webgpu-msm-twisted-edwards

WebGPU MSM Implementation (Twisted Edwards Curve) for ZPrize 2023
7 stars 1 forks source link

[do not merge] work in progress: BLS12-377 #109

Closed weijiekoh closed 9 months ago

weijiekoh commented 10 months ago

Done:

Todo:

weijiekoh commented 9 months ago

Current code is in https://github.com/td-kwj-zp2023/webgpu-msm

TalDerei commented 9 months ago

Benchmarks on M1 for reference:

IMAGE 2024-01-20 10:56:06

Screenshot 2024-01-20 at 10 57 35 AM

For 2^20 inputs, the points were taking too long to load on public wifi.

weijiekoh commented 9 months ago

I'll start a new PR after rebasing the code in https://github.com/td-kwj-zp2023/webgpu-msm to the new structure from #110.