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(name, is_program=False, **kwargs)

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

Inheritance

Inheritance diagram of KernelSchedule