tetration 0.1.9

Chunked tensor .tet format, tet CLI, and optional C ABI (tetration-ffi)
Documentation
1
2
3
4
5
6
7
8
//! Utils integration tests.

use crate::utils::host_memory::available_memory_bytes;

#[test]
fn host_memory_probe_does_not_panic() {
    let _ = available_memory_bytes();
}