File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
include/hicr/backends/hwloc Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ class ComputeResource final : public HiCR::ComputeResource
6363
6464 /* *
6565 * Constructor for the compute resource class of the hwloc backend
66- * \param topology HWLoc topology object for discovery
67- * \param hwlocObjectIndex The index of the core within the hwloc topology
66+ * \param[in] topology HWLoc topology object for discovery
67+ * \param[in] hwlocObjectIndex The index of the core within the hwloc topology
6868 */
6969 ComputeResource (hwloc_topology_t topology, const hwlocObjectIndex_t hwlocObjectIndex)
7070 : HiCR::ComputeResource(),
@@ -79,10 +79,11 @@ class ComputeResource final : public HiCR::ComputeResource
7979
8080 /* *
8181 * Constructor for the compute resource class of the hwloc backend
82+ * \param[in] hwlocObjectIndex The index of the core within the hwloc topology
8283 * \param[in] logicalProcessorId Unique identifier for the core assigned to this compute resource
84+ * \param[in] physicalProcessorId The identifier of the physical core as assigned by the OS
8385 * \param[in] numaAffinity The NUMA domain associated to this core
8486 * \param[in] caches The set of caches contained to or accessible by this core
85- * \param[in] physicalProcessorId The identifier of the physical core as assigned by the OS
8687 */
8788 ComputeResource (const hwlocObjectIndex_t hwlocObjectIndex,
8889 const logicalProcessorId_t logicalProcessorId,
You can’t perform that action at this time.
0 commit comments