cudasw->swMemcpyParameters(matrix, gapOpen,gapExtend);
cudasw->swCreateChannelFormatDesc();
cudasw->cudaInterSeqs = cudasw->swMallocArray(width, height, pChannelFormatKindUnsignedChar4);
pMemcpyToArray(cudasw->cudaInterSeqs, 0, 0, array, width * height * sizeof(uchar4), pMemcpyHostToDevice);
pFreeHost(array);