We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f6935a commit 6d5e036Copy full SHA for 6d5e036
include/hwloc.h
@@ -2520,7 +2520,7 @@ HWLOC_DECLSPEC const struct hwloc_topology_support *hwloc_topology_get_support(h
2520
/** \brief Type filtering flags.
2521
*
2522
* By default, most objects are kept (::HWLOC_TYPE_FILTER_KEEP_ALL).
2523
- * Instruction caches, I/O and Misc objects are ignored by default (::HWLOC_TYPE_FILTER_KEEP_NONE).
+ * Instruction caches, memory-side caches, I/O and Misc objects are ignored by default (::HWLOC_TYPE_FILTER_KEEP_NONE).
2524
* Die and Group levels are ignored unless they bring structure (::HWLOC_TYPE_FILTER_KEEP_STRUCTURE).
2525
2526
* Note that group objects are also ignored individually (without the entire level)
0 commit comments