HiRep
0.1
Loading...
Searching...
No Matches
metrics.h
1
/***************************************************************************
2
* Copyright (c) 2023, Sofie Martins *
3
* All rights reserved. *
4
***************************************************************************/
5
6
typedef
enum
{
7
DPHI_CORE = 0,
8
DPHI_CORE_FLT = 1,
9
CPHI = 2,
10
CPHI_FLT = 3,
11
CPHI_CORE = 4,
12
CPHI_FLT_CORE = 5,
13
CPHI_INV = 6,
14
CPHI_INV_FLT = 7,
15
CUDA_REDUCTION = 8,
16
SF_SQNORM = 9,
17
PLAQUETTE = 10
18
} operator_type;
19
20
int
flops_per_site(operator_type);
21
int
bytes_per_site(operator_type);
Include
Utils
metrics.h
Generated by
1.12.0