Sign Up

G2CPU GPU and CPU HPC Toolkit Community Edition by Natan Biesmans - Toolkit for LabVIEW Download

G2CPU GPU and CPU high performance computing toolkit

D Discussion Watch * 0 ↓218
 logo
Version1.4.1.5
ReleasedJul 02, 2024
Publisher Natan Biesmans
License G2CPU License Agreement
LabVIEW VersionLabVIEW x64>=20.0
Operating System Windows x64
Project links Homepage   Discussion

Description

Please make sure VIPM is running with Administrator privliges!!!

G2CPU GPU and CPU high performance computing toolkit Community Edition

G2CPU is a general high performance computing library for LabVIEW based on ArrayFire.
Through the same code you can dynamically choose where the computational task is executed with absolutely no hassle. Code can be run on standard CPU's, Nvidia CUDA devices and OpenCL compatible devices.

Community license
The community edition is a free edition of G2CPU which is free to use by anyone for non-commercial actions.
Feel free to develop, learn and play. A perfect pairing with LabVIEW community edition.

Email toolsnetwork@ni.com to get your free license.
Please provide the following details when doing so:
- First name
- Last name
- E-mail address
- Organization
- Computer ID (You can find this by going to the "NI License Manager" and clicking "computer information" in the top.)

Note from NI Tools Network
The Community license will not show up on your NI account, it will be a computer-based license so if you want to transfer the license to another system you would need to reapply for a new community license.

You have access to general arithmetic, array manipulation, signal processing, vector algorithms, machine vision and many more with even more to come.

Supported Technologies
CPU
When running code on you CPU the computational task is divided over multiple cores. Fully utilizing the CPU without the need for manual thread control.

CUDA GPU's
Maximize your computational power on Nvidia GPU's by using Nvidia's CUDA technology.

OpenCL GPU's
Throug OpenCL you can run code on most commercial GPU's from all the big vendors like Intel, AMD and Nvidia. You can even run your code on the integrated graphics card on your CPU. (if available)

Intel OneAPI
The Intel OneAPI is provides its own unified acces to hardware which ranges from CPU's, GPU's to even accelerators and FPGA's.

Release Notes

1.4.1.5 (Jul 02, 2024)

New features
- New DMA method for increased LabVIEW to GPU speed.
- Decoupled libraries for faster loading times in development environment

Bug Fixes:
- FFT's required inputs set
- Update of of FIR and IR datatype passthrough so it reflects the input array
- Improved stability in LabVIEW analog indexing functions
- Basic maths of a scalar of different type to an array no longer causes an internal error
- Typecast is now visible in the function pallete


Download Package

Versions

  Post an Idea   Post a Resource

Recent Posts

Forum Posts

The sample loads very slowly
Hi, When I try to load the demo, it gets stuck in the loading process. As shown in the attach…