# Voyager

- **Event:** [PyTorch Helion Hackathon](https://cerebralvalley.ai/e/helion-hackathon)
- **When:** Sat, Mar 14 at 9:00 AM – 10:00 PM (PDT)
- **Where:** Shack15, San Francisco, CA
- **Team:** [Harsh Bajaj](https://cerebralvalley.ai/u/vectorvoyager)
- **GitHub:** https://github.com/pytorch/helion/pull/1697
- **Gallery:** https://cerebralvalley.ai/e/helion-hackathon/hackathon/gallery
- **Page:** https://cerebralvalley.ai/e/helion-hackathon/hackathon/gallery/2

---
  Causal Depthwise Conv1D (Mamba/SSM)
  Core operator in Mamba state-space models. Each channel is convolved
  independently with a causal filter: y[b,d,t] = bias[d] + Σ weight[d,k] *
  x[b,d,t-k], left-zero-padded for causality. Single dynamic Helion kernel
  specializes only on filter width W (unrolls the inner loop) while B, D, N stay
   dynamic — cutting JIT compilations from 8 down to 3, solving a 12-min CI
  timeout. Config autotuned on Nebius B200.
  ---

---

Markdown version of https://cerebralvalley.ai/e/helion-hackathon/hackathon/gallery/2. Site index for agents: https://cerebralvalley.ai/llms.txt · full text: https://cerebralvalley.ai/llms-full.txt
