llvm-project
01e91a2d - [OpenACC] Implement copyin, copyout, create clauses for compute construct

Commit
1 year ago
[OpenACC] Implement copyin, copyout, create clauses for compute construct Like 'copy', these also have alternate names, so this implements that as well. Additionally, these have an optional tag of either 'readonly' or 'zero' depending on the clause. Otherwise, this is a pretty rote implementation of the clause, as there aren't any special rules for it.
Author
Committer
Parents
Loading