This is an automated email from the ASF dual-hosted git repository.

arnabp20 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/main by this push:
     new 88d46f841d [MINOR] Fix Javadoc for guardedCudaFree
88d46f841d is described below

commit 88d46f841dfe925abc9c8457f91cfed2355f8ab4
Author: Arnab Phani <[email protected]>
AuthorDate: Fri Dec 1 15:04:44 2023 +0100

    [MINOR] Fix Javadoc for guardedCudaFree
---
 .../apache/sysds/runtime/instructions/gpu/context/GPUMemoryManager.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/src/main/java/org/apache/sysds/runtime/instructions/gpu/context/GPUMemoryManager.java
 
b/src/main/java/org/apache/sysds/runtime/instructions/gpu/context/GPUMemoryManager.java
index 3d83d7f119..2e3d5d6a0b 100644
--- 
a/src/main/java/org/apache/sysds/runtime/instructions/gpu/context/GPUMemoryManager.java
+++ 
b/src/main/java/org/apache/sysds/runtime/instructions/gpu/context/GPUMemoryManager.java
@@ -476,6 +476,7 @@ public class GPUMemoryManager {
         * Note: This method should not be called from an iterator as it 
removes entries from allocatedGPUPointers and rmvarGPUPointers
         * 
         * @param toFree pointer to call cudaFree method on
+        * @param noStats do not collect statistics
         */
        public void guardedCudaFree(Pointer toFree, boolean noStats) {
                long t0 = (!noStats && DMLScript.STATISTICS) ? 
System.nanoTime() : 0;

Reply via email to