Skip to content

Commit a58314a

Browse files
committed
Merge branch 'matrixperf-i8' into matrixperf-final
2 parents badf4c2 + 3324a53 commit a58314a

6 files changed

Lines changed: 3254 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)