mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	ci : add Ubuntu 22 Vulkan CI run (#5789)
This commit is contained in:
		
							
								
								
									
										22
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										22
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @@ -145,6 +145,28 @@ jobs: | |||||||
|           cd build |           cd build | ||||||
|           ctest -L main --verbose |           ctest -L main --verbose | ||||||
|  |  | ||||||
|  |   ubuntu-22-cmake-vulkan: | ||||||
|  |     runs-on: ubuntu-22.04 | ||||||
|  |  | ||||||
|  |     steps: | ||||||
|  |       - name: Clone | ||||||
|  |         id: checkout | ||||||
|  |         uses: actions/checkout@v3 | ||||||
|  |  | ||||||
|  |       - name: Dependencies | ||||||
|  |         id: depends | ||||||
|  |         run: | | ||||||
|  |           sudo apt-get update | ||||||
|  |           sudo apt-get install build-essential libvulkan-dev | ||||||
|  |  | ||||||
|  |       - name: Build | ||||||
|  |         id: cmake_build | ||||||
|  |         run: | | ||||||
|  |           mkdir build | ||||||
|  |           cd build | ||||||
|  |           cmake -DLLAMA_VULKAN=ON .. | ||||||
|  |           cmake --build . --config Release -j $(nproc) | ||||||
|  |  | ||||||
|   ubuntu-22-cmake-sycl: |   ubuntu-22-cmake-sycl: | ||||||
|     runs-on: ubuntu-22.04 |     runs-on: ubuntu-22.04 | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Eve
					Eve