-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ nv-legate/legate.internal@374889b 🚀
- Loading branch information
1 parent
c185717
commit 4a0fd7a
Showing
403 changed files
with
132,738 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
~~~~ | ||
Data | ||
~~~~ | ||
|
||
.. doxygengroup:: data | ||
:protected-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
~~~~~~~~~~~~~~~~~ | ||
C++ API Reference | ||
~~~~~~~~~~~~~~~~~ | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
data | ||
partitioning | ||
runtime | ||
mapping | ||
types | ||
typedefs | ||
task | ||
util | ||
|
||
Experimental API | ||
---------------- | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
io | ||
../../legate.stl/source/reference/index |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
~~~ | ||
IO | ||
~~~ | ||
|
||
.. doxygengroup:: io | ||
:members: | ||
|
||
HDF5 | ||
==== | ||
|
||
.. doxygengroup:: io-hdf5 | ||
:members: | ||
|
||
KVikIO | ||
====== | ||
|
||
.. doxygengroup:: io-kvikio | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
~~~~~~~ | ||
Mapping | ||
~~~~~~~ | ||
|
||
Mapping tasks that create buffers during execution | ||
-------------------------------------------------- | ||
|
||
From the 25.01 release, a task variant that creates temporary or output buffers | ||
during execution requires the following two steps for correct mapping: | ||
|
||
- The variant should be registered with a ``VariantOptions`` with the | ||
``has_allocations`` field set to ``true`` (the default value is ``false``). | ||
|
||
- The mapper should return an upper bound of the total size of allocations in | ||
the ``allocation_pool_size()`` call. The mapper can choose to give an | ||
"unbounded" allocation pool by returning ``std::nullopt``. This is always a | ||
sound answer to give from the mapper, but incurs performance penalty that | ||
mapping of any downstream tasks creating fresh allocations is blocked. | ||
|
||
The allocation pool size is specific to each kind of memory to which the | ||
executing processor has affinity, and the mapper is queried once for each | ||
memory kind. The runtime does not call ``allocation_pool_size()`` for task | ||
variants registered with ``has_allocations`` being ``false``. | ||
|
||
.. doxygengroup:: mapping | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
~~~~~~~~~~~~ | ||
Partitioning | ||
~~~~~~~~~~~~ | ||
|
||
.. doxygengroup:: partitioning | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
~~~~~~~ | ||
Runtime | ||
~~~~~~~ | ||
|
||
.. doxygengroup:: runtime | ||
:protected-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
~~~~ | ||
Task | ||
~~~~ | ||
|
||
.. doxygengroup:: task |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
~~~~~~~~ | ||
Typedefs | ||
~~~~~~~~ | ||
|
||
Geometry | ||
-------- | ||
|
||
.. doxygengroup:: geometry | ||
|
||
|
||
Accessor | ||
-------- | ||
|
||
.. doxygengroup:: accessor | ||
|
||
Iterator | ||
-------- | ||
|
||
.. doxygengroup:: iterator | ||
|
||
Machine | ||
------- | ||
|
||
.. doxygengroup:: machine | ||
|
||
Reduction | ||
--------- | ||
|
||
.. doxygengroup:: reduction |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
~~~~~ | ||
Types | ||
~~~~~ | ||
|
||
.. doxygengroup:: types |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
~~~~ | ||
Util | ||
~~~~ | ||
|
||
.. doxygengroup:: util |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
API Reference | ||
============= | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:caption: Contents: | ||
|
||
Python API Reference <python/index.rst> | ||
C++ API Reference <cpp/index.rst> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
------- | ||
Classes | ||
------- | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
runtime | ||
operation | ||
logical_store | ||
machine | ||
shape | ||
.. partition | ||
.. legion |
6 changes: 6 additions & 0 deletions
6
_sources/api/python/generated/legate.core.Annotation.__init__.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
legate.core.Annotation.\_\_init\_\_ | ||
=================================== | ||
|
||
.. currentmodule:: legate.core | ||
|
||
.. automethod:: Annotation.__init__ |
6 changes: 6 additions & 0 deletions
6
_sources/api/python/generated/legate.core.AutoTask.add_alignment.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
legate.core.AutoTask.add\_alignment | ||
=================================== | ||
|
||
.. currentmodule:: legate.core | ||
|
||
.. automethod:: AutoTask.add_alignment |
6 changes: 6 additions & 0 deletions
6
_sources/api/python/generated/legate.core.AutoTask.add_broadcast.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
legate.core.AutoTask.add\_broadcast | ||
=================================== | ||
|
||
.. currentmodule:: legate.core | ||
|
||
.. automethod:: AutoTask.add_broadcast |
6 changes: 6 additions & 0 deletions
6
_sources/api/python/generated/legate.core.AutoTask.add_constraint.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
legate.core.AutoTask.add\_constraint | ||
==================================== | ||
|
||
.. currentmodule:: legate.core | ||
|
||
.. automethod:: AutoTask.add_constraint |
6 changes: 6 additions & 0 deletions
6
_sources/api/python/generated/legate.core.AutoTask.add_cpu_communicator.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
legate.core.AutoTask.add\_cpu\_communicator | ||
=========================================== | ||
|
||
.. currentmodule:: legate.core | ||
|
||
.. automethod:: AutoTask.add_cpu_communicator |
6 changes: 6 additions & 0 deletions
6
_sources/api/python/generated/legate.core.AutoTask.add_input.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
legate.core.AutoTask.add\_input | ||
=============================== | ||
|
||
.. currentmodule:: legate.core | ||
|
||
.. automethod:: AutoTask.add_input |
6 changes: 6 additions & 0 deletions
6
_sources/api/python/generated/legate.core.AutoTask.add_nccl_communicator.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
legate.core.AutoTask.add\_nccl\_communicator | ||
============================================ | ||
|
||
.. currentmodule:: legate.core | ||
|
||
.. automethod:: AutoTask.add_nccl_communicator |
6 changes: 6 additions & 0 deletions
6
_sources/api/python/generated/legate.core.AutoTask.add_output.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
legate.core.AutoTask.add\_output | ||
================================ | ||
|
||
.. currentmodule:: legate.core | ||
|
||
.. automethod:: AutoTask.add_output |
6 changes: 6 additions & 0 deletions
6
_sources/api/python/generated/legate.core.AutoTask.add_reduction.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
legate.core.AutoTask.add\_reduction | ||
=================================== | ||
|
||
.. currentmodule:: legate.core | ||
|
||
.. automethod:: AutoTask.add_reduction |
6 changes: 6 additions & 0 deletions
6
_sources/api/python/generated/legate.core.AutoTask.add_scalar_arg.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
legate.core.AutoTask.add\_scalar\_arg | ||
===================================== | ||
|
||
.. currentmodule:: legate.core | ||
|
||
.. automethod:: AutoTask.add_scalar_arg |
6 changes: 6 additions & 0 deletions
6
_sources/api/python/generated/legate.core.AutoTask.declare_partition.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
legate.core.AutoTask.declare\_partition | ||
======================================= | ||
|
||
.. currentmodule:: legate.core | ||
|
||
.. automethod:: AutoTask.declare_partition |
6 changes: 6 additions & 0 deletions
6
_sources/api/python/generated/legate.core.AutoTask.execute.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
legate.core.AutoTask.execute | ||
============================ | ||
|
||
.. currentmodule:: legate.core | ||
|
||
.. automethod:: AutoTask.execute |
6 changes: 6 additions & 0 deletions
6
_sources/api/python/generated/legate.core.AutoTask.set_concurrent.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
legate.core.AutoTask.set\_concurrent | ||
==================================== | ||
|
||
.. currentmodule:: legate.core | ||
|
||
.. automethod:: AutoTask.set_concurrent |
6 changes: 6 additions & 0 deletions
6
_sources/api/python/generated/legate.core.AutoTask.set_side_effect.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
legate.core.AutoTask.set\_side\_effect | ||
====================================== | ||
|
||
.. currentmodule:: legate.core | ||
|
||
.. automethod:: AutoTask.set_side_effect |
6 changes: 6 additions & 0 deletions
6
_sources/api/python/generated/legate.core.AutoTask.throws_exception.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
legate.core.AutoTask.throws\_exception | ||
====================================== | ||
|
||
.. currentmodule:: legate.core | ||
|
||
.. automethod:: AutoTask.throws_exception |
6 changes: 6 additions & 0 deletions
6
_sources/api/python/generated/legate.core.LogicalStore.delinearize.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
legate.core.LogicalStore.delinearize | ||
==================================== | ||
|
||
.. currentmodule:: legate.core | ||
|
||
.. automethod:: LogicalStore.delinearize |
6 changes: 6 additions & 0 deletions
6
_sources/api/python/generated/legate.core.LogicalStore.ndim.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
legate.core.LogicalStore.ndim | ||
============================= | ||
|
||
.. currentmodule:: legate.core | ||
|
||
.. autoattribute:: LogicalStore.ndim |
6 changes: 6 additions & 0 deletions
6
_sources/api/python/generated/legate.core.LogicalStore.partition_by_tiling.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
legate.core.LogicalStore.partition\_by\_tiling | ||
============================================== | ||
|
||
.. currentmodule:: legate.core | ||
|
||
.. automethod:: LogicalStore.partition_by_tiling |
6 changes: 6 additions & 0 deletions
6
_sources/api/python/generated/legate.core.LogicalStore.project.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
legate.core.LogicalStore.project | ||
================================ | ||
|
||
.. currentmodule:: legate.core | ||
|
||
.. automethod:: LogicalStore.project |
6 changes: 6 additions & 0 deletions
6
_sources/api/python/generated/legate.core.LogicalStore.promote.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
legate.core.LogicalStore.promote | ||
================================ | ||
|
||
.. currentmodule:: legate.core | ||
|
||
.. automethod:: LogicalStore.promote |
6 changes: 6 additions & 0 deletions
6
_sources/api/python/generated/legate.core.LogicalStore.shape.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
legate.core.LogicalStore.shape | ||
============================== | ||
|
||
.. currentmodule:: legate.core | ||
|
||
.. autoattribute:: LogicalStore.shape |
6 changes: 6 additions & 0 deletions
6
_sources/api/python/generated/legate.core.LogicalStore.size.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
legate.core.LogicalStore.size | ||
============================= | ||
|
||
.. currentmodule:: legate.core | ||
|
||
.. autoattribute:: LogicalStore.size |
6 changes: 6 additions & 0 deletions
6
_sources/api/python/generated/legate.core.LogicalStore.slice.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
legate.core.LogicalStore.slice | ||
============================== | ||
|
||
.. currentmodule:: legate.core | ||
|
||
.. automethod:: LogicalStore.slice |
6 changes: 6 additions & 0 deletions
6
_sources/api/python/generated/legate.core.LogicalStore.transformed.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
legate.core.LogicalStore.transformed | ||
==================================== | ||
|
||
.. currentmodule:: legate.core | ||
|
||
.. autoattribute:: LogicalStore.transformed |
6 changes: 6 additions & 0 deletions
6
_sources/api/python/generated/legate.core.LogicalStore.transpose.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
legate.core.LogicalStore.transpose | ||
================================== | ||
|
||
.. currentmodule:: legate.core | ||
|
||
.. automethod:: LogicalStore.transpose |
6 changes: 6 additions & 0 deletions
6
_sources/api/python/generated/legate.core.LogicalStore.type.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
legate.core.LogicalStore.type | ||
============================= | ||
|
||
.. currentmodule:: legate.core | ||
|
||
.. autoattribute:: LogicalStore.type |
6 changes: 6 additions & 0 deletions
6
_sources/api/python/generated/legate.core.LogicalStore.unbound.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
legate.core.LogicalStore.unbound | ||
================================ | ||
|
||
.. currentmodule:: legate.core | ||
|
||
.. autoattribute:: LogicalStore.unbound |
6 changes: 6 additions & 0 deletions
6
_sources/api/python/generated/legate.core.LogicalStorePartition.store.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
legate.core.LogicalStorePartition.store | ||
======================================= | ||
|
||
.. currentmodule:: legate.core | ||
|
||
.. automethod:: LogicalStorePartition.store |
6 changes: 6 additions & 0 deletions
6
_sources/api/python/generated/legate.core.Machine.__and__.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
legate.core.Machine.\_\_and\_\_ | ||
=============================== | ||
|
||
.. currentmodule:: legate.core | ||
|
||
.. automethod:: Machine.__and__ |
Oops, something went wrong.