Expression Templates Library (ETL)
include
etl
gemm_impl.hpp
Go to the documentation of this file.
1
//=======================================================================
2
// Copyright (c) 2014-2023 Baptiste Wicht
3
// Distributed under the terms of the MIT License.
4
// (See accompanying file LICENSE or copy at
5
// http://opensource.org/licenses/MIT)
6
//=======================================================================
7
13
#pragma once
14
15
namespace
etl
{
16
21
enum class
gemm_impl
{
22
STD
,
23
VEC
,
24
BLAS
,
25
CUBLAS
26
};
27
28
}
//end of namespace etl
etl::gemm_impl
gemm_impl
Enumeration describing the different matrix-matrix multiplication implementations.
Definition:
gemm_impl.hpp:21
etl::batch_softmax_impl::STD
Standard implementation.
etl::bias_add_impl::VEC
VEC implementation.
etl::dot_impl::BLAS
BLAS implementation.
etl::dot_impl::CUBLAS
BLAS implementation.
etl
Root namespace for the ETL library.
Definition:
adapter.hpp:15
Generated by
1.8.13