|
Skalar_MPI
|
#include <iostream>#include <omp.h>#include <sstream>#include <cstdlib>#include <cstring>#include <cmath>#include <offload.h>#include "mylib.h"Functions | |
| __attribute__ ((target(mic))) void testThreadCount() | |
| int | main (int argc, char **argv) |
| std::string | get_device_name () |
| void | testThreadCount () |
| __attribute__ | ( | (target(mic)) | ) |
Performs dense matrix-vector product b := A*x
| b | resulting vector of dimension N |
| A | NxM matrix |
| M | #rows |
| N | #columns |
| x | vector to multiply with |
| std::string get_device_name | ( | ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| void testThreadCount | ( | ) |
1.8.11