Skip to content

Commit 1d6f702

Browse files
authored
Merge pull request #42 from Algebraic-Programming/hwloc_code_documentation
missing code documentation of hwloc
2 parents 24d003a + 33e52c0 commit 1d6f702

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

include/hicr/backends/hwloc/computeResource.hpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)