XeTLA v0.3.6
IntelĀ® Xe Templates for Linear Algebra - API Definition Document
 
Loading...
Searching...
No Matches
api.hpp
Go to the documentation of this file.
1/*******************************************************************************
2* Copyright (c) 2022-2023 Intel Corporation
3*
4* Licensed under the Apache License, Version 2.0 (the "License");
5* you may not use this file except in compliance with the License.
6* You may obtain a copy of the License at
7*
8* http://www.apache.org/licenses/LICENSE-2.0
9*
10* Unless required by applicable law or agreed to in writing, software
11* distributed under the License is distributed on an "AS IS" BASIS,
12* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13* See the License for the specific language governing permissions and
14* limitations under the License.
15*******************************************************************************/
16
19
20#pragma once
21
23
24namespace gpu::xetla::kernel {
25
34template <typename dtype_in_, typename dtype_out_, typename dtype_acc_,
35 typename reduction_attr_, gpu_arch arch_,
36 typename fused_op_t_
37 = group::row_reduction_fused_op_t<reduction_fused_kind::none, dtype_in_,
38 dtype_out_, dtype_acc_, reduction_attr_, arch_>>
40
41} // namespace gpu::xetla::kernel
C++ API.
Definition limitation.hpp:734
gpu_arch
Definition common.hpp:73
Is the row_reduction functor.
Definition api.hpp:39