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

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

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