Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用可能なメモリの量を増やすためにNvidiaOpenCL/ OpenGL実装に渡すことができるパラメータはありますか?(Ati StreamのGPU_MAX_HEAP_SIZEのように)
現在、グラフィックカードで利用可能な1GBから約512MBを使用できます。
使用可能なGPUメモリの量はメーカーによって固定されています。プログラムでこの量を増やす方法はありませんが、代わりにホストメモリを使用できます。これは、GPUのGDDRよりも10〜100倍遅い可能性があることを考慮してください。