Skip to content

src: add CL_TARGET_OPENCL_VERSION to Makefile #28

src: add CL_TARGET_OPENCL_VERSION to Makefile

src: add CL_TARGET_OPENCL_VERSION to Makefile #28

Workflow file for this run

name: Main Branch Commit Action
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Building ggml examples
run: |
echo "Build ggml examples"
cd fundamentals/ggml
git submodule update --init --recursive ggml
make ggml-init
make ggml
make