其他分享
首页 > 其他分享> > GNU Octave, GNU Scientific Library, Intel IPP, CUDA简介

GNU Octave, GNU Scientific Library, Intel IPP, CUDA简介

作者:互联网

GNU Octave The Octave syntax is largely compatible with Matlab. The Octave interpreter can be run in GUI mode, as a console, or invoked as part of a shell script. 

GNU Octave 6.4.0 Released – Oct 30, 2021

GSL - GNU Scientific Library

The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers. The library provides a wide range of mathematical routines such as random number generators, special functions and least-squares fitting. There are over 1000 functions in total with an extensive test suite.

Current stable version: GSL-2.7, released on 1 June 2021.

Intel Integrated Performance Primitives (Intel IPP) is a multi-threaded software library of functions for multimedia and data processing applications, produced by Intel. The library supports Intel and compatible processors and is available for Linux, macOS, Windows and Android operating systems. It is available separately or as a part of Intel Parallel Studio.

The library takes advantage of processor features including MMX, SSE, SSE2, SSE3, SSSE3, SSE4, AVX, AVX2, AVX-512, AES-NI and multi-core processors. Intel IPP includes functions for:

Intel IPP is divided into four major processing groups: Signal (with linear array or vector data), Image (with 2D arrays for typical color spaces), Matrix (with nxm arrays for matrix operations), and Cryptography.

Half the entry points are of the matrix type, a third are of the signal type and the remainder are of the image and cryptography types. Intel IPP functions are divided into 4 data types: Data types include 8u (8-bit unsigned), 8s (8-bit signed), 16s, 32f (32-bit floating-point), 64f, etc. Typically, an application developer works with only one dominant data type for most processing functions, converting between input to processing to output formats at the end points.

History

CUDA (an acronym for Compute Unified Device Architecture) is a parallel computing platform and application programming interface (API) model created by Nvidia.[1] It allows software developers and software engineers to use a CUDA-enabled graphics processing unit (GPU) for general purpose processing – an approach termed GPGPU (general-purpose computing on graphics processing units). The CUDA platform is a software layer that gives direct access to the GPU's virtual instruction set and parallel computational elements, for the execution of compute kernels. CUDA 8.0 comes with the following libraries (for compilation & runtime, in alphabetical order):

六级/考研单词: compatible, interpret, console, script, potent, plot, hardware, numerical, mathematics, random, suite, integrate, primitive, data, parallel, studio, audio, compute, convert, ray, trace, render, array, tertiary, update, unify, instruct, execute, alphabet, algebra, dense, graph

标签:functions,Intel,GNU,processing,library,Library,CUDA
来源: https://www.cnblogs.com/funwithwords/p/15894425.html