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
For an existing copy of the repository without its submodules, they can also
123
-
be fetched via:
130
+
For an existing copy of the repository without its submodules, they can also be fetched via:
124
131
125
132
.. code-block:: console
126
133
@@ -129,22 +136,15 @@ be fetched via:
129
136
Catalyst
130
137
^^^^^^^^
131
138
132
-
The build process for Catalyst is managed via a series of Makefiles for each
133
-
component. To build the entire project from start to finish simply run the
134
-
following make target from the top level directory:
139
+
The build process for Catalyst is managed via a series of Makefiles for each component. To build
140
+
the entire project from start to finish simply run the following make target from the top level
141
+
directory:
135
142
136
143
.. code-block:: console
137
144
138
145
make all
139
146
140
-
To build the project on macOS with ``ARM`` architecture (e.g. Apple M1/M2):
141
-
142
-
.. code-block:: console
143
-
144
-
BUILD_QIR_STDLIB_FROM_SRC=ON ENABLE_LLD=OFF make all
145
-
146
-
To build each component one by one starting from the runtime, you can follow
147
-
the instructions below.
147
+
To build each component one by one starting from the runtime, you can follow the instructions below.
148
148
149
149
Runtime
150
150
"""""""
@@ -162,7 +162,9 @@ directory:
162
162
163
163
The runtime supports multiple backend devices, enabling the execution of quantum
164
164
circuits locally on CPUs and GPUs, and remotely on Amazon Braket NISQ hardware.
165
-
A list of supported backends, along with Make arguments for each device, is available in the `Catalyst Runtime <https://docs.pennylane.ai/projects/catalyst/en/latest/modules/runtime.html>`_ page.
165
+
A list of supported backends, along with Make arguments for each device, is available in the
0 commit comments