Skip to content

Commit

Permalink
Add new "Default" schedule type for dace <> gt4py schedule mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianDeconinck committed Nov 28, 2023
1 parent ceef1d6 commit 808acb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gt4py/cartesian/gtc/daceir.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ def from_dace_schedule(cls, schedule):
dace.ScheduleType.Default: MapSchedule.Default,
dace.ScheduleType.Sequential: MapSchedule.Sequential,
dace.ScheduleType.CPU_Multicore: MapSchedule.CPU_Multicore,
dace.ScheduleType.GPU_Default: MapSchedule.GPU_Device,
dace.ScheduleType.GPU_Device: MapSchedule.GPU_Device,
dace.ScheduleType.GPU_ThreadBlock: MapSchedule.GPU_ThreadBlock,
}[schedule]
Expand Down

0 comments on commit 808acb4

Please sign in to comment.