Added template parameters to opmult class
This commit is contained in:
parent
c92425dd87
commit
d74a999e12
4 changed files with 43 additions and 10 deletions
|
|
@ -21,7 +21,9 @@ void main()
|
|||
|
||||
//valuesOutput[index] = valuesLhs[index] * valuesRhs[index];
|
||||
// FOR TESTING
|
||||
valuesOutput[index] = index;
|
||||
valuesOutput[index] = 100 + index;
|
||||
valuesRhs[index] = 100 + index;
|
||||
valuesLhs[index] = 100 + index;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue