From e91fc2ddaa74dd2c46ce93c9e92020d66c037c8e Mon Sep 17 00:00:00 2001 From: Determinant Date: Wed, 24 Feb 2016 16:58:32 +0800 Subject: add CuContext/MContext --- nerv/matrix/init.lua | 9 --------- 1 file changed, 9 deletions(-) (limited to 'nerv/matrix/init.lua') diff --git a/nerv/matrix/init.lua b/nerv/matrix/init.lua index da76e1b..ef2fb6b 100644 --- a/nerv/matrix/init.lua +++ b/nerv/matrix/init.lua @@ -130,12 +130,3 @@ end function nerv.MMatrix:copy_toh(b, ...) b:copy_fromh(self, ...) end - ---- Print profiling info of host matrices -function nerv.MMatrix.print_profile() - nerv.info("mmatrix profile not available") -end - ---- Clear profiling info of host matrices -function nerv.MMatrix.clear_profile() -end -- cgit v1.2.3