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(
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.
6769umf_result_t umfLevelZeroMemoryProviderParamsSetResidentDevices (
6870 umf_level_zero_memory_provider_params_handle_t hParams ,
You can’t perform that action at this time.
0 commit comments