Skip to content

Commit 00a59e8

Browse files
committed
demo: drop ubuntu-demo-opencl image
The version of the compute-runtime project installed in ubuntu-demo-opencl is not working with the most recent GPUs anymore. Instead of updating it, move to use pre-built images. This is inlined with our goal to speed-up CI by skipping unnecessary demo images. Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
1 parent e0b3cf1 commit 00a59e8

File tree

6 files changed

+2
-65
lines changed

6 files changed

+2
-65
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ jobs:
8585
- openssl-qat-engine
8686
- sgx-sdk-demo
8787
- sgx-aesmd-demo
88-
- ubuntu-demo-opencl
8988
- ubuntu-demo-openvino
9089
builder: [buildah, docker]
9190
steps:

demo/intelgpu-job.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ spec:
1414
containers:
1515
-
1616
name: intelgpu-demo-job-1
17-
image: intel/ubuntu-demo-opencl:devel
17+
image: intelopencl/intel-opencl:ubuntu-20.10-ppa
1818
imagePullPolicy: IfNotPresent
19-
command: [ "/run-opencl-example.sh", "/root/6-1/fft" ]
19+
command: [ "clinfo" ]
2020
resources:
2121
limits:
2222
gpu.intel.com/i915: 1

demo/ubuntu-demo-opencl/Dockerfile

Lines changed: 0 additions & 24 deletions
This file was deleted.
-256 KB
Binary file not shown.

demo/ubuntu-demo-opencl/fft.patch

Lines changed: 0 additions & 21 deletions
This file was deleted.

demo/ubuntu-demo-opencl/run-opencl-example.sh

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)