Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
ImmanuelSegol committed Feb 21, 2024
1 parent 090151b commit 963cb36
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions docs/icicle/rust-bindings/multi-gpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

To learn more about the theory of Multi GPU programming refer to [this part](../multi-gpu.md) of documentation.


## A Multi GPU example



## Device management API

To stream line device management we offer as part of `icicle-cuda-runtime` package methods for dealing with devices.
Expand Down Expand Up @@ -148,10 +153,3 @@ let device_id: i32 = 0; // Example device ID
check_device(device_id);
// Ensures that the current context is correctly set for the specified device ID.
```


## A Multi GPU example

todo


0 comments on commit 963cb36

Please sign in to comment.