ttg 1.0.0
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
Loading...
Searching...
No Matches
Classes | Functions | Variables
fibonacci_device.cc File Reference
#include <ttg.h>
#include "ttg/serialization.h"
Include dependency graph for fibonacci_device.cc:

Go to the source code of this file.

Classes

struct  Fn
 N.B. contains values of F_n and F_{n-1}. More...
 

Functions

auto make_ttg_fib_lt (const int64_t F_n_max=1000)
 
int main (int argc, char *argv[])
 

Variables

const int64_t F_n_max = 1000
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 73 of file fibonacci_device.cc.

Here is the call graph for this function:

◆ make_ttg_fib_lt()

auto make_ttg_fib_lt ( const int64_t  F_n_max = 1000)

Definition at line 37 of file fibonacci_device.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ F_n_max

const int64_t F_n_max = 1000

Definition at line 14 of file fibonacci_device.cc.