Skip to content

Splitting a GPU_Thread loop should probably not make the inner loop GPU_Thread. #9434

Description

@mcourteaux

When scheduling .gpu_tile(x, y, xo, yo, xi, yi, ...).split(xi, xio, xii, 2) you don't want the inner xii loop to inherit the gpu_threads type. Same for splitting GPU-block loops I think, although that's less common when typing out schedules.

What do you think?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions