# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/uxfmeiq
萬字長文詳解 InfiniBan
GPU 在高性能計算和深度學習加速中扮演着非常重要的角色, GPU 的強大的並行計算能力,大大提升了運算性能。隨着運算數據量的不斷攀升,GPU 間需要大量的交換數據,因此,GPU 通信性能成爲了非常重要的指標。在 AI 集羣中進行分佈式訓練時,通信是必要環節,同時也是相比於單機訓練而言多出來的系統開銷。通信與計算的時間比例往往決定了分佈式機器學習系統加速比的上限。因此,分佈式機器學習的關鍵是設計通 ⌘ Read more