We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 652b52d commit 9c04f1bCopy full SHA for 9c04f1b
highs/pdlp/cupdlp/cupdlp_utils.c
@@ -341,7 +341,7 @@ cupdlp_int PDHG_Clear(CUPDLPwork *w) {
341
timers_clear(w->settings->nLogLevel, timers);
342
}
343
344
- cupdlp_float begin = getTimeStamp();
+ // cupdlp_float begin = getTimeStamp();
345
#ifndef CUPDLP_CPU
346
347
// CUDAmv *MV = w->MV;
@@ -389,9 +389,9 @@ cupdlp_int PDHG_Clear(CUPDLPwork *w) {
389
resobj_clear(resobj);
390
391
392
-#ifndef CUPDLP_CPU
393
- timers->FreeDeviceMemTime += getTimeStamp() - begin;
394
-#endif
+// #ifndef CUPDLP_CPU
+// timers->FreeDeviceMemTime += getTimeStamp() - begin;
+// #endif
395
396
if (settings) {
397
settings_clear(settings);
0 commit comments