error: identifier "atomicAdd_system" is undefined
8 views (last 30 days)
Show older comments
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 Comments
Answers (0)
See Also
Categories
Find more on GPU Computing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!