Skip to content

[FEA]: Allow hierarchy queries for levels that are not part of the hierarchy #8310

@davebayer

Description

@davebayer

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:

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions