| Class | Description |
|---|---|
| MemoryStrategies |
Based on the jcuda memory bandwidth example:
http://www.jcuda.org/samples/JCudaBandwidthTest.java
|
| PageableArrayMemoryStrategy | |
| PageableDirectBufferMemoryStrategy |
Direct allocation for free/destroy
|
| PinnedMemoryStrategy |
Pinned memory:
http://devblogs.nvidia.com/parallelforall/how-optimize-data-transfers-cuda-cc/
|
| Enum | Description |
|---|---|
| MemoryStrategies.MemoryMode |
Memory modes for the host memory
(Credit to Marco from jcuda)
|
Copyright © 2015. All Rights Reserved.