error: identifier "atomicAdd_system" is undefined
3 次查看(过去 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!