Skip to main content
arXiv is now an independent nonprofit! Learn more

Showing 1–2 of 2 results for author: Silvestre, P F

Searching in archive cs. Search in all archives.
.
  1. arXiv:2606.16907  [pdf, ps, other

    cs.DC

    Tangram: Hiding GPU Heterogeneity for Efficient LLM Parallelization

    Authors: Yanda Tao, Pedro F. Silvestre, Marcel Wagenländer, Peter Pietzuch

    Abstract: The scale of LLM training jobs requires parallelization planning over large GPU clusters. Due to different GPU types and interconnects added over time, these GPU clusters are increasingly heterogeneous. Automatic LLM parallelizers can search for parallelization plans but face an exploding search space with heterogeneous GPUs. To make search tractable in heterogeneous GPU clusters, parallelizers of… ▽ More

    Submitted 15 June, 2026; originally announced June 2026.

  2. arXiv:2501.05408  [pdf, ps, other

    cs.DC cs.AI cs.LG

    Tempo: Compiled Dynamic Deep Learning with Symbolic Dependence Graphs

    Authors: Pedro F. Silvestre, Peter Pietzuch

    Abstract: Deep learning (DL) algorithms are often defined in terms of temporal relationships: a tensor at one timestep may depend on tensors from earlier or later timesteps. Such dynamic dependencies (and corresponding dynamic tensor shapes) are difficult to express and optimize: while eager DL systems support such dynamism, they cannot apply compiler-based optimizations; graph-based systems require static… ▽ More

    Submitted 8 October, 2025; v1 submitted 9 January, 2025; originally announced January 2025.

    Comments: 17 pages, 24 figures, 3 bibliography pages

    ACM Class: I.2; I.1