GitLab now enforces expiry dates on tokens that originally had no set expiration date. Those tokens were given an expiration date of one year later. Please review your personal access tokens, project access tokens, and group access tokens to ensure you are aware of upcoming expirations. Administrators of GitLab can find more information on how to identify and mitigate interruption in our documentation.
@@ -24,20 +24,20 @@ Block berjumlah 128, karena GEFORCE GTX 1080 memiliki SM yang memiliki 128 core
### Pengukuran Kinerja
#### 100 node
`Serial: 11731 ms
Paralel: 33512 ms`
`Serial: 11731 ms`<br/>
`Paralel: 33512 ms`
#### 500 node
`Serial: 1206363 ms
Paralel: 880819 ms`
`Serial: 1206363 ms`<br/>
`Paralel: 880819 ms`
#### 1000 node
`Serial: 14724479 ms
Paralel: 29879 ms`
`Serial: 14724479 ms`<br/>
`Paralel: 29879 ms`
#### 3000 node
`Serial: 292315683 ms
Paralel: 93614 ms`
`Serial: 292315683 ms`<br/>
`Paralel: 93614 ms`
### Analisis Perbandingan Kinerja Serial & Paralel
Pada jumlah node yang kecil, sebaiknya dilakukan algoritma secara serial karena waktu yang dibutuhkan untuk berkomunikasi pada device dengan host cukup lama. Pada jumlah node yang besar, perbandingan waktu yang terlihat sangatlah besar.