Skip to content

Commit cf6ce9a

Browse files
authored
Add cooperativeMultiDevice variable in Kernels.cu
1 parent 8a00fbb commit cf6ce9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

GPU/GPUbenchmark/cuda/Kernels.cu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ void printDeviceProp(int32_t deviceId)
304304
int32_t clockRateKHz = 0;
305305
int32_t memoryClockRateKHz = 0;
306306
int32_t computeMode = 0;
307+
int32_t cooperativeMultiDevice = 0;
307308

308309
#if (CUDART_VERSION >= 13000)
309310
GPUCHECK(cudaDeviceGetAttribute(&clockRateKHz, cudaDevAttrClockRate, deviceId));

0 commit comments

Comments
 (0)