Fixed perf mat div test to avoid NaN

This commit is contained in:
Christophe Riccio
2018-08-19 13:36:31 +02:00
parent 89f345d5fb
commit 007fe0ff65
4 changed files with 260 additions and 106 deletions

View File

@@ -1,2 +1,4 @@
glmCreateTestGTC(perf_matrix_mul)
glmCreateTestGTC(perf_matrix_mul_vector)
glmCreateTestGTC(perf_matrix_div)
glmCreateTestGTC(perf_vector_mul_matrix)