#include <parallel_array.h>
#include <parallel_common.h>
#include <parallel_math.h>
#include <parallel_reduce.h>
#include <iostream>
#include <stdio.h>
Go to the source code of this file.
Functions | |
template<typename T , ParallelType PType> | |
int | parallelReduceStrategyTest (ReduceType reduceType) |
template<typename T , ParallelType PType> | |
int | parallelReduceTest () |
template int | parallelReduceTest< float, ParallelTypes::PARALLEL_TYPE > () |
int parallelReduceStrategyTest | ( | ReduceType | reduceType | ) |
Definition at line 19 of file test_lib.cpp.
int parallelReduceTest | ( | ) |
Definition at line 94 of file test_lib.cpp.
template int parallelReduceTest< float, ParallelTypes::PARALLEL_TYPE > | ( | ) |