MCPcopy Create free account
hub / github.com/Rust-GPU/rust-cuda / float_ext.rs

File float_ext.rs

crates/cuda_std/src/float_ext.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1//! Extension trait for [`f32`] and [`f64`], providing high level wrappers on top of
2//! raw libdevice intrinsics from [`intrinsics`](crate::intrinsics).
3
4use crate::intrinsics as raw;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected