Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ExecuteKernel.h « src - github.com/marian-nmt/FBGEMM.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 420612c1c40a33c8efd72b5ded7c55b9ebc22c53 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * Copyright (c) Facebook, Inc. and its affiliates.
 * All rights reserved.
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree.
 */
#pragma once
#include <cstdint>
#include "ExecuteKernelGeneric.h"
#include "ExecuteKernelU8S8.h"
#include "fbgemm/Fbgemm.h"