Skip to content

Commit 44797fa

Browse files
committed
add a host task emulation layer and sample
1 parent 6e8a40a commit 44797fa

File tree

8 files changed

+1008
-0
lines changed

8 files changed

+1008
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Copyright (c) 2025 Ben Ashbaugh
2+
#
3+
# SPDX-License-Identifier: MIT
4+
5+
add_opencl_layer(
6+
NUMBER 12
7+
TARGET HostTaskEmu
8+
VERSION 300
9+
SOURCES main.cpp emulate.cpp emulate.h)

0 commit comments

Comments
 (0)