Domanda

c'è un parametro che può essere passato alla realizzazione Nvidia OpenCL / OpenGL per aumentare la quantità di memoria disponibile? (Come GPU_MAX_HEAP_SIZE da ATI Stream)

Al momento posso utilizzare circa 512 MB disponibili dal 1gb sulla scheda grafica.

È stato utile?

Soluzione

The amount of available GPU memory is fixed by the manufacturer, there is no way you can increase this amount programmatically but you can use host memory instead, consider the fact that it might be 10-100 times slower than your GPU's GDDR

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top