Meta
Posted 3d ago

Software Engineer, AI Kernels & Performance Optimization — MTIA Software

Meta
Bellevue or Menlo Park or New York City
$154k-$217k/yrOnsiteFull Time
Responsibilities
  • optimizing kernels
  • profiling performance
  • mentoring engineers
Requirements
  • Bachelor's degree or equivalent practical experience
  • 6+ years in HPC
  • Accelerator kernels
  • Compiler backends, or systems performance
  • C++ and Python proficiency
  • Parallel architecture kernel optimization experience
Technical tools mentioned
C++PythonCUDAROCm/HIPSYCL/OpenCLMLIRLLVMTVMXLAHalideCUTLASScuBLAScuDNNCUTETritonHelionThunderKittensoneDNNComposable KernelPyTorchtorch.compileInductorvLLMSGLangNCCLRCCLFPGA

Job description

Meta designs and deploys its own AI systems. MTIA — the Meta Training and Inference Accelerator — is Meta's family of in-house AI accelerator ASICs, running recommendation and ranking workloads in production across Meta's data centers today and expanding into generative AI inference and training as successive silicon generations land (see [https://bit.ly/metamtia](https://bit.ly/metamtia)).

The MTIA Software team is part of the **AI & Compute Foundation (ACF)** organization within Meta Infrastructure. Because the hardware is ours, the software is ours too: we build the entire stack a chip vendor would normally supply — compiler and LLVM toolchain, runtime, kernel authoring frameworks and libraries, developer tooling, and deep PyTorch integration — and we co-design it with the silicon teams generation over generation.

Within that stack, the AI kernel and optimization software development team drives the layer where architecture meets arithmetic. Our mission is performance *and* programmability at scale: hit roofline enablements on the workloads that matter, and make kernel authoring accessible enough that the whole organization can close coverage gaps without funneling every problem through a handful of experts. We do this by shipping high-performance kernel libraries with broad PyTorch operator coverage, by building the C++ and Python kernel authoring frameworks and DSL surfaces that others build on, and by writing production kernels against new architectures long before first silicon — turning hardware proposals into measured roofline evidence while the design can still change.

We are hiring an experienced kernel and performance engineer to take on this role at a senior level. You will own the performance of workloads that serve billions of people, from the innermost loop of a fused attention kernel to the numeric decisions that determine whether a model converges. You will read hardware specifications and RTL-adjacent documentation as easily as you read code, and you will be expected to say clearly when the hardware — not the software — is the problem. Your findings will change what gets built next.

This is a hands-on engineering role with wide latitude. The problems aren't incremental.

## What you'll work on

- **Roofline-level kernels.** GEMM and attention variants, normalization, collectives, elementwise and reduction fusions, sparse and quantized paths — implemented against novel architectural features (matrix engines, on-chip reduction fabrics, software-managed memory hierarchies) and tuned until the remaining gap to the machine's limit is explainable in a sentence.
- **Numerics under precision constraints.** Low-precision formats (FP8, MX-style block-scaled types, integer quantization) where the difference between a correct scale choice and a plausible one is several decibels of signal, and where the fix has to work on silicon that has already been taped out.
- **Kernel authoring frameworks.** Templateized, composable C++ kernel SDKs in the spirit of CUTLASS, Python DSLs in the spirit of Triton and CuTe, and the compiler-facing interfaces that let automated codegen reach performance that used to require a specialist.
- **Pre-silicon and bring-up.** Kernels on simulators and emulators, validating architectural features and rooflines before tapeout, then first-light bring-up on real parts.
- **Software mitigations for hardware realities.** Every chip ships with something you wish were different. Finding the workaround that recovers most of the lost performance — and generalizing it so nobody rediscovers it — is core to the job.

Responsibilities

  • Design, implement, and optimize high-performance compute and communication kernels for MTIA accelerators, taking ownership from architectural analysis through production deployment
  • Profile and root-cause performance across the full stack — instruction scheduling, memory hierarchy and DMA behavior, on-chip interconnect, multi-device collectives — and drive the fixes to the right layer, whether that is the kernel, the compiler, the runtime, or the hardware
  • Build and extend kernel authoring frameworks, templates, and libraries so that other engineers can reach high performance without deep architectural expertise; raise the ceiling and lower the floor at the same time
  • Deliver and maintain broad kernel coverage for PyTorch operators across recommendation, ranking, and generative AI workloads, in both eager and compiled execution paths
  • Partner with silicon architecture and design teams on hardware/software co-design: quantify the value of proposed features with real kernels, characterize rooflines pre-silicon, and advocate for the changes the software stack actually needs
  • Work with compiler, runtime, framework, and product-facing teams to land end-to-end wins on production models rather than isolated microbenchmark improvements
  • Investigate numerics and precision trade-offs, and design software mitigations that recover performance or accuracy lost to hardware limitations
  • Set technical direction for a kernel domain, write the design documents that align cross-functional partners, and mentor engineers on performance methodology and accelerator programming

Minimum Qualifications

  • Bachelor's degree in Computer Science, Computer Engineering, relevant technical field, or equivalent practical experience
  • Bachelor's degree in Computer Science, Computer Engineering, a related technical field, or equivalent practical experience
  • 6+ years of professional experience in high-performance computing, accelerator kernel development, compiler backends, or systems performance engineering
  • Proficiency in C++ and Python, including low-level systems programming, templates and generic programming, and comfort reading and writing performance-critical code
  • Demonstrated experience writing and optimizing kernels for a parallel architecture — GPU (CUDA, ROCm/HIP, SYCL/OpenCL), TPU or other AI ASICs, or SIMD/vector CPU targets
  • Working knowledge of computer architecture as it applies to performance: memory hierarchies and bandwidth, latency hiding, occupancy and scheduling, vectorization, and synchronization
  • A rigorous, measurement-driven approach to performance: the ability to build a roofline or analytical model, profile against it, and explain the residual gap

Preferred Qualifications

  • Demonstrated ongoing AI skill development (e.g., prompt/context engineering, agent orchestration) and staying current with emerging AI technologies
  • Deep familiarity with transformer and attention kernel design: FlashAttention-class algorithms, KV-cache management, paged and chunked attention, linear and state-space attention variants, MoE routing and expert dispatch
  • 8+ years of experience in accelerator software, HPC, or ML systems performance (or equivalent with an advanced degree)
  • Experience adhering to and implementing responsible, ethical AI practices (e.g., risk assessment, bias mitigation, quality and accuracy reviews)
  • Experience with compiler and codegen technologies relevant to kernels: MLIR, LLVM, TVM, XLA, Halide, or polyhedral scheduling
  • Experience with low-precision numerics and quantization — FP8/E4M3/E5M2, MX and other block-scaled formats, INT8/INT4 — including error analysis and calibration
  • Experience mentoring engineers and setting technical direction across teams
  • Track record of open-source contribution in the kernel, compiler, or ML systems ecosystem
  • Experience with distributed execution and collective communication (NCCL/RCCL-class primitives, tensor and expert parallelism, overlapping communication with compute)
  • Experience building or contributing to high-performance kernel libraries or frameworks — CUTLASS, cuBLAS, cuDNN, CUTE, Triton, Helion, ThunderKittens, oneDNN, Composable Kernel, or comparable internal equivalents
  • Demonstrated ability to integrate AI tools to optimize/redesign workflows and drive measurable impact (e.g., efficiency gains, quality improvements)
  • Experience with pre-silicon software development — architectural simulators, FPGA emulation, performance modeling — and with hardware/software co-design cycles
  • Familiarity with ML framework internals: PyTorch dispatch and eager execution, torch.compile / Inductor, custom operator integration, and inference serving stacks such as vLLM or SGLang

Compensation

  • $154,003/year - $217,000/year; Country: US; Bonus eligible; Equity eligible

About Meta

Meta builds technologies that help people connect, find communities, and grow businesses. When Facebook launched in 2004, it changed the way people connect. Apps like Messenger, Instagram and WhatsApp further empowered billions around the world. Now, Meta is moving beyond 2D screens toward immersive experiences like augmented and virtual reality to help build the next evolution in social technology. People who choose to build their careers by building with us at Meta help shape a future that will take us beyond what digital connection makes possible today—beyond the constraints of screens, the limits of distance, and even the rules of physics.

California Notice

For those who live in or expect to work from California if hired for this position, please click here for additional information.

Equal Opportunity

Meta is proud to be an Equal Employment Opportunity employer. We do not discriminate based upon race, religion, color, national origin, sex (including pregnancy, childbirth, reproductive health decisions, or related medical conditions), sexual orientation, gender identity, gender expression, age, status as a protected veteran, status as an individual with a disability, genetic information, political views or activity, or other applicable legally protected characteristics. You may view our Equal Employment Opportunity notice here.

Accommodations

Meta is committed to providing reasonable accommodations for qualified individuals with disabilities and disabled veterans in our job application procedures. If you need assistance or an accommodation due to a disability, fill out the Accommodations request form.

About Meta

Develops social networking platforms and virtual reality technologies.

Similar jobs

Software Engineer roles near Bellevue, Washington
6h
Save
Mark Applied
Hide
Senior Software Engineering, Microsoft Digital
Redmond, Washington, United States
$120k-$235k/yr HybridFull Time
Microsoft
MicrosoftNASDAQ: MSFT: Develops software, services, devices, and cloud computing solutions.
4+ YOEBachelor’s degree or equivalent experience, 4+ years of technical engineering experience, coding skills, and 5+ years designing and developing ServiceNow solutions preferred.
ServiceNow, Microsoft 365 Copilot, Microsoft Teams, Microsoft Power Platform, Microsoft Azure, Flow Designer, Integration Hub, REST APIs, C, C++, C#, Java, JavaScript, Python
1d
Save
Mark Applied
Hide
Principal Software Engineer
Seattle, Washington, United States
$150k-$170k/yr HybridFull Time
Arboreal Management
Arboreal Management: A property management firm operating affordable and workforce housing.
Exceptional software engineering ability, production systems experience, cross-stack proficiency, strong technical judgment, and experience using AI extensively in development workflows.
JavaScript, Node.js, SvelteKit, Postgres, Microsoft Azure, Cloudflare
2d
Save
Mark Applied
Hide
Senior Principal Software Engineer IS - Cloud Engineering, Hybrid
Redmond or Alaska or California or Montana or New Mexico or Oregon or Texas or Washington
$58-$152/hr HybridFull Time
Providence
Providence: Non-profit health system providing comprehensive medical and social services.
12+ YOEBachelor's degree or equivalent experience; 12 years of related experience, including 5 years as a lead engineer; expertise in C#, Java, Python, Git, SQL/NoSQL, Agile, Azure DevOps, TFS, Jira, and cloud technologies.
C#, Java, Python, Git, SQL, NoSQL, Azure DevOps, TFS, Jira, Azure, AWS
2d
Save
Mark Applied
Hide
Software Engineer, Price Experience
Seattle or Barcelona or United States or Canada or Europe or Australia
$109k-$136k/yr HybridFull Time
Rover
Rover: Connecting pet parents with local sitters and walkers.
3+ YOERequires 3+ years of software development experience, backend engineering, web application development, relational databases, observability, automated testing, and AI-assisted engineering experience.
Python, Django, Java, Go, C#, Kotlin, React, Celery, RabbitMQ, Memcached, Redis, Django REST Framework, Claude Code, Copilot
2d
Save
Mark Applied
Hide
Staff Software Engineer - Data Platform - Kubernetes - Distributed Systems - Federal
San Diego or San Francisco or Pleasanton or Santa Clara or Kirkland or United States
$150k-$262k/yr HybridFull Time
ServiceNow
ServiceNowNYSE: NOW: Provides a cloud platform for automating enterprise digital workflows.
8+ YOERequires 8+ years software development with a bachelor's, 5+ with a master's, 3+ with a PhD, or equivalent; 5+ years Kubernetes; hyperscaler experience; Go; containers; CI/CD; GitOps; infrastructure-as-code.
Kubernetes, AWS, Azure, GCP, containers, CI/CD, GitOps, infrastructure-as-code, Go, CNI, service mesh, mTLS, observability, metrics, tracing, dashboards, AI
2d
Save
Mark Applied
Hide
Staff Software Engineer - Data Platform - Kubernetes - Distributed Systems - Federal
San Diego or San Francisco or Pleasanton or Santa Clara or Kirkland
$150k-$262k/yr HybridFull Time
ServiceNow
ServiceNowNYSE: NOW: Enterprise cloud platform for digital workflow automation.
3+ YOERequires 8+ years software development with a bachelor's, 5+ with a master's, 3+ with a PhD, or equivalent; 5+ years Kubernetes; hyperscaler, Go, containers, CI/CD, GitOps, and infrastructure-as-code experience.
Kubernetes, AWS, Microsoft Azure, Google Cloud Platform (GCP), Go, CI/CD, GitOps, Git, infrastructure-as-code, CNI, service mesh, mTLS
2d
Save
Mark Applied
Hide
Software Engineer - Digital Site Development
Issaquah, Washington, United States
$85k-$225k/yr OnsiteFull Time
Costco Wholesale
Costco WholesaleNasdaq: COST: Operates a global chain of membership-only big-box warehouse clubs.
15+ YOE15+ years in enterprise eCommerce architecture and technical design; Java EE, Spring Boot, React, Node.js, cloud, Kubernetes, databases, CI/CD, Agile/Scrum, leadership, and mentoring experience required.
Java EE, Java, Spring Boot, Spring Framework, React, Node JS, AWS, Azure, GCP, GKE, Git, CI/CD, Spanner, DB2, SQL Server, IBM MQ, Biztalk, GCP PubSub, Kafka, Apigee, APIM, DataPower, Google Workspace, Google Sheets, Google Docs, Google Slides, Gmail, Dynatrace, Splunk, J2EE, DevSecOps, TDD
2d
Save
Mark Applied
Hide
Senior Principal Software Engineer IS - Cloud Engineering, Hybrid
Redmond or Alaska or California or Montana or Hobbs or Oregon or Levelland or Lubbock or Plainview or Washington
$58-$152/hr HybridFull Time
Providence
Providence: Provides comprehensive healthcare services through hospitals, clinics, and health plans.
12+ YOEBachelor's degree or equivalent, 12 years of related experience including 5 years as a lead engineer, object-oriented programming, SQL/NoSQL, Git, Agile, cloud technologies, and complex enterprise projects.
C#, Java, Python, Git, SQL, NoSQL, Azure DevOps, TFS, Jira, Azure, AWS