Albin Ahlbäck

Results 294 comments of Albin Ahlbäck

Looks good! I found some minor things that we may want to change in the documentation (like `padic_mat.h` changed a context variable from `ctx` to `p`), but nothing major. Are...

Sorry, I forgot if we spoke about this on the workshop, but is it possible to generate a CI that checks this every time (so that we do not have...

Sure, can you pinpoint a routine for a generic GPU would outperform or have equal performance to a routine for a generic CPU? Moreover, how would you go about tuning...

I'm just not comfortable trying this from a build-system perspective. Perhaps we should bring this up at the workshop?

I forgot to bring this up during the workshop. However, my question is still: 1. Which API? 2. What GPUs would we support? 3. Do we set threshold ourselves, or...

The second point was fixed a week ago or so for Apple M1.

For example, what are the criteria for the initial prime `p` used in `mpn_ctx_init`? Seems like a necessary condition is $p > 2^{14}$. The first prime I can find here...

Super nice! I can try to create a favicon next week!

> Here is another idea: https://gist.github.com/fredrik-johansson/7c7a15bc100aeccc3f2c3ba9954ab82b > > * ball bearing symbolizes smooth, efficient operation of machine > > * suggestive of finite ring; unit circle > > * also...

I looked into the generated code and it does not look that great (at least on Skylake). By unrolling and doing other stuff directly after roundings, we can latency penalties....