Changes for page GPU Server

Last modified by Thomas Coelho (local) on 2024/10/01 13:47

From version 11.1
edited by Thomas Coelho (local)
on 2024/04/25 11:16
Change comment: There is no comment for this version
To version 6.1
edited by Thomas Coelho (local)
on 2023/11/06 11:08
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -4,11 +4,11 @@
4 4  
5 5  = The GPU Server =
6 6  
7 -The GPU machine is a two socket server with AMD EPYC 7313 processors. One processor a 16 Cores, actually with SMT enabled (32 Threads). It comes with 512 GB of memory and 2 x 4 TB U.3 (NVMe) SSDs as fast storage. There are** 8 AMD Instinct Mi 50** GPU cards for computing.
7 +The GPU machine is a two socket server with AMD EPYC 7313 processors. The processors have 16 Cores, actually with SMT enabled (32 Threads). It comes with 512 GB of memory and 2 x 4 TB U.3 (NVMe) SSDs as fast storage. There are** 8 AMD Instinct Mi 50** GPU cards for computing.
8 8  
9 9  Access is given by SLURM and the separate partition "gpu".
10 10  
11 -As software stack AMD ROCm is installed. This supports the ROCm and openCL interface. Current ROCm Stack is version 6.1. This is also packaged in Ubuntu 6.1.
11 +As software stack AMD ROCm is installed. This supports the ROCm and openCL interface.
12 12  
13 13  (% class="box infomessage" %)
14 14  (((
... ... @@ -41,13 +41,9 @@
41 41  Install Pytorch:
42 42  
43 43  {{code language="bash"}}
44 -pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.0
45 -
46 -
44 +pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm5.6
47 47  {{/code}}
48 48  
49 -At time of writing it's not available for 6.1. Please check the pytorch Website for updates.
50 -
51 51  You can test the installation with
52 52  
53 53  {{code language="python"}}
... ... @@ -57,6 +57,8 @@
57 57  
58 58  {{/code}}
59 59  
56 +== ==
57 +
60 60  == Links ==
61 61  
62 62  GPU Cards: [[https:~~/~~/www.amd.com/en/products/professional-graphics/instinct-mi50>>https://www.amd.com/en/products/professional-graphics/instinct-mi50]]
... ... @@ -66,4 +66,5 @@
66 66  Pytorch: [[https:~~/~~/pytorch.org/>>https://pytorch.org/]]
67 67  
68 68  
67 +
69 69