Tags · feikou/pytorch · GitHub
Skip to content

Tags: feikou/pytorch

Tags

ciflow/trunk/111161

Toggle ciflow/trunk/111161's commit message
Update on "[docs] export full aten opset"

Differential Revision: [D50240459](https://our.internmc.facebook.com/intern/diff/D50240459/)

[ghstack-poisoned]

ciflow/trunk/111160

Toggle ciflow/trunk/111160's commit message
Refactor Parallel Style to make it more usable

[ghstack-poisoned]

ciflow/trunk/111152

Toggle ciflow/trunk/111152's commit message
Update on "[HigherOrderOp] Move _map.py to _higher_order_ops"

cc avikchaudhuri gmagogsfm zhxchen17 tugsbayasgalan

[ghstack-poisoned]

ciflow/trunk/111147

Toggle ciflow/trunk/111147's commit message
Update on "[HigherOrderOp] make MapHigherOrderOp error out when graph…

… break"

cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng Xia-Weiwen wenzhe-nrv jiayisunx chenyang78 aakhundov kadeng

[ghstack-poisoned]

ciflow/trunk/111144

Toggle ciflow/trunk/111144's commit message
Update sdp_utils functions to accept const& params

ciflow/trunk/111129

Toggle ciflow/trunk/111129's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update triton-rocm.txt

ciflow/trunk/111120

Toggle ciflow/trunk/111120's commit message
Update on "[state_dict][6/N] Change API names to avoid conflict and s…

…implify the API signatures"

`state_dict` is a very common variable name people use to represent a local
state_dict and `load_state_dict` conflicts with DCP's `load_state_dict`.

This PR changes `state_dict` to `get_state_dict`. `get_state_dict` is more close to what is this API does -- users use the API to get the current state_dict for saving or for loading (passed to DCP for loading in-place)..

This PR also changes `load_state_dict` to `set_state_dict`. `set_state_dict` is less ideal compared to `get_state_dict` but is symetric. We can still change the API name before it goes to beta.

This PR also simplies the API signatures. `model_only` is removed and `optim_only` only exists for `get_state_dict`.

Differential Revision: [D50213931](https://our.internmc.facebook.com/intern/diff/D50213931/)

[ghstack-poisoned]

ciflow/trunk/111118

Toggle ciflow/trunk/111118's commit message
[Inductor] add negative index handle for indirect indexing in cpp

[ghstack-poisoned]

ciflow/trunk/111111

Toggle ciflow/trunk/111111's commit message
Update on "[state_dict][7/N] Add a fine tuning e2e test case for dist…

…ributed.state_dict and DCP"

As title

Differential Revision: [D50209732](https://our.internmc.facebook.com/intern/diff/D50209732/)

[ghstack-poisoned]

ciflow/trunk/111110

Toggle ciflow/trunk/111110's commit message
Update on "[state_dict][5/N] Add submodules save and load support"

It is not easy for user to do submodules save and load (e.g., fine tuning) because FSDP requires to get the root module. This PR enables the support of submodule save and load.

Differential Revision: [D50209727](https://our.internmc.facebook.com/intern/diff/D50209727/)

[ghstack-poisoned]