You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
maxGridSize 0x000001f0571fe690 {2147483647, 65535, 65535} int[3]
clockRate 1265500 int
totalConstMem 65536 unsigned __int64
major 6 int
minor 1 int
textureAlignment 512 unsigned __int64
texturePitchAlignment 32 unsigned __int64
deviceOverlap 1 int
multiProcessorCount 16 int
kernelExecTimeoutEnabled 1 int
integrated 0 int
canMapHostMemory 1 int
computeMode 0 int
maxTexture1D 131072 int
maxTexture1DMipmap 16384 int
maxTexture1DLinear 134217728 int
maxSurface2DLayered 0x000001f0571fe760 {32768, 32768, 2048} int[3]
maxSurfaceCubemap 32768 int
maxSurfaceCubemapLayered 0x000001f0571fe770 {32768, 2046} int[2]
surfaceAlignment 512 unsigned __int64
concurrentKernels 1 int
ECCEnabled 0 int
pciBusID 1 int
pciDeviceID 0 int
pciDomainID 0 int
tccDriver 0 int
asyncEngineCount 5 int
unifiedAddressing 1 int
memoryClockRate 4004000 int
memoryBusWidth 256 int
l2CacheSize 2097152 int
maxThreadsPerMultiProcessor 2048 int
streamPrioritiesSupported 1 int
globalL1CacheSupported 1 int
localL1CacheSupported 1 int
sharedMemPerMultiprocessor 98304 unsigned __int64
regsPerMultiprocessor 65536 int
managedMemory 1 int
isMultiGpuBoard 0 int
multiGpuBoardGroupID 0 int
hostNativeAtomicSupported 0 int
singleToDoublePrecisionPerfRatio 32 int
pageableMemoryAccess 0 int
concurrentManagedAccess 0 int
computePreemptionSupported 0 int
canUseHostPointerForRegisteredMem 0 int
cooperativeLaunch 0 int
cooperativeMultiDeviceLaunch 0 int
sharedMemPerBlockOptin 0 unsigned __int64
pageableMemoryAccessUsesHostPageTables 0 int
directManagedMemAccessFromHost 0 int
`
The text was updated successfully, but these errors were encountered:
I had the exact same error (also eating up all my CPU RAM) under linux (ubuntu 18.04 with a fresh cuda 10 install from the nvidia repos).
The issue was resolved when I built the cudpp library in shared_cudpp and enforcing the compilation with architecture flags that match my GPU.
NB: I think this issue is related to #26 .
Best,
I'm building on Windows 10 (tried on Linux Ubuntu also, same problem).
When I run a sample it blocks in function allocReduceStorage :
gvdb_1.1\shared_cudpp\src\cudpp\app\reduce_app.cu
System :
Version 10.0.17134 Build 17134
Processor i7-8750H
Graphics card: NVIDIA GeForce GTX 1070 with Max-Q Design
RAM: 32GB
GVDB: 1.1
CUDA: 10
`
`
The text was updated successfully, but these errors were encountered: