error: identifier "atomicAdd_system" is undefined
8 ビュー (過去 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!