Skip to content

Tags: fried/pytorch

Tags

ciflow/trunk/101825

Toggle ciflow/trunk/101825's commit message
Update on "Remove some simple config.dynamic_shapes checks - towards …

…dynamic on by default"

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

[ghstack-poisoned]

ciflow/trunk/101821

Toggle ciflow/trunk/101821's commit message
update vision commit hash

ciflow/trunk/101813

Toggle ciflow/trunk/101813's commit message
Update on "Better cudagraph enablement for dynamic_shapes=True with s…

…tatic shapes"

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

[ghstack-poisoned]

ciflow/trunk/101807

Toggle ciflow/trunk/101807's commit message
Check devices on meta functions that return inputs

[ghstack-poisoned]

ciflow/trunk/101797

Toggle ciflow/trunk/101797's commit message
Enable test_cpp_wrapper tests on ROCm

ciflow/trunk/101792

Toggle ciflow/trunk/101792's commit message
Update on "[MPS] Dispatch outer bin edges selection function"


Dispatch the selection function to prevent using `is_mps()` in `Histogram.cpp`.

cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10

[ghstack-poisoned]

ciflow/trunk/101782

Toggle ciflow/trunk/101782's commit message
skip inductor cpu tests instead of cuda

ciflow/trunk/101654

Toggle ciflow/trunk/101654's commit message
Update on "Enable quantized_max_pool3d"


**Summary**
Enable `quantized_max_pool3d` kernel to fix the issue pytorch#101386.

**Test Plan**
```
clear && python -u -m pytest -s -v test_quantized_op.py -k test_max_pool3d
clear && python -u -m pytest -s -v test_quantized_op.py -k test_max_pool3d_nhwc
```


cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10

[ghstack-poisoned]

ciflow/trunk/101468

Toggle ciflow/trunk/101468's commit message
skip dynamic shape test on cpu

ciflow/trunk/101426

Toggle ciflow/trunk/101426's commit message
Update on "[PyTorch] Add tests for empty tensors w/storage null data_…

…ptr"

Further investigation seems to show that changing this behavior (making empty tensors sometimes have non-null data_ptr) was the real problem with pytorch#98090 . Adding tests to lock down this behavior so we don't change it by accident again.

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

[ghstack-poisoned]