File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,9 @@ typedef enum umf_usm_memory_type_t {
24
24
25
25
/// @brief Level Zero Memory Provider settings struct
26
26
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
33
30
} level_zero_memory_provider_params_t ;
34
31
35
32
umf_memory_provider_ops_t * umfLevelZeroMemoryProviderOps (void );
You can’t perform that action at this time.
0 commit comments