lufloat 0.1.2

Fastest FP16 Math and AI Library for AMD APUs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "lufloat"
version = "0.1.2"
edition = "2024"
description = "Fastest FP16 Math and AI Library for AMD APUs"
license = "AGPL-3.0-only"
repository = "https://github.com/Legendofzaday/lufloat"
readme = "README.md"
keywords = ["gpu", "math", "f16", "rocm", "hip"]

[profile.release]
codegen-units = 1
lto = true
panic = "abort"
strip = true