Added template parameters to opmult class

This commit is contained in:
Alejandro Saucedo 2020-08-22 13:33:21 +01:00
parent c92425dd87
commit d74a999e12
4 changed files with 43 additions and 10 deletions

View file

@ -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.