Skip to content

Commit

Permalink
Update doc from commit 44bf47c
Browse files Browse the repository at this point in the history
  • Loading branch information
torchxlabot2 committed Apr 5, 2024
1 parent b0ea8aa commit f1fad7e
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion master/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@


<div class="version">
master (2.4.0+git77be46b )
master (2.4.0+git44bf47c )
</div>


Expand Down
2 changes: 1 addition & 1 deletion master/_modules/torch_xla/core/functions.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@


<div class="version">
master (2.4.0+git77be46b )
master (2.4.0+git44bf47c )
</div>


Expand Down
4 changes: 2 additions & 2 deletions master/_modules/torch_xla/core/xla_model.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@


<div class="version">
master (2.4.0+git77be46b )
master (2.4.0+git44bf47c )
</div>


Expand Down Expand Up @@ -591,7 +591,7 @@ <h1>Source code for torch_xla.core.xla_model</h1><div class="highlight"><pre>
<span class="s1">&#39;Cannot replicate across different device types: devices=</span><span class="si">{}</span><span class="s1">/</span><span class="si">{}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span>
<span class="n">local_devices</span><span class="p">,</span> <span class="n">real_devices</span><span class="p">))</span>
<span class="n">device_type</span> <span class="o">=</span> <span class="n">device_types</span><span class="o">.</span><span class="n">pop</span><span class="p">()</span>
<span class="n">kind_devices</span> <span class="o">=</span> <span class="n">get_xla_supported_devices</span><span class="p">(</span><span class="n">devkind</span><span class="o">=</span><span class="n">device_type</span><span class="p">)</span>
<span class="n">kind_devices</span> <span class="o">=</span> <span class="n">get_xla_supported_devices</span><span class="p">()</span>
<span class="k">if</span> <span class="nb">len</span><span class="p">(</span><span class="n">kind_devices</span><span class="p">)</span> <span class="o">!=</span> <span class="nb">len</span><span class="p">(</span><span class="n">local_devices</span><span class="p">):</span>
<span class="c1"># Replication can only happen among all devices of one kind.</span>
<span class="k">raise</span> <span class="ne">RuntimeError</span><span class="p">(</span>
Expand Down
2 changes: 1 addition & 1 deletion master/_modules/torch_xla/distributed/parallel_loader.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@


<div class="version">
master (2.4.0+git77be46b )
master (2.4.0+git44bf47c )
</div>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@


<div class="version">
master (2.4.0+git77be46b )
master (2.4.0+git44bf47c )
</div>


Expand Down
2 changes: 1 addition & 1 deletion master/_modules/torch_xla/utils/serialization.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@


<div class="version">
master (2.4.0+git77be46b )
master (2.4.0+git44bf47c )
</div>


Expand Down
2 changes: 1 addition & 1 deletion master/_modules/torch_xla/utils/utils.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@


<div class="version">
master (2.4.0+git77be46b )
master (2.4.0+git44bf47c )
</div>


Expand Down
2 changes: 1 addition & 1 deletion master/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@


<div class="version">
master (2.4.0+git77be46b )
master (2.4.0+git44bf47c )
</div>


Expand Down
2 changes: 1 addition & 1 deletion master/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@


<div class="version">
master (2.4.0+git77be46b )
master (2.4.0+git44bf47c )
</div>


Expand Down
2 changes: 1 addition & 1 deletion master/notes/source_of_recompilation.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@


<div class="version">
master (2.4.0+git77be46b )
master (2.4.0+git44bf47c )
</div>


Expand Down
Binary file modified master/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion master/py-modindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@


<div class="version">
master (2.4.0+git77be46b )
master (2.4.0+git44bf47c )
</div>


Expand Down
2 changes: 1 addition & 1 deletion master/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@


<div class="version">
master (2.4.0+git77be46b )
master (2.4.0+git44bf47c )
</div>


Expand Down

0 comments on commit f1fad7e

Please sign in to comment.