Searched defs:GlobalIdsParams (Results 1 – 1 of 1) sorted by relevance
54 struct GlobalIdsParams { struct55 std::vector<std::string> global_ids;56 std::vector<std::string> group_ids;57 std::vector<std::string> local_sizes;58 std::vector<std::string> local_ids;59 int3 block_size;60 int3 launch_order;61 bool linear_wh;62 bool linear_whs;63 std::string task_size_w; // must be filled if linear_wh or linear_whs enabled[all …]