Giorgis Georgakoudis
Giorgis Georgakoudis
When you do `git commit` in a repo and without providing a message using -m, the editor of choice opens up to write your commit message. My editor is neovim...
No, I don't have any configuration for vim-grammarous in the init.vim
@vsoch @davidbeckingsale Can you elaborate a bit on your discussion? Happy to discuss also over a meeting
Thank you for the detailed description and the very helpful pointers! Given my limited expertise on ML I'll need your help to see whether Apollo fits the description. So, Apollo...
Hi, added some comments in file. Also, does the implementation handle any arbitrary graph or is it only for fat-tree variants?
Saptarshi, next time, it would be helpful to answer the comments in code in their chat window. Could you document what tests you did? Do those tests cover most/all of...
MFEM team, how do you want to proceed with this? I've opportunistically instrumented a couple of kernels but ideally we want this to be driven by realistic use-cases. Are we...
> If you want to keep this branch as a testbed, sure. I'm open to suggestions
Some preliminary results, thanks to @johnbowen42 : ``` Benchmark Base (ms) New (ms) Speedup ---------------------------------------------------------------------- BK1Mass/7 15.300 1.870 8.18x BP1Mass/7 524.000 93.200 5.62x BK1Mass/6 2.360 1.110 2.13x BK3Diffusion/7 9.580 4.900...
### Discussion Thanks to @jandrej. Inaccuracies introduced are my own, corrections are welcome. 1. Going over some test cases, the larger speedups come from fallback kernels (i.e., kernels that do...