Main Content

内核创建

创建CUDA的算法结构和模式®GPU kernels

GPU Coder™ code generation technology produces CUDA kernels for algorithms. CUDA kernels are functions that are executed on the NVIDIA®GPU设备。这些内核由许多并行的GPU线程执行。通过有效地将算法的密集部分映射到内核,您可以利用GPU计算技术提供的性能改进。

You can write algorithms programmatically by using MATLAB®or graphically in the Simulink®environment. You can trigger GPU Coder to create CUDA kernels for specific algorithm structures and patterns in your MATLAB code or for Simulink models containingMATLAB Function块。由于代码生成与MATLAB和SIMULINK的执行和仿真引擎紧密集成,因此在源代码中生成的内核和可执行程序在高度准确性中匹配MATL万博1manbetxAB代码执行的功能行为和Simulink Simulation的功能行为。

Categories