1

Compiler Jobs in Michigan (NOW HIRING)

Senior ML Compiler Engineer

Warren, MI · On-site

$98.10K - $134.80K/yr

If you want your compiler andkernelsworktodirectlyinfluencehow automated vehicles understand and react to the world - whileoperatingatthesafety,reliabilityand scaleof a company like GM - this is ...

Architecture, circuit design, physical implementation, compiler automation, characterization, timing and model generation. * Good experience in design verification: Sense amplifier analysis, self ...

next page

Showing results 1-20

Compiler information

See Michigan salary details

$7

$18

$31

How much do compiler jobs pay per hour?

As of May 31, 2026, the average hourly pay for compiler in Michigan is $18.14, according to ZipRecruiter salary data. Most workers in this role earn between $13.41 and $21.15 per hour, depending on experience, location, and employer.

What are the key skills and qualifications needed to thrive as a Compiler, and why are they important?

To thrive as a Compiler Engineer, you need a strong background in computer science, programming languages, and compiler theory, often supported by a relevant degree. Familiarity with tools like LLVM, GCC, and experience with languages such as C/C++ or Rust are typically required. Analytical thinking, problem-solving, and effective communication are essential soft skills in this field. These skills ensure the development of efficient, reliable compilers that support robust software and systems development.

What are the common challenges faced when working as a Compiler Engineer, and how can they be addressed?

Compiler Engineers often encounter challenges such as optimizing code for performance, ensuring compatibility across various hardware architectures, and maintaining the correctness of complex transformations. Debugging and diagnosing issues in the compilation process can be particularly intricate, requiring a strong understanding of both source and target languages. Collaborating closely with language designers and hardware engineers, as well as utilizing automated testing and profiling tools, helps address these challenges and results in more robust and efficient compilers.

What is a compiler?

A compiler is a specialized computer program that translates source code written in a high-level programming language into machine code or another lower-level language that a computer can execute. This process allows developers to write code in languages like C++, Java, or Python, which are easier for humans to understand, and then have it converted into instructions that hardware can process. Compilers perform various tasks such as syntax analysis, optimization, and code generation to ensure the resulting program runs efficiently and correctly.

What is the difference between Compiler vs Interpreter?

AspectCompilerInterpreter
FunctionTranslates entire code into machine language before executionTranslates code line-by-line during execution
SpeedFaster execution after compilationSlower due to real-time translation
UsageUsed in languages like C, C++Used in languages like Python, JavaScript
ErrorsErrors are found after compilationErrors are detected during execution
OutputProduces standalone executable filesRuns directly from source code

In summary, a compiler translates the entire program into machine code before execution, resulting in faster runtime and standalone files. An interpreter translates code line-by-line during execution, which can be slower but allows for easier debugging and dynamic execution. Both are essential in different programming environments depending on performance and development needs.

What are popular job titles related to Compiler jobs in Michigan? For Compiler jobs in Michigan, the most frequently searched job titles are:
What job categories do people searching Compiler jobs in Michigan look for? The top searched job categories for Compiler jobs in Michigan are:
Infographic showing various Compiler job openings in Michigan as of May 2026, with employment types broken down into 88% Full Time, 5% Part Time, 3% Temporary, and 4% Contract. Highlights an 91% Physical, 4% Hybrid, and 5% Remote job distribution, with an average salary of $37,729 per year, or $18.1 per hour.
Senior ML Compiler Engineer

Senior ML Compiler Engineer

General Motors

Warren, MI • On-site

$98.10K - $134.80K/yr

Full-time

Medical, Dental, Vision, Life, Retirement, PTO

Posted 26 days ago


General Motors rating

8.1

Company rating: 8.1 out of 10

Based on 301 frontline employees who took The Breakroom Quiz

5th of 44 rated automakers


Job description

Job Description

AbouttheMission

GM's vision of Zero Crashes, Zero Emissions, and Zero Congestion guides everything we do in autonomous and assisted driving. The AV organization is building advanced automated driving technologies,including Level 4-capable fully self-drivingsystems,tomove us toward safer, more sustainable, and more accessible mobility.

For theAIKernels & Compilers team, that mission shows up in the details: turning cuttingedgeperception, prediction, and planning research into productiongrade software that can run efficiently and reliably on real vehicles at scale. We pioneernew approachesto model export,kernel development, and performance engineering so that every cycle on our accelerators translates into better situational awareness, faster reaction times, and more robust behavior on the road.

If you want your compiler andkernelsworktodirectlyinfluencehow automated vehicles understand and react to the world - whileoperatingatthesafety,reliabilityand scaleof a company like GM - this is where that impact becomes real.

About the Team

The AI Compiler team sits at the heart of how advanced AI models make it onto the car. We own the compiler that turns highlevel models into fast, reliable inference across GPUs powering GM's nextgeneration autonomous and assisted driving features.

Our work spans graph lowering, operator coverage, kernel integration, and deployment tooling, with a mandate to squeeze every millisecond out of onvehicle workloads while preserving correctness and robustness in realworld conditions. We partner closely withAI Deployments,AI Solutions, Runtime, andAI Kernelsteams to codesignaplatform thatenablesnew ideasin researchto bequickly and safelyshippedto production fleets.

You'lljoin a group ofdeepcompiler, systems, and GPU engineerswho enjoyworking onhard problems,anddiving into MLIR/ONNXand CUDA/TensorRTinternals. We value clear thinking, strong engineering fundamentals, and a culture where people can do the best work of their careers on problems that directly shape the future of automated driving.

The Role

As aSeniorCompiler Engineer on the AI Kernels & Compilers team, you willwork on thecompilation stack that takes highlevel models and turns them into highly optimized inference artifacts running on GM's autonomous and assisted driving platforms.You'llbe a key contributor to a pipeline andtooling that makesthat path fast, reliable, andeffortlessfor ML engineers across the AV organizationto compile their models.

