Kunal Bhalla
Kunal Bhalla
:height can be a function instead of an explicit number, which I rely on in my theme (eg. https://github.com/kunalb/poet/blob/master/poet-theme.el#L207). With this change the function is applied on the previous size...
✋ A similar PR may already be submitted! Please search 🔎 among the [open pull requests][open-prs] before creating one. -> Searched, I didn't see anything similar. Updating the Game of...
Catapult/Systrace supports w/a/s/d _and_ ,/a/o/e to scroll around in a trace – having the same in nanoscope's viewer would be really helpful if possible. Thanks!
TSIA, minor housekeeping patches cc @mrshenli @pritamdamania87 @zhaojuanmao @satgera @rohan-varma @gqchen @aazzolini @osalpekar @jiayisuse @H-Huang @kwen2501 @awgu @penguinwu @fegin @XilunWu @wanchaol @fduwjj @wz337 @tianyu-l @wconstab @yf225
I was trying to build PyTorch with USE_GLOG=ON (so we could get better timestamps around the nccl logging) and ran into this error ``` [1/7] Linking CXX executable bin/verify_api_visibility FAILED:...
- Changes the logic of assigning breadths to first break the graph down into strongly connected components, layer out the resulting DAG the same way the current algo lays out...
The current behaviour is to go into an infinite loop while trying to assign depths to nodes in case the graph has cycles. This commit changes it to explicitly throw...
- Remove test framework specific dependencies in tests - Set up some configs to prevent stdout output in tests - Don't forget to update travis when I'm done - Add...