mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-31 08:51:55 +00:00 
			
		
		
		
	[SYCL] Add oneapi runtime dll files to win release package (#7241)
* add oneapi running time dlls to release package * fix path * fix path * fix path * fix path * fix path --------- Co-authored-by: Zhang <jianyu.zhang@intel.com>
This commit is contained in:
		
							
								
								
									
										13
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										13
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @@ -900,7 +900,7 @@ jobs: | ||||
|     env: | ||||
|       WINDOWS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/7dff44ba-e3af-4448-841c-0d616c8da6e7/w_BaseKit_p_2024.1.0.595_offline.exe | ||||
|       WINDOWS_DPCPP_MKL: intel.oneapi.win.cpp-dpcpp-common:intel.oneapi.win.mkl.devel | ||||
|  | ||||
|       ONEAPI_ROOT: "C:/Program Files (x86)/Intel/oneAPI" | ||||
|     steps: | ||||
|       - name: Clone | ||||
|         id: checkout | ||||
| @@ -932,6 +932,17 @@ jobs: | ||||
|         id: pack_artifacts | ||||
|         if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }} | ||||
|         run: | | ||||
|           echo "cp oneAPI running time dll files in ${{ env.ONEAPI_ROOT }} to ./build/bin" | ||||
|           cp "${{ env.ONEAPI_ROOT }}/mkl/latest/bin/mkl_sycl_blas.4.dll" ./build/bin | ||||
|           cp "${{ env.ONEAPI_ROOT }}/mkl/latest/bin/mkl_core.2.dll" ./build/bin | ||||
|           cp "${{ env.ONEAPI_ROOT }}/mkl/latest/bin/mkl_tbb_thread.2.dll" ./build/bin | ||||
|  | ||||
|           cp "${{ env.ONEAPI_ROOT }}/compiler/latest/bin/pi_win_proxy_loader.dll" ./build/bin | ||||
|           cp "${{ env.ONEAPI_ROOT }}/compiler/latest/bin/pi_level_zero.dll" ./build/bin | ||||
|           cp "${{ env.ONEAPI_ROOT }}/compiler/latest/bin/sycl7.dll" ./build/bin | ||||
|           cp "${{ env.ONEAPI_ROOT }}/compiler/latest/bin/svml_dispmd.dll" ./build/bin | ||||
|           cp "${{ env.ONEAPI_ROOT }}/compiler/latest/bin/libmmd.dll" ./build/bin | ||||
|           echo "cp oneAPI running time dll files to ./build/bin done" | ||||
|           7z a llama-${{ steps.tag.outputs.name }}-bin-win-sycl-x64.zip ./build/bin/* | ||||
|  | ||||
|       - name: Upload artifacts | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Neo Zhang
					Neo Zhang