Changes

Jump to: navigation, search

The parallelizing Express

3 bytes removed, 20: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 * Cy
float* devPtrA;
float* devPtrB;
94
edits

Navigation menu