Skip to content

Commit f8d41fe

Browse files
Fixing style
1 parent 97c3f2e commit f8d41fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/hicr/backends/hwloc/computeResource.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class ComputeResource final : public HiCR::ComputeResource
135135
for (unsigned int i = 0; i < obj->arity; i++) detectThreadPUs(topology, obj->children[i], depth + 1, threadPUs);
136136
}
137137

138-
/**
138+
/**
139139
* Uses HWloc to discover the (logical) processor ID, associated with a given hwloc object ID
140140
*
141141
* \param[in] topology An HWLoc topology object, already initialized

include/hicr/core/topology.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ class Topology
151151
*
152152
* @return true, if topology2 is a subset of topology 1; false, otherwise.
153153
*/
154-
[[nodiscard]] static __INLINE__ bool isSubset(const HiCR::Topology& topology1, const HiCR::Topology& topology2)
154+
[[nodiscard]] static __INLINE__ bool isSubset(const HiCR::Topology &topology1, const HiCR::Topology &topology2)
155155
{
156156
// Making a copy of the current topology.
157157
// Devices will be removed as we match them with the given device

0 commit comments

Comments
 (0)