psyclone.psyir.nodes.kernel_schedule#

This module contains the KernelSchedule node implementation.

Classes#

  • KernelSchedule: A KernelSchedule is the parent node of the PSyIR for Kernel source code.

class psyclone.psyir.nodes.kernel_schedule.KernelSchedule(symbol, is_program=False, **kwargs)[source]#

A KernelSchedule is the parent node of the PSyIR for Kernel source code.

Inheritance

Inheritance diagram of KernelSchedule