Add the target task allocation function to the interface.
Details
Details
Diff Detail
Diff Detail
- Repository
- rOMP OpenMP
- Build Status
Buildable 33233 Build 33232: arc lint + arc unit
Event Timeline
Comment Actions
Is there a particular reason for this kind of micro-patches? The function is not made available in the linker script and there's no implementation either.
| runtime/src/kmp.h | ||
|---|---|---|
| 3786 | libomptarget uses int64_t for its device ids, I think size_t depends on the implementation? | |
| runtime/src/kmp.h | ||
|---|---|---|
| 3786 | Agreed, it should be a 64 bit int | |
libomptarget uses int64_t for its device ids, I think size_t depends on the implementation?