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 780794c commit 4f75bcaCopy full SHA for 4f75bca
include/umf/providers/provider_level_zero.h
@@ -105,9 +105,9 @@ umf_result_t umfLevelZeroMemoryProviderParamsSetName(
105
106
/// @brief Adds or removes devices on which allocations should be made
107
/// resident.
108
-/// @param hProvider handle to the memory provider
+/// @param provider handle to the memory provider
109
/// @param device device handle
110
-/// @param isAdding Boolean indicating if peer is to be removed or added
+/// @param is_adding Boolean indicating if peer is to be removed or added
111
/// @return UMF_RESULT_SUCCESS on success or appropriate error code on
112
/// failure.
113
umf_result_t umfLevelZeroMemoryProviderResidentDeviceChange(
0 commit comments