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

callbacks.h - github.com/marian-nmt/intgemm/intgemm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: da3e88ffce074bbb4f08a932e25122b5daec8683 (plain)
1
2
3
4
5
6
7
8
#pragma once

#include "callbacks/configs.h"
#include "callbacks/output_buffer_info.h"

#include "callbacks/sse2.h"
#include "callbacks/avx2.h"
#include "callbacks/avx512.h"