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

 


 

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:

 

 

Comments

Popular posts from this blog

Advanced Rust ML: Loading Pre-trained models with Tch-rs | ML Engineering

PyTorch: Training TinyLlama 1.1B in Google Colab | ML Engineering