Posts

Showing posts with the label rustc

Rust experiments: Wrapping unsafe (malloc/free) in safe abstractions | GPU engineering

Image
    I'll have a full example soon on how to wrap unsafe code (malloc/free like in a C++ Cuda kernel), in safe abstractions using Rust. See snippet below: