Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
CUDA[Properties] - CUDA(R) が有効なハードウェア装置のプロパティを表示する
使い方
Properties( )
Properties( id=arg )
パラメータ
arg
-
( integer ) プロパティを表示したいハードウェア装置の数
モデルの説明
Properties 関数は、お使いのコンピュータで使用可能な Compute Unified Device Architecture (CUDA)が有効なハードウェア装置に関する情報を表示します。指定した装置について、プロパティとそれに対応する値を含む表が表示されます。
CUDA が有効なデバイスが列挙され、各装置に一意な番号が割り当てられます。id パラメータを指定すると、プロパティを表示したい装置を選択できます。id パラメータが指定されない場合、(お使いのコンピュータ上の各装置につき 1 つの)表のリストが表示されます。
アプリケーションと例題
これらの例は CUDA をサポートするコンピュータ上で実行してください。
CUDA:-Enable( true );
CUDA:-Properties();
CUDA:-Properties( id=0 );
関連項目
CUDA, CUDA[Enable], Supported Hardware for CUDA Acceleration
Download Help Document