Skip to content

Commit 06898a7

Browse files
committed
Fix building docs and remove unused L0 prov args
1 parent 0d83bd0 commit 06898a7

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

include/umf/providers/provider_level_zero.h

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,9 @@ typedef enum umf_usm_memory_type_t {
2424

2525
/// @brief Level Zero Memory Provider settings struct
2626
typedef struct level_zero_memory_provider_params_t {
27-
void *level_zero_context_handle;
28-
void *level_zero_device_handle;
29-
umf_usm_memory_type_t memory_type;
30-
uint32_t level_zero_host_mem_alloc_flags;
31-
uint32_t level_zero_device_mem_alloc_flags;
32-
uint32_t level_zero_device_local_mem_ordinal;
27+
void *level_zero_context_handle; ///< Handle to the Level Zero context
28+
void *level_zero_device_handle; ///< Handle to the Level Zero device
29+
umf_usm_memory_type_t memory_type; ///< Allocation memory type
3330
} level_zero_memory_provider_params_t;
3431

3532
umf_memory_provider_ops_t *umfLevelZeroMemoryProviderOps(void);

0 commit comments

Comments
 (0)