Skip to content

Commit 229176e

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/hipdlp' into hipdlp
2 parents 617a648 + e9eea98 commit 229176e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

check/TestPdlp.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -447,11 +447,11 @@ TEST_CASE("cuda-sandbox", "[pdlp]") {
447447
cudaDeviceProp prop;
448448
cudaGetDeviceProperties(&prop, 0);
449449
printf("Cuda device %d: %s\n", 0, prop.name);
450-
printf(" Clock rate (KHz): %d\n", prop.clockRate);
451-
printf(" Memory clock rate (KHz): %d\n", prop.memoryClockRate);
450+
// printf(" Clock rate (KHz): %d\n", prop.clockRate);
451+
// printf(" Memory clock rate (KHz): %d\n", prop.memoryClockRate);
452452
printf(" Memory bus width (bits): %d\n", prop.memoryBusWidth);
453-
printf(" Peak memory bandwidth (GB/s): %f\n",
454-
2.0 * prop.memoryClockRate * (prop.memoryBusWidth / 8) / 1.0e6);
453+
// printf(" Peak memory bandwidth (GB/s): %f\n",
454+
// 2.0 * prop.memoryClockRate * (prop.memoryBusWidth / 8) / 1.0e6);
455455
printf(" Global memory available on device (GB): %f\n",
456456
prop.totalGlobalMem / 1.0e9);
457457
printf(" Shared memory available per block (B): %zu\n",

0 commit comments

Comments
 (0)