Michael Voznesensky
Michael Voznesensky
Obviously not meant to land, this RP is representative of what it would take to get dynamo working. test_me.py takes 4.4 seconds on main branch test_me.py takes 3.2 seconds in...
Fixes #91777 cc @mlazos @soumith @yanboliang @penguinwu @anijain2305 @EikanWang @jgong5 @Guobing-Chen @chunyuan-w @XiaobingSuper @zhuhaozhe @blzheng @Xia-Weiwen @wenzhe-nrv @jiayisunx @desertfire
Fixes #ISSUE_NUMBER cc @mlazos @soumith @yanboliang @penguinwu @anijain2305 @EikanWang @jgong5 @Guobing-Chen @chunyuan-w @XiaobingSuper @zhuhaozhe @blzheng @Xia-Weiwen @wenzhe-nrv @jiayisunx @desertfire
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #96699 The purpose of this API is to execute a few large components of work: 1) Refactor all the internals of plumbing...
### Description I am writing a pallas kernel, where one of the lines: `frobenius_sq_norm = square_norm(w_tl).sum(keepdims=True)...` includes a sum() w/ keepdims. I don't expect sum() to work without keepdims, at...
So - my goal is, in the least number of steps get a message encrypted with libotr on iOS Currently, with OTRKit, I have a class as an OTR Delegate,...
A bit long winded, but I am at a roadblock. First of all, thank you so much for this library/project. Internet security, privacy, and end-to-end encryption has never been more...