필터 지우기
필터 지우기

Using GPU accelerated matlab file in LabVIEW

조회 수: 4 (최근 30일)
Jiayun Liu
Jiayun Liu 2023년 6월 19일
이동: Walter Roberson 2023년 7월 22일
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일
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!

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 LabVIEW에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by