Skip to content

OpenMP update routine extensions #18

Open
@jdenny-ornl

Description

@jdenny-ornl

Clacc prototypes the following routines as OpenMP extensions to support OpenACC's acc_update_device and acc_update_self:

void omp_target_update_to(void *ptr, size_t size, int device_num);
void omp_target_update_from(void *ptr, size_t size, int device_num);

The initial commit is c9236fa. This feature should be considered for upstreaming to LLVM as described in #10.

Metadata

Metadata

Assignees

Labels

claccRelated to the Clacc project (OpenACC support for C/C++)runtimeRelated to a runtime (e.g., LLVM's openmp subproject)upstreamableIdentifies work that is ready to be considered for LLVM upstream

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions