Skip to content

Commit b75b00e

Browse files
authored
Merge pull request #694 from mythi/PR-2021-044
demo: drop ubuntu-demo-opencl image
2 parents 5562204 + 00a59e8 commit b75b00e

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)