Skip to content

Commit bb11953

Browse files
committed
initial int8 matrixperf sample
1 parent 8cbc8db commit bb11953

6 files changed

Lines changed: 3199 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Copyright (c) 2019-2024 Ben Ashbaugh
2+
#
3+
# SPDX-License-Identifier: MIT
4+
5+
add_opencl_sample(
6+
TEST
7+
NUMBER 99
8+
TARGET matrixexperimentsi8
9+
VERSION 200 # for clSetKernelExecInfo
10+
SOURCES main.cpp
11+
KERNELS matrix_helpers_i8.cl matrix_kernels_i8.cl matrix_kernel_tiled_i8.cl)

0 commit comments

Comments
 (0)