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

avx2.h « callbacks - github.com/marian-nmt/intgemm/intgemm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 76b2605ac9efa24f6b882bf53f4cc9c1f3ddc15e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

#define CALLBACKS_THIS_IS_AVX2
#include "callbacks/implementations.inl"
#undef CALLBACKS_THIS_IS_AVX2

namespace intgemm {
namespace callbacks {

// Put here callbacks supported only by AVX2...

}
}