We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2411a9a + 7136ab8 commit 57637d5Copy full SHA for 57637d5
1 file changed
src/Stream.h
@@ -41,6 +41,9 @@ class Stream
41
virtual void nstream() = 0;
42
virtual T dot() = 0;
43
44
+ // Reinitialize arrays to their starting values before a benchmark run.
45
+ virtual void init_arrays(T initA, T initB, T initC) = 0;
46
+
47
// Set pointers to read from arrays
48
virtual void get_arrays(T const*& a, T const*& b, T const*& c) = 0;
49
};
0 commit comments