Graph Framework
Loading...
Searching...
No Matches
backend_test.cpp File Reference

Tests for the buffer backend. More...

#include <cassert>
#include "../graph_framework/backend.hpp"

Functions

template<jit::float_scalar T>
void test_backend ()
 Main program of the test.
 
int main (int argc, const char *argv[])
 Main program of the test.
 

Detailed Description

Tests for the buffer backend.

Function Documentation

◆ main()

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

Main program of the test.

Parameters
[in]argcNumber of commandline arguments.
[in]argvArray of commandline arguments.

◆ test_backend()

template<jit::float_scalar T>
void test_backend ( )

Main program of the test.

Template Parameters
TBase type of the calculation.