Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 6ccb7c97 authored by thierry's avatar thierry
Browse files

Update

parent 2d7a01fa
No related branches found
No related tags found
No related merge requests found
#include <omp.h>
#define MAX_THREADS 128
float dotproduct(float *x, int *y, int n)
float dotproduct(float *x, float *y, int n)
{
int i;
int nthreads = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment