Skip to content

Tags: apatel-fn/pytorch

Tags

ciflow/trunk/96860

Toggle ciflow/trunk/96860's commit message
[FSDP][optim_state_dict] Print out more useful error message for opti…

…m_state_dict

Summary: Print out more useful error message for optim_state_dict

Test Plan: CI

Reviewed By: wz337

Differential Revision: D43556073

fbshipit-source-id: b365b95263ad304781b792b643d3156495554eac

ciflow/trunk/96803

Toggle ciflow/trunk/96803's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge branch 'master' into whc/fix_ci

ciflow/trunk/96796

Toggle ciflow/trunk/96796's commit message
Back out "Fixing a bug where allocating a 4GB block results in using …

…8GB of memory (pytorch#95827)" (pytorch#96796)

Summary:
Pull Request resolved: pytorch#96796

Original commit changeset: a19273017a2a

Original Phabricator Diff: D43969564

Parameters set too aggressively hurting some critical use cases. We should revisit this idea with more rigorous testing -- at least configurable parameters (use GFLAGs?) with conservative default values (e.g., INF for pinned memory caching size limit).

-----------------------------------------------------------------------------------------------------------------------

Test Plan:
This is an unland diff.

unlandayc

Reviewed By: terrycsy, banitag1, yuchenhao, liangluofb

Differential Revision: D44080273

fbshipit-source-id: ce587db7db3db4bd0ebcabdcba4c3b39fd2424c0

ciflow/trunk/96775

Toggle ciflow/trunk/96775's commit message
Update on "[Testing] Flip Switch"

cc soumith voznesenskym penguinwu anijain2305 EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng Xia-Weiwen wenzhe-nrv jiayisunx peterbell10 desertfire

[ghstack-poisoned]

ciflow/trunk/96774

Toggle ciflow/trunk/96774's commit message
Update on "[WIP] Extend aot autograd dedup guards to params, stop usi…

…ng positions"

cc soumith penguinwu anijain2305 EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng Xia-Weiwen wenzhe-nrv jiayisunx desertfire

[ghstack-poisoned]

ciflow/trunk/96768

Toggle ciflow/trunk/96768's commit message
Update on "[inductor] Refactor memory management code in wrapper code…

…gen"


Summary: use inheritance to simplify CppWrapperCodeGen and to prepare for AOT codegen

cc soumith voznesenskym penguinwu anijain2305 EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng Xia-Weiwen wenzhe-nrv jiayisunx peterbell10

[ghstack-poisoned]

ciflow/trunk/96719

Toggle ciflow/trunk/96719's commit message
Update on "[primTorch] handle out in `sort` meta function"

cc soumith voznesenskym penguinwu anijain2305 EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng Xia-Weiwen wenzhe-nrv jiayisunx desertfire

[ghstack-poisoned]

ciflow/trunk/96684

Toggle ciflow/trunk/96684's commit message
Remove temp breakage

ciflow/trunk/96659

Toggle ciflow/trunk/96659's commit message

Verified

This commit was signed with the committer’s verified signature.
bjhargrave BJ Hargrave
Fix CPU bitwise shifts for out-of-limit shift values

Negative shift values and positive shift values greater than the
bit size of the dtype (limit 0..bits) now yield expected results
which are consistent with numpy.

Left shift with an out-of-limit shift value result in a value of 0.
Right shift with an out-of-limit shift value results in a value of -1
for negative inputs and 0 for non-negative inputs (sign preserving).

Fixes pytorch#70904

Signed-off-by: BJ Hargrave <hargrave@us.ibm.com>

ciflow/trunk/96624

Toggle ciflow/trunk/96624's commit message
Update on "Default specialize_int to False"

Signed-off-by: Edward Z. Yang <ezyangmeta.com>

cc soumith voznesenskym penguinwu anijain2305 EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng Xia-Weiwen wenzhe-nrv jiayisunx peterbell10 desertfire

[ghstack-poisoned]