ECR #333755 - Added two HSA samples: MatrixMultiplication, MatrixTranspose
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1124951]
Šī revīzija ir iekļauta:
@@ -0,0 +1,13 @@
|
||||
#include <iostream>
|
||||
#include <algorithm>
|
||||
#include <cmath>
|
||||
#include <vector>
|
||||
using namespace std;
|
||||
|
||||
double CalcMean(vector<double> scores);
|
||||
double CalcMedian(vector<double> scores);
|
||||
double CalcStdDeviation(vector<double> scores, int score_mean);
|
||||
int CalcConcurrentQueues(vector<double> scores);
|
||||
|
||||
|
||||
|
||||
Atsaukties uz šo jaunā problēmā
Block a user