Liao, Xuan
|
764f79f680
|
[Microbenchmark] microbench fix for triton template (#92282)
Fixes microbench bug due to triton template https://github.com/pytorch/pytorch/pull/91575
Pull Request resolved: https://github.com/pytorch/pytorch/pull/92282
Approved by: https://github.com/jgong5, https://github.com/desertfire, https://github.com/jansel
|
2023-01-18 00:58:00 +00:00 |
|
blzheng
|
0c1777acec
|
Dynamo benchmark: add CPU specific changes (#88477)
This pr adds some CPU specific changes:
- Add support for IPEX backend
- https://github.com/pytorch/torchdynamo/issues/1618
- https://github.com/pytorch/torchdynamo/issues/1534
- Enable CPU launcher in runner.py.
- Fix the issue that some environment variables are not support on CPU
Pull Request resolved: https://github.com/pytorch/pytorch/pull/88477
Approved by: https://github.com/jgong5, https://github.com/jansel
|
2023-01-07 09:26:06 +00:00 |
|
Elias Ellison
|
cdbca3563e
|
Small operatorbench changes (#91027)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/91027
Approved by: https://github.com/desertfire
|
2022-12-20 21:59:52 +00:00 |
|
Jason Ansel
|
8f71e8de7e
|
Sync changes from pytorch/torchdynamo, enable tests (#86950)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/86950
Approved by: https://github.com/Chillee
|
2022-10-14 23:08:58 +00:00 |
|
Jason Ansel
|
c7c09722ad
|
Move TorchDynamo into PyTorch core (#86461)
Context:
https://github.com/pytorch/torchdynamo/issues/1588
This PR moves [TorchDynamo](https://github.com/pytorch/torchdynamo) and TorchInductor into PyTorch core.
- `torchdynamo` becomes `torch._dynamo`
- `torchinductor` becomes `torch._inductor`
This PR was generated by running `copy_to_core.sh` in https://github.com/pytorch/torchdynamo/pull/1538
Pull Request resolved: https://github.com/pytorch/pytorch/pull/86461
Approved by: https://github.com/voznesenskym
|
2022-10-13 23:18:06 +00:00 |
|