Deep Learning in Rust with GPU with onnxruntime-rs

I have searched for months for a way to do Deep Learning(DL) Inference with Rust on GPU and I finally did it!!✨👏✨ This blog post will try to answer if Rust is a good fit for the job!
I have put an … Read more

Similar

Algoritmics with Rust

Hello, today we are going to talk about Algoritmics! “Algoritmics? Is it eatable?” Hell no, or only by your brain. Before speaking about algoritmics, let’s talk about algorithm. A… (more…)

Read more »

Time safety and Rust

Recently I have had the great fortune to work on this ticket . This was an issue that stemmed from an attempt to make clock performance faster. Previously, a call to time or clock_gettime would involve a context switch an a system call (think solaris etc)... (more…)

Read more »