I'd like to be able to write:
auto v1 = cuda::gpu_thread./*query*/(cuda::warp, hierarchy);
auto v2 = cuda::warp./*query*/(cuda::block, hierarchy);
auto v3 = cuda::gpu_thread./*query*/(cuda::cluster, hierarchy);
auto v3 = cuda::cluster./*query*/(cuda::grid, hierarchy);
even when warp/cluster are not part of the hierarchy. This will simplify implementation of group queries.
Progress:
I'd like to be able to write:
even when
warp/clusterare not part of the hierarchy. This will simplify implementation of group queries.Progress:
extents_asqueries #8394count_asqueries #8435index_asqueries #8406rank_asqueries #8478