Skip to content

Commit

Permalink
initial int8 matrixperf sample
Browse files Browse the repository at this point in the history
  • Loading branch information
bashbaug committed Apr 10, 2024
1 parent 8cbc8db commit bb11953
Show file tree
Hide file tree
Showing 6 changed files with 3,199 additions and 0 deletions.
11 changes: 11 additions & 0 deletions samples/99_matrixexperimentsi8/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Copyright (c) 2019-2024 Ben Ashbaugh
#
# SPDX-License-Identifier: MIT

add_opencl_sample(
TEST
NUMBER 99
TARGET matrixexperimentsi8
VERSION 200 # for clSetKernelExecInfo
SOURCES main.cpp
KERNELS matrix_helpers_i8.cl matrix_kernels_i8.cl matrix_kernel_tiled_i8.cl)
Loading

0 comments on commit bb11953

Please sign in to comment.