From 7c543f3f0bc4c79100e365e67c069fdaa42d3a20 Mon Sep 17 00:00:00 2001 From: ImmanuelSegol <3ditds@gmail.com> Date: Thu, 22 Feb 2024 05:53:23 +0200 Subject: [PATCH] Update docs/icicle/rust-bindings/multi-gpu.md Co-authored-by: Jeremy Felder --- docs/icicle/rust-bindings/multi-gpu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/icicle/rust-bindings/multi-gpu.md b/docs/icicle/rust-bindings/multi-gpu.md index 20567e0..2c6822e 100644 --- a/docs/icicle/rust-bindings/multi-gpu.md +++ b/docs/icicle/rust-bindings/multi-gpu.md @@ -9,7 +9,7 @@ To learn more about the theory of Multi GPU programming refer to [this part](../ ## Device management API -To stream line device management we offer as part of `icicle-cuda-runtime` package methods for dealing with devices. +To streamline device management we offer as part of `icicle-cuda-runtime` package methods for dealing with devices. #### [`set_device`](https://github.com/vhnatyk/icicle/blob/275eaa99040ab06b088154d64cfa50b25fbad2df/wrappers/rust/icicle-cuda-runtime/src/device.rs#L6)