Searched defs:SP_StreamExecutor (Results 1 – 1 of 1) sorted by relevance
235 typedef struct SP_StreamExecutor { struct236 size_t struct_size;237 void* ext; // reserved for future use245 void (*allocate)(const SP_Device* device, uint64_t size, int64_t memory_space,250 void (*deallocate)(const SP_Device* device, SP_DeviceMemoryBase* memory);255 void* (*host_memory_allocate)(const SP_Device* device, uint64_t size);258 void (*host_memory_deallocate)(const SP_Device* device, void* mem);263 void* (*unified_memory_allocate)(const SP_Device* device, uint64_t bytes);269 void (*unified_memory_deallocate)(const SP_Device* device, void* location);273 TF_Bool (*get_allocator_stats)(const SP_Device* device,[all …]