Skip to content

Encapsulate hsa_enqueue call inside the HSA LocaleModel #3

@abhisekpan

Description

@abhisekpan

hsa_enqueue_kernel should be called from the HSA LocaleModel rather than directly from the compiler's generated code.
Generally speaking, the compiler mods should focus on marking functions that should be code generated into GPU kernels and doing that code generation.The process of calling these kernels should be primarily under the control of the LocaleModel.chpl with help from the C runtime code. (suggested by MF)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions