aprender-compute 0.32.0

High-performance SIMD compute library with GPU support, LLM inference engine, and GGUF model loading (was: trueno)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Trueno Benchmark Dependencies
# Used by UV to manage Python benchmark environment
# Usage: uv run --with numpy --with torch python_comparison.py

[project]
name = "trueno-benchmarks"
version = "0.3.0"
description = "Benchmark comparison suite for Trueno vs NumPy vs PyTorch"
requires-python = ">=3.9"
dependencies = [
    "numpy>=1.24.0",
    "torch>=2.0.0",
]