We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e73bed9 commit 7ff6cf7Copy full SHA for 7ff6cf7
flang/include/flang/Runtime/assign.h
@@ -56,6 +56,8 @@ extern "C" {
56
// API for lowering assignment
57
void RTDECL(Assign)(Descriptor &to, const Descriptor &from,
58
const char *sourceFile = nullptr, int sourceLine = 0);
59
+void RTDECL(Assign_omp)(Descriptor &to, const Descriptor &from,
60
+ const char *sourceFile = nullptr, int sourceLine = 0, int32_t omp_device = 0);
61
// This variant has no finalization, defined assignment, or allocatable
62
// reallocation.
63
void RTDECL(AssignTemporary)(Descriptor &to, const Descriptor &from,
0 commit comments