Changeset View
Changeset View
Standalone View
Standalone View
openmp/libomptarget/DeviceRTL/include/Interface.h
Show First 20 Lines • Show All 289 Lines • ▼ Show 20 Lines | |||||
/// TODO | /// TODO | ||||
void __kmpc_push_num_teams(IdentTy *Loc, int32_t TId, int32_t NumTeams, | void __kmpc_push_num_teams(IdentTy *Loc, int32_t TId, int32_t NumTeams, | ||||
int32_t ThreadLimit); | int32_t ThreadLimit); | ||||
/// TODO | /// TODO | ||||
uint16_t __kmpc_parallel_level(IdentTy *Loc, uint32_t); | uint16_t __kmpc_parallel_level(IdentTy *Loc, uint32_t); | ||||
/// TODO | |||||
void __kmpc_push_num_threads(IdentTy *Loc, int32_t, int32_t NumThreads); | |||||
///} | ///} | ||||
/// Tasking | /// Tasking | ||||
/// | /// | ||||
///{ | ///{ | ||||
TaskDescriptorTy *__kmpc_omp_task_alloc(IdentTy *, uint32_t, int32_t, | TaskDescriptorTy *__kmpc_omp_task_alloc(IdentTy *, uint32_t, int32_t, | ||||
uint32_t TaskSizeInclPrivateValues, | uint32_t TaskSizeInclPrivateValues, | ||||
uint32_t SharedValuesSize, | uint32_t SharedValuesSize, | ||||
▲ Show 20 Lines • Show All 49 Lines • Show Last 20 Lines |