Algebraic enhancements for GEMM & AI accelerators
-
Updated
Feb 28, 2025 - Python
Algebraic enhancements for GEMM & AI accelerators
Algorithms in python and C
A C++ library for big integers and dynamic precision floating-point
Implement High-Performance Karatsuba Multiplier in High-Level Synthesis (HLS) for FPGA Based on Recursive Template
Advanced algorithms and generic data structures in C
Montgomery multiplication in number bases that are a power of 2, like binary, hexadecimal, byte-wise etc.
Divide and Conquer algorithm to multiply n-bit numbers in O(n^1.58).. This implementation works completely without using Python's "*"-operator; just "+", "-", bitwise operations and a lookup table.
10 algorithms for long arithmetic
🔡 λ Karatsuba multiplication implemented in Haskell
C Library of functions to compute addition, subtraction, multiplication, division and exponentiation (positive exponent) of integers of arbitrary length.
Algorithms implemented in Python and Java
C++17 implementation of arbitrary precision integer arithmetic
Fast Multiplication algorithm for very long digit numbers.
C library to perform calculations on integers of arbitrary length
Построение и оптимизация алгоритмов (ЛЭТИ 2024) / Construction and optimization of algorithms (ETU 2024)
Multiprecision arithmetic in cryptography.
Implementing the fast Karatsuba multiplication algorithm
Very long integer class and some methods for it
Add a description, image, and links to the karatsuba topic page so that developers can more easily learn about it.
To associate your repository with the karatsuba topic, visit your repo's landing page and select "manage topics."