[Openmp-commits] [PATCH] D135162: [OPENMP] New api ompx_get_team_procs(devid)

Greg Rodgers via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Oct 4 08:36:01 PDT 2022


gregrodgers retitled this revision from "[OPENMP] New api ompx_get_team_procs(devid) returns the number of physical processors that can run a team.  For AMD, this is the number of CUs. for Nvidia, this is number of SMs.  For CPUs, this COULD be number of sockets if multiple teams are..." to "[OPENMP] New api ompx_get_team_procs(devid) ".
gregrodgers edited the summary of this revision.

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135162/new/

https://reviews.llvm.org/D135162



More information about the Openmp-commits mailing list