error: identifier "atomicAdd_system" is undefined
조회 수: 7 (최근 30일)
이전 댓글 표시
Hello everyone! I am a newbie using Cuda by Matlab. When I use atomicAdd_system, it did not work and reported: identifier "atomicAdd_system" is undefined. The same thing happens when I try to implement dynamic Parallelism.
My GPU Device:
Name: 'Quadro RTX 6000'
Index: 1
ComputeCapability: '7.5'
SupportsDouble: 1
DriverVersion: 10.2
ToolkitVersion: 10.1
MaxThreadsPerBlock: 1024
MaxShmemPerBlock: 49152
MaxThreadBlockSize: [1024 1024 64]
MaxGridSize: [2147483647 65535 65535]
SIMDWidth: 32
TotalMemory: 25396838400
AvailableMemory: 24772739072
MultiprocessorCount: 72
ClockRateKHz: 1770000
ComputeMode: 'Default'
GPUOverlapsTransfers: 1
KernelExecutionTimeout: 0
CanMapHostMemory: 1
DeviceSupported: 1
DeviceSelected: 1
Thank you!!!
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 GPU Computing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!