Searched defs:gpu_group_data (Results 1 – 1 of 1) sorted by relevance
467 struct gpu_group_data { struct468 struct ppcg_scop *scop;469 int kernel_depth;470 int shared_depth;471 int thread_depth;472 int n_thread;473 isl_set *privatization;474 isl_union_map *host_sched;475 isl_union_map *shared_sched;476 isl_union_map *copy_sched;[all …]