← Search

Tushar Krishna

8 accepted papers

2026

QuArch: A Benchmark for Evaluating LLM Reasoning in Computer Architecture

ICML 2026poster

The field of computer architecture, which bridges high-level software abstractions and low-level hardware implementations, remains absent from current large language model (LLM) evaluations. To this end, we present QuArch (pronounced 'quark'), the first benchmark designed to facilitate the developme…

Cited by 0SourceScholar
2026

SLM-MUX: Orchestrating Small Language Models for Reasoning

ICLR 2026poster

With the rapid development of language models, the number of small language models (SLMs) has grown significantly. Although they do not achieve state-of-the-art accuracy, they are more efficient and often excel at specific tasks. This raises a natural question: can multiple SLMs be orchestrated into…

Cited by 0SourceScholar
2026

ThinKV: Thought-Adaptive KV Cache Compression for Efficient Reasoning Models

ICLR 2026oral

The long-output context generation of large reasoning models enables extended chain of thought (CoT) but also drives rapid growth of the key–value (KV) cache, quickly overwhelming GPU memory. To address this challenge, we propose ThinKV, a thought-adaptive KV cache compression framework. ThinKV is b…

Cited by 12SourceScholar
2026

ThunderAgent: A Fast, Simple, and Program-Aware Agentic Inference System

ICML 2026spotlight

Large language models (LLMs) are now used to power complex multi-turn agentic workflows. Existing services run agentic inference by assembling isolated components: an LLM inference engine (e.g., vLLM) and a tool orchestrator (e.g., Kubernetes). Although agentic workflows involve multiple LLM and too…

Cited by 0SourceScholar
2025

LayerDAG: A Layerwise Autoregressive Diffusion Model for Directed Acyclic Graph Generation

ICLR 2025spotlight

Directed acyclic graphs (DAGs) serve as crucial data representations in domains such as hardware synthesis and compiler/program optimization for computing systems. DAG generative models facilitate the creation of synthetic DAGs, which can be used for benchmarking computing systems while preserving i…

2025

OuroMamba: A Data-Free Quantization Framework for Vision Mamba

ICCV 2025poster

We present OuroMamba, the first data-free post-training quantization (DFQ) method for vision Mamba-based models (VMMs). We identify two key challenges in enabling DFQ for VMMs, (1) VMM's recurrent state transitions restricts the capturing of long-range interactions and leads to semantically weak syn…

2025

Win Fast or Lose Slow: Balancing Speed and Accuracy in Latency-Sensitive Decisions of LLMs

NeurIPS 2025spotlight

Large language models (LLMs) have shown remarkable performance across diverse reasoning and generation tasks, and are increasingly deployed as agents in dynamic environments such as code generation and recommendation systems. However, many real-world applications, such as high-frequency trading and…

Cited by 0SourcecodeScholar
2023

Efficient Distributed Inference of Deep Neural Networks via Restructuring and Pruning

AAAI 2023technical

In this paper, we consider the parallel implementation of an already-trained deep model on multiple processing nodes (a.k.a. workers). Specifically, we investigate as to how a deep model should be divided into several parallel sub-models, each of which is executed efficiently by a worker. Since late…

Cited by 2SourcePDFScholar