Effacer les filtres
Effacer les filtres

Using GPU accelerated matlab file in LabVIEW

4 vues (au cours des 30 derniers jours)
Jiayun Liu
Jiayun Liu le 19 Juin 2023
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?

Réponses (1)

Alik
Alik le 21 Juil 2023
Déplacé(e) : Walter Roberson le 22 Juil 2023
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 commentaire
Jiayun
Jiayun le 22 Juil 2023
Déplacé(e) : Walter Roberson le 22 Juil 2023
Oh I haven't heard about this. I will check it out. Thanks!

Connectez-vous pour commenter.

Catégories

En savoir plus sur LabVIEW dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by