Sacado Package Browser (Single Doxygen Collection)
Version of the Day
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
test
performance
mat_vec
mat_vec/common.hpp
Go to the documentation of this file.
1
// @HEADER
2
// *****************************************************************************
3
// Sacado Package
4
//
5
// Copyright 2006 NTESS and the Sacado contributors.
6
// SPDX-License-Identifier: LGPL-2.1-or-later
7
// *****************************************************************************
8
// @HEADER
9
10
#pragma once
11
12
//#define SACADO_DISABLE_FAD_VIEW_SPEC
13
14
#include "Kokkos_Timer.hpp"
15
16
struct
Perf
{
17
double
time
;
18
double
flops
;
19
double
throughput
;
20
};
21
22
const
int
SFadSize
= 8;
23
const
int
SLFadSize
=
SFadSize
;
24
#if defined (KOKKOS_ENABLE_HIP)
25
const
int
HierSFadSize
= 64;
26
#else
27
const
int
HierSFadSize
= 32;
28
#endif
29
const
int
HierSLFadSize
=
HierSFadSize
;
SLFadSize
const int SLFadSize
Definition:
mat_vec/common.hpp:23
Perf::flops
double flops
Definition:
mat_vec/common.hpp:18
Perf
Definition:
TestAssembly.hpp:20
Perf::time
double time
Definition:
mat_vec/common.hpp:17
Perf::throughput
double throughput
Definition:
mat_vec/common.hpp:19
HierSLFadSize
const int HierSLFadSize
Definition:
mat_vec/common.hpp:29
HierSFadSize
const int HierSFadSize
Definition:
mat_vec/common.hpp:27
SFadSize
const int SFadSize
Definition:
mat_vec/common.hpp:22
Generated on Tue Nov 12 2024 09:21:47 for Sacado Package Browser (Single Doxygen Collection) by
1.8.5