POPPUR爱换

 找回密码
 注册

QQ登录

只需一步,快速开始

手机号码,快捷登录

搜索
查看: 3993|回复: 15
打印 上一主题 下一主题

matlab Release 2010b 发布,正式集成 CUDA 加速

[复制链接]
跳转到指定楼层
1#
发表于 2010-10-13 18:54 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
http://www.mathworks.com/product ... _9b_homepage_268513

What's New in Release 2010b

Release 2010b includes new features in MATLAB and Simulink, one new product, and updates and bug fixes to 85 other products. Subscribers to MathWorks Software Maintenance Service can download product updates. Visit the License Center to download products, activate software, and manage your license and user information.
New capabilities for the MATLAB product family include:

    * Custom enumerated data types, 64-bit integer arithmetic, and desktop enhancements in MATLAB
    * GPU computing with CUDA-enabled NVIDIA devices in Parallel Computing Toolbox
    * Support for the GigE Vision hardware standard in Image Acquisition Toolbox
    * Automated PID tuning in Control System Toolbox
    * New System objects for communications design in MATLAB, supporting 95 algorithms in Communications Blockset
    * Spline Toolbox capabilities merged into Curve Fitting Toolbox
    * OAS and CDS calculations in Fixed Income Toolbox, Reuters Contribute functionality in Datafeed Toolbox, and credit risk enhancements in Financial Toolbox
    * Graphical tool for fitting dynamic networks to time-series data in Neural Network Toolbox
    * Next-Generation Sequencing Browser in Bioinformatics Toolbox and time lag, error models, and covariate analysis in SimBiology

New capabilities for the Simulink product family include:

    * Arrays of buses with For Each subsystems for reducing Simulink model size, simulation time, and data copies for large-scale models
    * Subsystem variants in Simulink and atomic subcharts in Stateflow to create reusable model components
    * Test harness generation, data logging, and scripted test execution in Simulink Verification and Validation
    * Parallel builds of model reference hierarchies with Real-Time Workshop and MATLAB Distributed Computing Server
    * SimRF, based on Simscape, including circuit envelope simulation and RF Blockset capabilities
    * FPGA Workflow Advisor, critical path highlighting, and DO-254 support in Simulink HDL Coder
    * Multicore support for multirate models in xPC Target and xPC Target Turnkey systems

New capabilities for Polyspace code verification products include:

    * Web interface for viewing project metrics in Polyspace Server for C/C++ and Polyspace Server for Ada
    * Support for all statically enforceable MISRA-C++ coding standards in Polyspace Client for C/C++
2#
 楼主| 发表于 2010-10-13 19:06 | 只看该作者
Limitations and Restrictions

The following limitations apply to the code within the function that arrayfun is evaluating on a GPU.

    *

      The arrayfun function argument must be a handle to a MATLAB function, whose function file (not a script) defines a single function.
    *

      The code can call only those supported functions listed above, and cannot call scripts. Overloading the supported functions is not allowed.
    *

      Indexing (subsasgn, subsref) is not supported.
    *

      The following language features are not supported: persistent or global variables; if, for, while, parfor, spmd, switch, try/catch, and return.
    *

      All double calculations are IEEE-compliant, but because of hardware limitations, single calculations are not.
    *

      The only supported data type conversions are single, double, int32, uint32, and logical.
    *

      eps is supported without input or with numeric input, but not with a string input. For example, you can call eps and eps(x), where x evaluates to a number; but you cannot call eps('single') or eps('double').
    *

      Functional forms of arithmetic operators are not supported, but symbol operators are. For example, the function cannot contain a call to plus, but it can use the + operator.
    *

      Like arrayfun in MATLAB, matrix exponential power, multiplication, and division (^, *, /, ) perform element-wise calculations only.
    *

      There is no ans variable to hold unassigned computation results. Make sure to explicitly assign to variables the results of all calculations that you are interested in.
回复 支持 反对

使用道具 举报

3#
发表于 2010-10-13 19:07 | 只看该作者
据说2010b精简了不少工具箱,我还在下载,改天换上260+试试效果
回复 支持 反对

使用道具 举报

4#
发表于 2010-10-13 19:10 | 只看该作者
终于等到了,等了很久啊
回复 支持 反对

使用道具 举报

5#
发表于 2010-10-13 19:50 | 只看该作者
好消息。终于官方的来了。

正在用2010a
回复 支持 反对

使用道具 举报

pikaqiuuuu 该用户已被删除
6#
发表于 2010-10-13 20:21 | 只看该作者
提示: 作者被禁止或删除 内容自动屏蔽
回复 支持 反对

使用道具 举报

7#
发表于 2010-10-13 20:27 | 只看该作者
我毕业论文就是用matlab做的
回复 支持 反对

使用道具 举报

8#
发表于 2010-10-13 20:45 | 只看该作者
GPU computing with CUDA-enabled NVIDIA devices in Parallel Computing Toolbox
一千刀又没有了...
回复 支持 反对

使用道具 举报

9#
发表于 2010-10-13 20:52 | 只看该作者
这个不错啊,支持
回复 支持 反对

使用道具 举报

10#
发表于 2010-10-13 21:13 | 只看该作者
回复 支持 反对

使用道具 举报

11#
发表于 2010-10-13 22:42 | 只看该作者
同LS,毕业论文是用MATLAB,可惜到现在已经什么都不会了
回复 支持 反对

使用道具 举报

12#
发表于 2010-10-14 19:25 | 只看该作者
这东西不错,cuda加速极为实用。
回复 支持 反对

使用道具 举报

13#
发表于 2010-10-14 19:56 | 只看该作者
正在下载,看着文档感觉用起来很方便的,不知性能如何
回复 支持 反对

使用道具 举报

14#
发表于 2010-10-14 20:05 | 只看该作者
很久没有用过matlab了
回复 支持 反对

使用道具 举报

头像被屏蔽
15#
发表于 2010-10-14 20:49 | 只看该作者
提示: 作者被禁止或删除 内容自动屏蔽
回复 支持 反对

使用道具 举报

potomac 该用户已被删除
16#
发表于 2010-10-14 21:54 | 只看该作者
提示: 作者被禁止或删除 内容自动屏蔽
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

广告投放或合作|网站地图|处罚通告|

GMT+8, 2025-9-13 18:26

Powered by Discuz! X3.4

© 2001-2017 POPPUR.

快速回复 返回顶部 返回列表