• 大小: 30KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-02
  • 语言: Matlab
  • 标签: CUDA  matlab  并行计算  

资源简介

在matlab中调用CUDA(*cu文件)调用工具 The Zip file contains five files · nvmex.pl – copy this file to the MATLAB “bin” directory · nvmex_helper.m · nvmex.m · nvmexopts.bat - for MATLAB versions 2007 and up · nvmexopts_old.bat - for pre-2007 MATLAB versions Invoke the nvmex co

资源截图

代码片段和文件信息

function varargout = nvmex(varargin)
%MEX   Compile MEX-function
%
%   Usage:
%       nvmex [options ...] file [files ...]
%
%   Description:
%       MEX compiles and links source files into a shared library called a 
%       MEX-file executable from within MATLAB. The resulting file has a
%       platform-dependent extension. Use the MEXEXT command to return the
%       extension for this machine or for all supported platforms.
%       
%       MEX accepts any combinations of source files object files and
%       library files as arguments.
%
%       The command line options to MEX are defined in the “Command Line
%       Options“ section below.
%      
%       MEX can also build executable files for stand-alone MATLAB engine
%       and MAT-file applications. See th

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        8678  2007-04-27 16:01  nvmex_helper.m
     文件        3089  2008-05-12 17:27  nvmexopts.bat
     文件        2828  2007-11-20 17:34  nvmexopts_old.bat
     文件       10175  2007-06-07 09:37  nvmex.m
     文件      105592  2008-05-12 17:10  nvmex.pl

评论

共有 条评论