Skip to content

Commit

Permalink
#190 Order user guide transformations alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
sergisiso committed Jan 8, 2020
1 parent ea558d1 commit 9be904b
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions doc/user_guide/transformations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,18 @@ can be found in the API-specific sections).

####

.. autoclass:: psyclone.transformations.KernelGlobalsToArguments
:members: apply
:noindex:

.. note:: This transformation modifies the PSyIR of both: the Invoke
Schedule where the transformed CodedKernel is located and its
associated Kernel Schedule.

.. note:: This transformation is only supported by the GOcean 1.0 API.

####

.. autoclass:: psyclone.transformations.KernelModuleInlineTrans
:members: apply
:noindex:
Expand Down Expand Up @@ -245,19 +257,6 @@ can be found in the API-specific sections).
:noindex:


####

.. autoclass:: psyclone.transformations.KernelGlobalsToArguments
:members: apply
:noindex:

.. note:: This transformation modifies the PSyIR of both: the Invoke
Schedule where the transformed CodedKernel is located and its
associated Kernel Schedule.

.. note:: This transformation is only supported by the GOcean 1.0 API.


Kernels
-------

Expand Down

0 comments on commit 9be904b

Please sign in to comment.