Using GPU accelerated matlab file in LabVIEW

I have been using the 'Library Compiler' with '.NET Assembly' to generate .dll files to run in LabVIEW and there are no problems so far. However I have a Matlab code that uses gpuarray and I wish to run the code in LabVIEW as well. It seems that I am unable to create .dll files the way I did previously. Are there additional modifications that I need to do to the code for it to run in LabVIEW or are there other ways to implement the gpu-accelerated code in LabVIEW?

回答 (1 件)

Alik
Alik 2023 年 7 月 21 日
移動済み: Walter Roberson 2023 年 7 月 22 日

0 投票

Hi,
Have you seen CuLab - GPU Toolkit by Ngene.
It allows to directly program a GPU from LabVIEW.
So basically you can write your algorithm in a LabVIEW native way which will be accelerated in GPUs.

1 件のコメント

Jiayun
Jiayun 2023 年 7 月 22 日
移動済み: Walter Roberson 2023 年 7 月 22 日
Oh I haven't heard about this. I will check it out. Thanks!

サインインしてコメントする。

カテゴリ

質問済み:

2023 年 6 月 19 日

移動済み:

2023 年 7 月 22 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by