You willwork on an evolvinga state-of-the-artmodel export and compilation pipeline-from capturing highlevel model graphs, through intermediate representations and compiler transforms, into acceleratorspecific inference engines and their integration with our runtime-so that we can simultaneouslyoptimizecompilation throughput, model fidelity, and onvehicle latency. Along the way,you'llbuild robust tooling tovalidatenumerical correctness,detectand bisect performance regressions, and surface clear, actionable diagnostics back to model authors.

If you want to work at the intersection ofcompilers, performance engineering, and realworld autonomy, this role puts your decisions directly on the critical path of what runs on the car.

Whatyou'llbe doing (Responsibilities)

  • Buildand evolvethe model compilation toolchain used to deploy largescaleperception, prediction, and planning models to the AV.

  • Architect new compiler passes and analysisthat improve build times, memory footprint, and runtime latency while preserving-or intentionally trading off-fidelity under strict safety and reliability constraints.

  • Collaborate closely with kernels, runtime, and hardware teamsto codesign interfaces, shape accelerator capabilities, and ensure the compiler exposes the right abstractions to unlock peak performance on each platform.

  • Set standards and best practicesfor model export, validation, and debugging so that AV teams can iterate quickly with clear, reproducible performance and accuracy characteristics.

Your Skills & Abilities (Required Qualifications)

  • 3+ years of experience in the field of compilers

  • Experience with ML frameworks (e.g.,PyTorch, TensorFlow, JAX) and software stack (e.g.,ONNX,MLIR, XLA, TVM,TensorRT,etc)

  • Expertisein writing production quality Python/C++ code

  • Expertisein the software development life-cycle - coding, debugging, optimization, testing, integration

  • BS, or higher degree, in CS/CE/EE, or equivalent

What Will Give YouACompetitive Edge (Preferred Qualifications)

  • Experience building andoptimizingONNXbasedmodelexport and deployment pipelines

  • GPU programming (CUDA) and familiarity with ML SW stack (e.g.,cuDNN,cuBLAS)

  • Experience with ML accelerators and hardware architecture

  • Experience developing and deploying machine learning models

Compensation: The compensation information is a good faith estimate only. It is based on what a successful applicant might be paid in accordance with applicable state laws. The compensation may not be representative for positions located outside of New York, Colorado, California, or Washington.

  • The salary range for this role: is$128,700 to $261,300. The actual base salary a successful candidate will be offered within this range will vary based on factors relevant to the position.

  • Bonus Potential: An incentive pay program offers payouts based on company performance, job level, and individual performance.

  • Benefits: GM offers a variety of health and wellbeing benefit programs. Benefit options include medical, dental, vision, Health Savings Account, Flexible Spending Accounts, retirement savings plan, sickness and accident benefits, life insurance, paid vacation & holidays, tuition assistance programs, employee assistance program, GM vehicle discounts and more.

#GM-AV-1

This role is categorized as hybrid. This means the selected candidate is expected to report to a specific location at least 3 times a week {or other frequency dictated by their manager}. The selected candidate will be required to travel <25% for this role. This job may be eligible for relocation benefits.

About GM

Our vision is a world with Zero Crashes, Zero Emissions and Zero Congestion and we embrace the responsibility to lead the change that will make our world better, safer and more equitable for all.

Why Join Us

We believe we all must make a choice every day - individually and collectively - to drive meaningful change through our words, our deeds and our culture. Every day, we want every employee to feel they belong to one General Motors team.

Benefits Overview

From day one, we're looking out for your well-being-at work and at home-so you can focus on realizing your ambitions. Learn how GM supports a rewarding career that rewards you personally by visiting Total Rewards resources.

Non-Discrimination and Equal Employment Opportunities (U.S.)

General Motors is committed to being a workplace that is not only free of unlawful discrimination, but one that genuinely fosters inclusion and belonging. We strongly believe that providing an inclusive workplace creates an environment in which our employees can thrive and develop better products for our customers.

All employment decisions are made on a non-discriminatory basis without regard to sex, race, color, national origin, citizenship status, religion, age, disability, pregnancy or maternity status, sexual orientation, gender identity, status as a veteran or protected veteran, or any other similarly protected status in accordance with federal, state and local laws.

We encourage interested candidates to review the key responsibilities and qualifications for each role and apply for any positions that match their skills and capabilities. Applicants in the recruitment process may be required, where applicable, to successfully complete a role-related assessment(s) and/or a pre-employment screening prior to beginning employment. To learn more, visit How we Hire.

Accommodations

General Motors offers opportunities to all job seekers including individuals with disabilities. If you need a reasonable accommodation to assist with your job search or application for employment, email us or call us at 1-800-865-7580. In your email, please include a description of the specific accommodation you are requesting as well as the job title and requisition number of the position for which you are applying.


What General Motors employees say

Pay

Benefits

Hours and flexibility

Workplace

Get the full story on Breakroom


General Motors logo

About General Motors

Sourced by ZipRecruiter

General Motors is a company with global scale and capabilities, headquartered in Detroit, Michigan, with employees around the world. The company employs over 165,000 people, serves six continents, operates across 22 time zones, and has a diverse workforce speaking 75 languages1. GM’s vision is to drive the world forward by pioneering innovations that move and connect people to what matters. The company is working towards an all-electric future with its new Ultium Platform and is pushing transportation options beyond our wildest imaginations with autonomous vehicles. GM is also committed to becoming the most inclusive company in the world.

Industry

Transportation equipment manufacturing

Company size

10,000+ Employees

Headquarters location

Detroit, MI, US

Year founded

1908