Weekly Progress Report: 03-10-2021, 2
Hi everyone, so this week has been comparatively more productive in terms of learning as well as work! I鈥檓 happy, so why not share with everyone as well? 馃帀 PyTorch: (ft. Quansight and Facebook) Started working on porting index_add to structured kernels, see the PR I made on my forked repo here, and on upstream here. This included adding an out= variant to the op. Refining the way it鈥檚 registered in PyTorch. I am thinking to pass defalut value while registering, but it will be a BC breaking change. Finally got to use ghstack, thanks to Yukio (Quansight). Revised derivatives yaml file. Personally I feel that this one needs opinions from the Facebook team, and a lot of changes might be rejected (which is okay, at the end of the day - everything we do should be good for the library). My PR here is more like a prototype for everyone to get a chance to review, as well as comment on what they feel. Structured Kernel porting PR for baddbmm, bmm has been merged. Yay! 馃帀 鉂わ笍 PR. Took a walkthrough of lots of autogenerated code in PyTorch, to understand how ops are registered. Listened to Ed鈥檚 podcast - episode on NVIDIA GPUs. A sweet little introduction to NVIDIA GPUs. Extras: ...