1 repositorio
Performs element-wise arithmetic on 32-bit floating-point slices using SIMD instructions for parallel throughput.
Distinct from SIMD-Accelerated Arithmetic: Distinct from SIMD-Accelerated Arithmetic: focuses specifically on float32 precision operations rather than general SIMD arithmetic across all numeric types.
Explore 1 awesome GitHub repository matching data & databases · Float32 Operations. Refine with filters or upvote what's useful.
Gorgonia is a Go library that provides an automatic differentiation engine and a computation graph framework for building and training neural networks. It functions as a CUDA-accelerated tensor library and a SIMD-optimized math library, enabling machine learning workflows entirely within the Go ecosystem. The library distinguishes itself through a dual-backend architecture that dispatches neural network operations to either a GPU or CPU depending on CUDA availability at runtime. It constructs differentiable directed acyclic graphs of tensor operations, supports reverse-mode automatic gradient
Provides SIMD-accelerated float32 vector math as a core performance feature for neural network computations.