Sign Up

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

G2CPU GPU and CPU high performance computing toolkit

D Discussion Watch * 0 ↓178
 logo
Version1.4.2.2
ReleasedSep 10, 2024
Publisher Natan Biesmans
License G2CPU License Agreement
LabVIEW VersionLabVIEW x64>=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.2.2 (Sep 10, 2024)

New features
- By keys functions now allows S32 1D keys
- When providng a scalar indix to "G2CPU Lookup" one dimension count will be subtracted from the output.
- Mod dims no longer requires only U64 datatype clusters
- You can now pre allocate buffers when downloading arrays for daster GPU to CPU memory transfers.

Bug Fixes:
- FFT IDE behaviour when providing complex numbers is now correct.
- G2CPU Coerce now sets its output datatype based on the Array in datatype
- Mod Dims now allows output arrays to be lower dimension counts.
- FIR release connectors where switched, they are now correct.
- Concatenate release connectors where switched, they are now correct.
- Fix of select vi controls being reversed
- G2CPU select no longer crashes due to swapped inputs.


Download Package

Versions

  Post an Idea   Post a Resource

Recent Posts

Forum Posts

Some issues
Hi, I've been using the ArrayFire library with LabVIEW for many years. To do this I had to cr…