Home
last modified time | relevance | path

Searched refs:thread_depth (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Dgpu_group.c471 int thread_depth; member
706 if (data->thread_depth == data->kernel_depth) in compute_accessed_by_single_thread_depth()
707 return data->thread_depth; in compute_accessed_by_single_thread_depth()
727 for (i = data->thread_depth - 1; i >= data->kernel_depth; --i) { in compute_accessed_by_single_thread_depth()
794 group->min_depth = data->thread_depth; in set_depth()
1012 if (data->shared_depth == data->thread_depth) in shared_access()
1159 acc = isl_map_project_out(acc, isl_dim_in, data->thread_depth, in compute_group_bounds_core()
1574 data->thread_depth + data->n_thread); in compute_privatization()
1587 isl_dim_set, data->thread_depth + i); in compute_privatization()
1651 if (data.thread_depth == data.shared_depth) in gpu_group_references()
[all …]