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.
我正在尝试检查 GPU 是否可以访问系统分配器(例如 malloc)分配的内存。
我正在使用 Cuda 10.2,文档中提到该设备应支持 pageableMemoryAccessUsesHostPageTables。但是当我在我的机器上检查它时,它返回 0。
我想知道 x86 是否支持此功能?
英伟达
它在 x86 上不可用。它在 Power9 上可用。您可能希望调查托管内存(可能存在超额订阅),或使用固定主机分配cudaHostAlloc
cudaHostAlloc