zyx-cpu

Crates.iozyx-cpu
lib.rszyx-cpu
version0.1.1
sourcesrc
created_at2024-03-09 16:37:49.205013
updated_at2024-03-21 16:32:50.23604
descriptionZyx cpu backend
homepagehttps://github.com/zk4x/zyx
repositoryhttps://github.com/zk4x/zyx
max_upload_size
id1167949
size25,944
(zk4x)

documentation

https://docs.rs/zyx-cpu

README

zyx-cpu

Cpu backend of zyx machine learning library.

This backend is written in pure rust and runs only on the cpu. It is not currently very fast, because it does not fuse operations together. It should be used mostly as reference implementation for other backends.

For README and source code, please visit github.

For more details, there is a book.

Cargo features

  • std - enables multithreading and zyx-core/std
Commit count: 493

cargo fmt