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
14
15
# First Program

Let's build a complete image processing program using Trueno to demonstrate real-world usage.

## Project: Brightness Adjustment Tool

We'll create a CLI tool that adjusts image brightness using SIMD-accelerated vector operations.

[Content to be added: Complete example with image loading, vector processing, benchmarking]

## Next Steps

- [Architecture Overview]../architecture/overview.md
- [API Reference]../api-reference/vector-operations.md
- [Examples]../examples/image-processing.md