File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,10 @@ umf_result_t umfLevelZeroMemoryProviderParamsSetMemoryType(
61
61
62
62
/// @brief Set the resident devices in the parameters struct.
63
63
/// @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.
66
68
/// @return UMF_RESULT_SUCCESS on success or appropriate error code on failure.
67
69
umf_result_t umfLevelZeroMemoryProviderParamsSetResidentDevices (
68
70
umf_level_zero_memory_provider_params_handle_t hParams ,
You can’t perform that action at this time.
0 commit comments