diff --git a/doc/ref_kernel.rst b/doc/ref_kernel.rst index 97d71f3e04051d45a2f911eb0f7b2eca7147b96b..2d754dec23762b289d3bf30ed6a7740326b11817 100644 --- a/doc/ref_kernel.rst +++ b/doc/ref_kernel.rst @@ -292,6 +292,8 @@ Loopy's expressions are a slight superset of the expressions supported by :mod:`pymbolic`. * ``if`` +* ``elif`` (following an ``if``) +* ``else`` (following an ``if`` / ``elif``) * ``reductions`` * duplication of reduction inames * ``reduce`` vs ``simul_reduce``