Add the target task allocation function to the interface.
Details
Details
Diff Detail
Diff Detail
- Repository
- rOMP OpenMP
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?