mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	backend : offload large batches to GPU (#6083)
* backend : offload large batches to GPU * fix hip * code cleanup * fix CUDA split buffers * Update ggml-backend-impl.h Co-authored-by: Johannes Gäßler <johannesg@5d6.de> * cuda : fix memset without set_device * imatrix : remove sched affix from weight names * sched : add a new split if the current one has too many inputs reduce max inputs per split more cleanup * update backends ggml-ci --------- Co-authored-by: Johannes Gäßler <johannesg@5d6.de>
This commit is contained in:
		| @@ -5699,6 +5699,7 @@ static ggml_backend_i ggml_backend_vk_interface = { | ||||
|     /* .graph_plan_compute      = */ NULL, | ||||
|     /* .graph_compute           = */ ggml_backend_vk_graph_compute, | ||||
|     /* .supports_op             = */ ggml_backend_vk_supports_op, | ||||
|     /* .offload_op              = */ NULL, | ||||
|     /* .event_new               = */ NULL, | ||||
|     /* .event_free              = */ NULL, | ||||
|     /* .event_record            = */ NULL, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 slaren
					slaren