anishsapkota commented on code in PR #1887:
URL: https://github.com/apache/systemds/pull/1887#discussion_r1317394769


##########
src/main/cpp/systemds.cpp:
##########
@@ -54,9 +54,9 @@
 #define RELEASE_ARRAY(env, input, inputPtr, numThreads) \
        env->ReleasePrimitiveArrayCritical(input, inputPtr, 0)
 // ( maxThreads != -1 && ((int)numThreads) == maxThreads ? 
env->ReleasePrimitiveArrayCritical(input, inputPtr, 0) :  
env->ReleaseDoubleArrayElements(input, inputPtr, 0) )
-  
+
 // -------------------------------------------------------------------
-JNIEXPORT void JNICALL 
Java_org_apache_sysds_utils_NativeHelper_setMaxNumThreads
+/*JNIEXPORT void JNICALL 
Java_org_apache_sysds_utils_NativeHelper_setMaxNumThreads

Review Comment:
   on it !



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to