aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/cumatrix_example.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/cumatrix_example.lua b/examples/cumatrix_example.lua
index ff9dd78..544fc7f 100644
--- a/examples/cumatrix_example.lua
+++ b/examples/cumatrix_example.lua
@@ -2,7 +2,6 @@ m = 4
n = 4
fm = nerv.CuMatrixFloat(m, n)
dm = nerv.CuMatrixDouble(m, n)
-print(type(dm), nerv.typename(dm))
for i = 0, m - 1 do
for j = 0, n - 1 do
-- local t = math.random(10)