CUDA Samples v13.0
CUDA 13.0
- Updated the samples using the cudaDeviceProp fields which are deprecated and removed in CUDA 13.0, replacing the fields with the equivalents in "cudaDeviceGetAttribute":
- Deprecated "cudaDeviceProp" fields
int clockRate; // - Replaced with "cudaDevAttrClockRate"int deviceOverlap; // - Replaced with "cudaDevAttrGpuOverlap */int kernelExecTimeoutEnabled; // - Replaced with "cudaDevAttrKernelExecTimeoutint computeMode; // - Replaced with "cudaDevAttrComputeMode" */int memoryClockRate; // - Replaced with "cudaDevAttrMemoryClockRate"int cooperativeMultiDeviceLaunch; // - Deprecated, cudaLaunchCooperativeKernelMultiDevice is deprecated. 0_IntroductionUnifiedMemoryStreamssimpleHyperQsimpleIPCsimpleMultiCopysystemWideAtomics
1_UtilitiedeviceQuery
- Deprecated "cudaDeviceProp" fields