Lines Matching defs:allocator
106 ERROR("FCONF: Failed to get stream ID from sub-allocator %s\n",
118 ERROR("FCONF: Unknown sub-allocator %s\n", node_name);
129 ERROR("FCONF: No matching sub-allocator found\n");
143 struct ethosn_main_allocator_t *allocator)
157 allocator->firmware.stream_id = sub_allocators[0].stream_id;
158 allocator->working_data.stream_id = sub_allocators[1].stream_id;
165 struct ethosn_asset_allocator_t *allocator)
182 allocator->command_stream.stream_id = sub_allocators[0].stream_id;
183 allocator->weight_data.stream_id = sub_allocators[1].stream_id;
184 allocator->buffer_data.stream_id = sub_allocators[2].stream_id;
185 allocator->intermediate_data.stream_id = sub_allocators[3].stream_id;
222 ERROR("FCONF: Main allocator not supported when using reserved memory\n");
227 ERROR("FCONF: NPU core 0x%lx has more than one main allocator\n",
234 ERROR("FCONF: Failed to parse main allocator for NPU core 0x%lx\n",
246 ERROR("FCONF: Main allocator not found for NPU core 0x%lx\n",
331 ERROR("FCONF: Asset allocator not supported when using reserved memory\n");
339 ERROR("FCONF: Failed to parse asset allocator for NPU %u\n",
360 ERROR("FCONF: NPU %u must have at least one asset allocator\n",