Logo ROOT   6.10/09
Reference Guide
Functions
TestCuda.cxx File Reference
#include "Utility.h"
#include "TMVA/DNN/Architectures/Cuda.h"
#include "TMVA/DNN/Architectures/Reference.h"
#include <stdlib.h>
Include dependency graph for TestCuda.cxx:

Functions

int main ()
 
Double_t testAddRowWise ()
 
Double_t testHadamard ()
 
Double_t testMultiply ()
 
Double_t testReduction ()
 
Double_t testScaleAdd ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 174 of file TestCuda.cxx.

◆ testAddRowWise()

Double_t testAddRowWise ( )

Definition at line 50 of file TestCuda.cxx.

◆ testHadamard()

Double_t testHadamard ( )

Definition at line 77 of file TestCuda.cxx.

◆ testMultiply()

Double_t testMultiply ( )

Definition at line 9 of file TestCuda.cxx.

◆ testReduction()

Double_t testReduction ( )

Definition at line 107 of file TestCuda.cxx.

◆ testScaleAdd()

Double_t testScaleAdd ( )

Definition at line 145 of file TestCuda.cxx.