Skip to main content

Showing 1–2 of 2 results for author: Hunhoff, E

Searching in archive cs. Search in all archives.
.
  1. arXiv:2504.18430  [pdf

    cs.SE

    Efficiency, Expressivity, and Extensibility in a Close-to-Metal NPU Programming Interface

    Authors: Erika Hunhoff, Joseph Melber, Kristof Denolf, Andra Bisca, Samuel Bayliss, Stephen Neuendorffer, Jeff Fifield, Jack Lo, Pranathi Vasireddy, Phil James-Roxby, Eric Keller

    Abstract: Accelerators such as neural processing units (NPUs) deliver an enticing balance of performance and efficiency compared to general purpose compute architectures. However, effectively leveraging accelerator capabilities is not always simple: low-level programming toolkits may require substantial developer effort while high-level programming toolkits may abstract critical optimization features. Thi… ▽ More

    Submitted 25 April, 2025; originally announced April 2025.

    Comments: Accepted FCCM 25; artifact submitted for evaluation. IRON available at https://github.com/Xilinx/mlir-aie

  2. arXiv:2010.04312  [pdf, other

    cs.DC eess.SY

    Proactive Serverless Function Resource Management

    Authors: Erika Hunhoff, Shazal Irshad, Vijay Thurimella, Ali Tariq, Eric Rozner

    Abstract: This paper introduces a new primitive to serverless language runtimes called freshen. With freshen, developers or providers specify functionality to perform before a given function executes. This proactive technique allows for overheads associated with serverless functions to be mitigated at execution time, which improves function responsiveness. We show various predictive opportunities exist to r… ▽ More

    Submitted 8 October, 2020; originally announced October 2020.

    Comments: To appear in the Sixth International Workshop on Serverless Computing (WoSC6) 2020

    ACM Class: C.2.4; C.0; C.4