Skip to content

Commit 2d31de4

Browse files
committed
[CI] Add support for OpenCL CI on CPU
1 parent a8fa663 commit 2d31de4

14 files changed

+3
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@ jobs:
165165
adapter: [
166166
{name: CUDA, triplet: nvptx64-nvidia-cuda},
167167
{name: HIP, triplet: amdgcn-amd-amdhsa},
168-
{name: L0, triplet: spir64}
168+
{name: L0, triplet: spir64},
169+
{name: OPENCL, triplet: spir64}
169170
]
170171
build_type: [Debug, Release]
171172
compiler: [{c: gcc, cxx: g++}, {c: clang, cxx: clang++}]

test/conformance/context/context_adapter_opencl.match

Whitespace-only changes.

test/conformance/device/device_adapter_opencl.match

Whitespace-only changes.

test/conformance/enqueue/enqueue_adapter_opencl.match

Whitespace-only changes.

test/conformance/event/event_adapter_opencl.match

Whitespace-only changes.

test/conformance/kernel/kernel_adapter_opencl.match

Whitespace-only changes.

test/conformance/memory/memory_adapter_opencl.match

Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
urPlatformGetTest.InvalidNumEntries

test/conformance/program/program_adapter_opencl.match

Whitespace-only changes.

test/conformance/queue/queue_adapter_opencl.match

Whitespace-only changes.

0 commit comments

Comments
 (0)