Skip to content

Commit

Permalink
Update doc from commit 15aefe4
Browse files Browse the repository at this point in the history
  • Loading branch information
torchxlabot2 committed Oct 25, 2024
1 parent 866cc10 commit 0ca6fb5
Show file tree
Hide file tree
Showing 45 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion master/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@


<div class="version">
master (2.6.0+git699daf2 )
master (2.6.0+git15aefe4 )
</div>


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


<div class="version">
master (2.6.0+git699daf2 )
master (2.6.0+git15aefe4 )
</div>


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


<div class="version">
master (2.6.0+git699daf2 )
master (2.6.0+git15aefe4 )
</div>


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


<div class="version">
master (2.6.0+git699daf2 )
master (2.6.0+git15aefe4 )
</div>


Expand Down Expand Up @@ -547,7 +547,7 @@ <h1>Source code for torch_xla.distributed.parallel_loader</h1><div class="highli
<span class="k">return</span> <span class="n">PerDeviceLoader</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">torch</span><span class="o">.</span><span class="n">device</span><span class="p">(</span><span class="n">device</span><span class="p">))</span>

<span class="k">def</span> <span class="nf">per_device_samples</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
<span class="k">return</span> <span class="nb">len</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">_loader</span><span class="p">)</span> <span class="o">//</span> <span class="nb">len</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">_devices</span><span class="p">)</span>
<span class="k">return</span> <span class="nb">len</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">_cpu_loader</span><span class="p">)</span> <span class="o">//</span> <span class="nb">len</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">_devices</span><span class="p">)</span>

<span class="k">def</span> <span class="nf">next_item</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">device</span><span class="p">):</span>
<span class="n">dqueue</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">_queues</span><span class="p">[</span><span class="n">device</span><span class="p">]</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@


<div class="version">
master (2.6.0+git699daf2 )
master (2.6.0+git15aefe4 )
</div>


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


<div class="version">
master (2.6.0+git699daf2 )
master (2.6.0+git15aefe4 )
</div>


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


<div class="version">
master (2.6.0+git699daf2 )
master (2.6.0+git15aefe4 )
</div>


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


<div class="version">
master (2.6.0+git699daf2 )
master (2.6.0+git15aefe4 )
</div>


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


<div class="version">
master (2.6.0+git699daf2 )
master (2.6.0+git15aefe4 )
</div>


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


<div class="version">
master (2.6.0+git699daf2 )
master (2.6.0+git15aefe4 )
</div>


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


<div class="version">
master (2.6.0+git699daf2 )
master (2.6.0+git15aefe4 )
</div>


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


<div class="version">
master (2.6.0+git699daf2 )
master (2.6.0+git15aefe4 )
</div>


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


<div class="version">
master (2.6.0+git699daf2 )
master (2.6.0+git15aefe4 )
</div>


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


<div class="version">
master (2.6.0+git699daf2 )
master (2.6.0+git15aefe4 )
</div>


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


<div class="version">
master (2.6.0+git699daf2 )
master (2.6.0+git15aefe4 )
</div>


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


<div class="version">
master (2.6.0+git699daf2 )
master (2.6.0+git15aefe4 )
</div>


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


<div class="version">
master (2.6.0+git699daf2 )
master (2.6.0+git15aefe4 )
</div>


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


<div class="version">
master (2.6.0+git699daf2 )
master (2.6.0+git15aefe4 )
</div>


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


<div class="version">
master (2.6.0+git699daf2 )
master (2.6.0+git15aefe4 )
</div>


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


<div class="version">
master (2.6.0+git699daf2 )
master (2.6.0+git15aefe4 )
</div>


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


<div class="version">
master (2.6.0+git699daf2 )
master (2.6.0+git15aefe4 )
</div>


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


<div class="version">
master (2.6.0+git699daf2 )
master (2.6.0+git15aefe4 )
</div>


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


<div class="version">
master (2.6.0+git699daf2 )
master (2.6.0+git15aefe4 )
</div>


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


<div class="version">
master (2.6.0+git699daf2 )
master (2.6.0+git15aefe4 )
</div>


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


<div class="version">
master (2.6.0+git699daf2 )
master (2.6.0+git15aefe4 )
</div>


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


<div class="version">
master (2.6.0+git699daf2 )
master (2.6.0+git15aefe4 )
</div>


Expand Down
2 changes: 1 addition & 1 deletion master/learn/pytorch-on-xla-devices.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@


<div class="version">
master (2.6.0+git699daf2 )
master (2.6.0+git15aefe4 )
</div>


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


<div class="version">
master (2.6.0+git699daf2 )
master (2.6.0+git15aefe4 )
</div>


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


<div class="version">
master (2.6.0+git699daf2 )
master (2.6.0+git15aefe4 )
</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 @@ -265,7 +265,7 @@


<div class="version">
master (2.6.0+git699daf2 )
master (2.6.0+git15aefe4 )
</div>


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


<div class="version">
master (2.6.0+git699daf2 )
master (2.6.0+git15aefe4 )
</div>


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


<div class="version">
master (2.6.0+git699daf2 )
master (2.6.0+git15aefe4 )
</div>


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


<div class="version">
master (2.6.0+git699daf2 )
master (2.6.0+git15aefe4 )
</div>


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


<div class="version">
master (2.6.0+git699daf2 )
master (2.6.0+git15aefe4 )
</div>


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


<div class="version">
master (2.6.0+git699daf2 )
master (2.6.0+git15aefe4 )
</div>


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


<div class="version">
master (2.6.0+git699daf2 )
master (2.6.0+git15aefe4 )
</div>


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


<div class="version">
master (2.6.0+git699daf2 )
master (2.6.0+git15aefe4 )
</div>


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


<div class="version">
master (2.6.0+git699daf2 )
master (2.6.0+git15aefe4 )
</div>


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


<div class="version">
master (2.6.0+git699daf2 )
master (2.6.0+git15aefe4 )
</div>


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


<div class="version">
master (2.6.0+git699daf2 )
master (2.6.0+git15aefe4 )
</div>


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


<div class="version">
master (2.6.0+git699daf2 )
master (2.6.0+git15aefe4 )
</div>


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


<div class="version">
master (2.6.0+git699daf2 )
master (2.6.0+git15aefe4 )
</div>


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


<div class="version">
master (2.6.0+git699daf2 )
master (2.6.0+git15aefe4 )
</div>


Expand Down
Loading

0 comments on commit 0ca6fb5

Please sign in to comment.