Open main menu
CDOT Wiki
β
Search
Changes
← Older edit
Newer edit →
The parallelizing Express
3 bytes removed
,
19:55, 17 March 2017
→
Assignment 2
<pre>
void sgemv(const float* h_A, const float* h_B, float* h_C, int n) {
// level
3
2
calculation: C = alpha * A *
x +
B
+ beta
*
C
y
float* devPtrA;
float* devPtrB;
Mradmanovic
94
edits