Skip to main content

Showing 1–8 of 8 results for author: Monroe, L

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

    cs.NI cs.DC math.CO

    Edge-Disjoint Spanning Trees on Star-Product Networks

    Authors: Aleyah Dawkins, Kelly Isham, Ales Kubicek, Kartik Lakhotia, Laura Monroe

    Abstract: Star-product graphs are a natural extension of the Cartesian product, but have not been well-studied. We show that many important established and emerging network topologies, including HyperX, SlimFly, BundleFly, PolarStar, mesh, and torus, are in fact star-product graphs. While this connection was known for BundleFly and PolarStar, it was not for the others listed. We extend a method of constru… ▽ More

    Submitted 18 March, 2024; originally announced March 2024.

  2. arXiv:2302.07217  [pdf, other

    cs.NI cs.DC math.CO

    PolarStar: Expanding the Scalability Horizon of Diameter-3 Networks

    Authors: Kartik Lakhotia, Laura Monroe, Kelly Isham, Maciej Besta, Nils Blach, Torsten Hoefler, Fabrizio Petrini

    Abstract: In this paper, we present PolarStar, a novel family of diameter-3 network topologies derived from the star product of two low-diameter factor graphs. The proposed PolarStar construction gives the largest known diameter-3 network topologies for almost all radixes. When compared to state-of-the-art diameter-3 networks, PolarStar achieves 31% geometric mean increase in scale over Bundlefly, 91% over… ▽ More

    Submitted 14 February, 2023; originally announced February 2023.

    Comments: 13 pages, 13 figures, 4 tables

    ACM Class: B.4.3; B.4.4; G.2.2

  3. PolarFly: A Cost-Effective and Flexible Low-Diameter Topology

    Authors: Kartik Lakhotia, Maciej Besta, Laura Monroe, Kelly Isham, Patrick Iff, Torsten Hoefler, Fabrizio Petrini

    Abstract: In this paper we present PolarFly, a diameter-2 network topology based on the Erdos-Renyi family of polarity graphs from finite geometry. This is a highly scalable low-diameter topology that asymptotically reaches the Moore bound on the number of nodes for a given network degree and diameter PolarFly achieves high Moore bound efficiency even for the moderate radixes commonly seen in current and… ▽ More

    Submitted 2 May, 2023; v1 submitted 2 August, 2022; originally announced August 2022.

    Comments: In Proceedings of International Conference for High Performance Computing, Networking, Storage, and Analysis (SC) 2022

    ACM Class: B.4.3; B.4.4

  4. SIMD-Optimized Search Over Sorted Data

    Authors: Benjamin Mastripolito, Nicholas Koskelo, Dylan Weatherred, David A. Pimentel, Daniel Sheppard, Anna Pietarila Graham, Laura Monroe, Robert Robey

    Abstract: Applications often require a fast, single-threaded search algorithm over sorted data, typical in table-lookup operations. We explore various search algorithms for a large number of search candidates over a relatively small array of logarithmically-distributed sorted data. These include an innovative hash-based search that takes advantage of floating point representation to bin data by the exponent… ▽ More

    Submitted 6 December, 2021; originally announced December 2021.

    Report number: LA-UR-20-30218

    Journal ref: J. Comput. Inf. Sci. Eng. Apr 2022, 22(2)

  5. arXiv:2111.05996  [pdf, other

    math.CO cs.DS math.CA math.NT

    A Few Identities of the Takagi Function on Dyadic Rationals

    Authors: Laura Monroe

    Abstract: The number of unbalanced interior nodes of divide-and-conquer trees on $n$ leaves is known to form a sequence of dilations of the Takagi function on dyadic rationals. We use this fact to derive identities on the Takagi function, and on the Hamming weight of an integer in terms of the Takagi function.

    Submitted 15 November, 2021; v1 submitted 10 November, 2021; originally announced November 2021.

    Comments: 11 pages, 1 figure. This paper is a small portion of arXiv:2108.11496 with some additions, split for publication. Version 2 adds references to another proof of the weight theorem and makes some notation changes

    Report number: LA-UR-21-31244 MSC Class: 68R05 (Primary) 26A27 (Secondary); 05C05; 28A80

  6. arXiv:2108.11496  [pdf, other

    cs.DM math.CO

    A Class of Trees Having Near-Best Balance

    Authors: Laura Monroe

    Abstract: Full binary trees naturally represent commutative non-associative products. There are many important examples of these products: finite-precision floating-point addition and NAND gates, among others. Balance in such a tree is highly desirable for efficiency in calculation. The best balance is attained with a divide-and-conquer approach. However, this may not be the optimal solution, since the succ… ▽ More

    Submitted 25 August, 2021; originally announced August 2021.

    Comments: 60 pages, 10 figures

    MSC Class: 05A10; 05C05 (Primary) 65G50; 92D10 (Secondary)

  7. arXiv:2103.05810   

    math.NT cs.DM math.CO

    Binary Signed-Digit Integers, the Stern Diatomic Sequence and Stern Polynomials

    Authors: Laura Monroe

    Abstract: Stern's diatomic sequence is a well-studied and simply defined sequence with many fascinating characteristics. The binary signed-digit (BSD) representation of integers is used widely in efficient computation, coding theory and other applications. We link these two objects, showing that the number of $i$-bit binary signed-digit representations of an integer $n<2^i$ is the $(2^i-n)^\text{th}$ elemen… ▽ More

    Submitted 30 August, 2021; v1 submitted 9 March, 2021; originally announced March 2021.

    Comments: This paper has been subsumed by two other papers, which can be found on arXiv: "Binary Signed-Digit Integers and the Stern Diatomic Sequence" at arxiv:2108.11495, and "Binary Signed-Digit Integers and the Stern Polynomial" at arxiv:2108.12417

    MSC Class: 11A63 (Primary); 11B83 (Secondary); 68R01

  8. arXiv:2005.05387  [pdf, ps, other

    cs.DM math.CO

    Computationally Inequivalent Summations and Their Parenthetic Forms

    Authors: Laura Monroe, Vanessa Job

    Abstract: Floating-point addition on a finite-precision machine is not associative, so not all mathematically equivalent summations are computationally equivalent. Making this assumption can lead to numerical error in computations. Proper ordering and parenthesizing is a low-overhead way of mitigating such error in a floating point summation. Ordered and parenthesized summations fall into equivalence clas… ▽ More

    Submitted 11 May, 2020; originally announced May 2020.

    Comments: 24 pages, 6 figures

    ACM Class: G.2.1; F.2.2