| cudaMF_pinnedMatrix
| cudaMD_pinnedMatrix |
cudaME_pinnedMatrix |
| cudaMCF_pinnedMatrix |
cudaMCD_pinnedMatrix |
cudaMCE_pinnedMatrix |
| cudaMI_pinnedMatrix | cudaMBI_pinnedMatrix | cudaMSI_pinnedMatrix |
| cudaMLI_pinnedMatrix | cudaMQI_pinnedMatrix | |
| cudaMU_pinnedMatrix | cudaMUB_pinnedMatrix | cudaMUS_pinnedMatrix |
| cudaMUL_pinnedMatrix | cudaMUQ_pinnedMatrix | cudaMUI_pinnedMatrix |
|
| Function | Pinned host-memory allocation for a matrix |
|
| CUDA function C/C++ | #include <cudaMFstd.h>
fMatrix cudaMF_pinnedMatrix( fMatrix *h_MA, ui ht, ui len );
|
| CUDA function Pascal/Delphi | uses VecLib;
function cudaMF_pinnedMatrix( var h_MA:fMatrix; ht, len:UIntSize ): fMatrix;
|
|
|
| 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 |
|
|