aboutsummaryrefslogtreecommitdiff
path: root/matrix/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'matrix/init.c')
-rw-r--r--matrix/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/matrix/init.c b/matrix/init.c
index fb1c287..297f6af 100644
--- a/matrix/init.c
+++ b/matrix/init.c
@@ -22,6 +22,6 @@ void nerv_matrix_init(lua_State *L) {
lua_pop(L, 1);
nerv_matrix_float_host_init(L);
nerv_matrix_float_cuda_init(L);
-/* nerv_matrix_double_host_init(L); */
+ nerv_matrix_double_host_init(L);
nerv_matrix_double_cuda_init(L);
}