Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
implementation of the multiplication of two double
no vote
This a package on accerlating MATLAB operation for the multiplication of two double matrices through GPU CUDA. 1.Function of codes: implementation of the multiplication of two double matrices by using MATLAB C-Mex and CUBLAS library. 2.Including files to be compiled and run:    2.1. cublasExample.m    2.2. cublasDemo.cpp 3. Including files generated after compiled:   3.1 cublasDemo.obj   3.2 cublasDemo.MEXW64 3. Usage: step1: open the file cublasExample.m and run the sentence:        mex cublasDemo.cpp -lcudart -lcublas -L"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v6.0\lib\x64" -c -g -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v6.0\include" and then you will get the files cublasDemo.obj(this file for linking ) and cublasDemo.MEXW64(this file fo
micosk
2016-08-23
1
1
No more~