Shared Virtual Memory (SVM) Functions
Posted shaohef
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Shared Virtual Memory (SVM) Functions相关的知识,希望对你有一定的参考价值。
Description
Shared Virtual Memory (SVM) (Glossary): An address space exposed to both the host and the devices within a context. SVM causes addresses to be meaningful between the host and all of the devices within a context and therefore supports the use of pointer based data structures in OpenCL kernels. It logically extends a portion of the global memory into the host address space therefore giving work-items access to the host address space. There are three types of SVM in OpenCL Coarse-Grained buffer SVM: Sharing occurs at the granularity of regions of OpenCL buffer memory objects. Fine-Grained buffer SVM: Sharing occurs at the granularity of individual loads/stores into bytes within OpenCL buffer memory objects. Fine-Grained system SVM: Sharing occurs at the granularity of individual loads/stores into bytes occurring anywhere within the host memory.
OpenCL™ 2.0 Shared Virtual Memory Overview
The Compute Architecture of Intel® Processor Graphics Gen9
Intel® Processor Graphics
Architecture Overview for Intel® Processor Graphics Gen11
Optimizing Matrix Multiply for Intel® Processor Graphics Architecture Gen9
Shared Virtual Memory
Pass a Pointer: Exploring Shared Virtual Memory Abstractions in OpenCL Tools for FPGAs
以上是关于Shared Virtual Memory (SVM) Functions的主要内容,如果未能解决你的问题,请参考以下文章
vDSO - Virtual Dynamic Shared Object
vDSO - Virtual Dynamic Shared Object