Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
pytorch
/
xla
Public
Watch
Couldn't load subscription status.
Retry
Uh oh!
There was an error while loading.
Please reload this page
.
Fork
560
Star
2.7k
Code
Issues
694
Pull requests
190
Discussions
Actions
Projects
11
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security
Insights
Commits
Branch selector
revert-5450-hanq/gcc10
User selector
All users
Datepicker
All time
Commit History
Commits on Aug 15, 2023
Revert "Install gcc-10 (#5450)"
Show description for 54454b0
will-cromar
authored
54454b0
Copy full SHA for 54454b0
Install gcc-10 (#5450)
qihqi
authored
65b7639
Copy full SHA for 65b7639
Revert "Update gcc to 10. (#5445)" (#5449)
Show description for 55249ed
lsy323
and
JackCaoG
authored
55249ed
Copy full SHA for 55249ed
Commits on Aug 14, 2023
Update the random seed for every dynamo execution (#5444)
JackCaoG
authored
13f9382
Copy full SHA for 13f9382
Update gcc to 10. (#5445)
Show description for 454e916
qihqi
authored
454e916
Copy full SHA for 454e916
Move the C++ test build to CI build job instead of test job (#5442)
JackCaoG
authored
4ef4dd3
Copy full SHA for 4ef4dd3
Bugfix + add more test for llama (#5439)
Show description for a2a4ff4
qihqi
authored
a2a4ff4
Copy full SHA for a2a4ff4
[PJRT] Support `torchrun` with `pjrt://` `init_method` (#5438)
Show description for 9db8fac
will-cromar
authored
9db8fac
Copy full SHA for 9db8fac
Update fix_includes.sh (#5441)
Show description for 5b88b5f
aazzolini
authored
5b88b5f
Copy full SHA for 5b88b5f
Commits on Aug 11, 2023
Remove TPU loading hack (#5435)
will-cromar
authored
709c75a
Copy full SHA for 709c75a
Commits on Aug 10, 2023
Add repo for libcudnn8=8.7.0.84 and CUDA 11.8 (#5425)
mateuszlewko
authored
f06c31f
Copy full SHA for f06c31f
Commits on Aug 9, 2023
[PJRT|TPU] Update `test_xla_devices_single_process_all_chips` for expected device number (#5421)
Show description for 2d97d3a
ManfeiBai
authored
2d97d3a
Copy full SHA for 2d97d3a
[SPMD] named partition spec support (#5415)
Show description for 85453d2
yeounoh
authored
85453d2
Copy full SHA for 85453d2
Commits on Aug 8, 2023
Fix the incorect clone arg condition in dynamo bridge (#5414)
JackCaoG
authored
1835771
Copy full SHA for 1835771
SPMD cross slice-replication using partial_replication sharding (#5411)
Show description for 6852df1
yeounoh
authored
6852df1
Copy full SHA for 6852df1
Commits on Aug 7, 2023
Revert "Partially replicate lower-rank tensors (#5409)" (#5412)
Show description for 628ba69
yeounoh
authored
628ba69
Copy full SHA for 628ba69
Commits on Aug 4, 2023
Partially replicate lower-rank tensors (#5409)
Show description for 56a6a02
jonb377
authored
56a6a02
Copy full SHA for 56a6a02
Fix TPU collective ops test for multi-host TPUs (#5408)
Show description for 2658c88
will-cromar
authored
2658c88
Copy full SHA for 2658c88
Refactor to share code between export_torch_model and save_as_stablehlo (#5388)
Show description for 2971efc
qihqi
authored
2971efc
Copy full SHA for 2971efc
[SPMD] Multi-host batch sharded data loading (#5331)
khatwanimohit
authored
f2f877f
Copy full SHA for f2f877f
Commits on Aug 3, 2023
Update the dynamo backend name to `openxla` (#5402)
Show description for b199b4d
JackCaoG
authored
b199b4d
Copy full SHA for b199b4d
Fix ReplicateShardedData for int type (#5404)
JackCaoG
authored
17570e2
Copy full SHA for 17570e2
Commits on Aug 2, 2023
[PJRT] Separate collective ops test from TPU runtime test. (#5396)
Show description for a1f822e
will-cromar
authored
a1f822e
Copy full SHA for a1f822e
Run single host multi GPU tests in the CI. (#5387)
Show description for bdceee5
vanbasten23
authored
bdceee5
Copy full SHA for bdceee5
Update dynamo cpu fallback op to aten::_foobar (#5393)
wonjoo-wj
authored
6bb6ab5
Copy full SHA for 6bb6ab5
Fix change_id type in coverage uploading (#5394)
lsy323
authored
f5b6f1c
Copy full SHA for f5b6f1c
Add manual seed in multihost checkpoint (#5392)
jonb377
authored
55b941d
Copy full SHA for 55b941d
Commits on Aug 1, 2023
Add dynamo test in TPU CI (#5381)
Show description for 08794f9
ManfeiBai
authored
08794f9
Copy full SHA for 08794f9
Add support for in-place ops with self tensors in dynamo bridge (#5309)
Show description for 67ff7ea
wonjoo-wj
authored
67ff7ea
Copy full SHA for 67ff7ea
Port resnet data loading optimizations to SPMD test script (#5386)
jonb377
authored
424d8c8
Copy full SHA for 424d8c8
clear pending ir should also clear the cc op tokens (#5385)
JackCaoG
authored
2676a20
Copy full SHA for 2676a20
Add gpu doc for how to build PyTorch/XLA from source with GPU support. (#5384)
Show description for c0a432b
vanbasten23
authored
c0a432b
Copy full SHA for c0a432b
Commits on Jul 31, 2023
Rectify test_zero1.py once optim.load_state_dict doesn't guarantee immutability (#5382)
Show description for ca5eab8
janeyx99
authored
ca5eab8
Copy full SHA for ca5eab8
[Dynamo|TPU] Tweak `atol` and `rtol` for `test_simple_model_with_different_input_shape` on TPU (#5373)
Show description for fbec7c1
ManfeiBai
authored
fbec7c1
Copy full SHA for fbec7c1
Remove the mention of XRT_TPU_CONFIG in the CONTRIBUTING.md (#5379)
JackCaoG
authored
f1a2963
Copy full SHA for f1a2963
Pagination
Previous
Next
You can’t perform that action at this time.