Skip to content

Commit ac552af

Browse files
committed
added missing doxygen documentation
1 parent 7430e14 commit ac552af

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

include/umf/providers/provider_level_zero.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,10 @@ umf_result_t umfLevelZeroMemoryProviderParamsSetMemoryType(
6161

6262
/// @brief Set the resident devices in the parameters struct.
6363
/// @param hParams handle to the parameters of the Level Zero Memory Provider.
64-
/// @param hDevices array of devices for which the memory should be made resident.
65-
/// @param deviceCount number of devices for which the memory should be made resident.
64+
/// @param hDevices array of all devices for which the memory can be made resident.
65+
/// @param deviceCount number of devices for which the memory can be made resident.
66+
/// @param residentDevicesIndices array of indices in 'hDevices' array to devices for which the memory should be made resident.
67+
/// @param residentDevicesCount number of indices in 'residentDevicesIndices' array.
6668
/// @return UMF_RESULT_SUCCESS on success or appropriate error code on failure.
6769
umf_result_t umfLevelZeroMemoryProviderParamsSetResidentDevices(
6870
umf_level_zero_memory_provider_params_handle_t hParams,

0 commit comments

Comments
 (0)