| cudaMF_pinnedMatrix0
| cudaMD_pinnedMatrix0 |
cudaME_pinnedMatrix0 |
| cudaMCF_pinnedMatrix0 |
cudaMCD_pinnedMatrix0 |
cudaMCE_pinnedMatrix0 |
| cudaMI_pinnedMatrix0 | cudaMBI_pinnedMatrix0 | cudaMSI_pinnedMatrix0 |
| cudaMLI_pinnedMatrix0 | cudaMQI_pinnedMatrix0 | |
| cudaMU_pinnedMatrix0 | cudaMUB_pinnedMatrix0 | cudaMUS_pinnedMatrix0 |
| cudaMUL_pinnedMatrix0 | cudaMUQ_pinnedMatrix0 | cudaMUI_pinnedMatrix0 |
|
| Function | Pinned host-memory allocation for a matrix, initialized with 0 |
|
| CUDA function C/C++ | #include <cudaMFstd.h>
fMatrix0 cudaMF_pinnedMatrix0( fMatrix0 *h_MA, ui ht, ui len );
|
| CUDA function Pascal/Delphi | uses VecLib;
function cudaMF_pinnedMatrix0( var h_MA:fMatrix0; ht, len:UIntSize ): fMatrix0;
|
|
|
| Error handling | If there is not enough memory available, or if size is zero, an error message "Not enough memory" is displayed and the program aborted. |
|
| Return value | Device pointer to the allocated matrix |
|
|