Sign up to access all features of our service.
  • Job search
  • Favorites
  • Create a CV
    New
  • Salaries
  • Subscriptions

Senior Software Engineer, Rendering Infrastructure (AV Simulation)

$73.65 - $112.55 per hour
Full-time

General Motors Proving Ground

Job DescriptionRole OverviewAs a Senior Software Engineer on the Rendering Infrastructure team, you will build the systems that turn a GPU-accelerated, physically-based sensor simulator into a production platform — one that runs reproducibly, at cluster scale, and against production-representative autonomous vehicle interfaces. This is a systems role at the boundary of rendering, simulation, perception, and distributed infrastructure. You will connect the renderer to AV software stacks and compute clusters, reproduce real sensor scheduling and vehicle timing, run many worlds concurrently on a single GPU, and make the runtime start fast and stay cheap across thousands of workers. Your work determines whether closed-loop simulation — the vehicle software in the loop with the renderer, not just offline synthetic data generation — is trustworthy and affordable: whether a run reproduces, whether synthetic sensor feeds arrive with the same timing quirks the real vehicle sees, and how many scenarios we can execute per GPU-hour. We build in modern C++ and Python on Linux, with ROS, PyTorch, CUDA, NVIDIA OptiX, NVIDIA MDL, and OpenUSD. We're looking for someone who enjoys this layer — debugging nondeterminism across a process boundary, cutting cold-start time by changing how a runtime is packaged, and reasoning about GPU memory and IPC in the same conversation.About the TeamThe Rendering Infrastructure team owns the foundational systems the broader Rendering team builds on top of: asset and scene ingestion, GPU memory and resource management, acceleration structure construction, packaging and deployment, profiling infrastructure, and the core engine abstractions of our physically-based sensor simulation system. We also own how the renderer connects to the AV stack and world simulator, as a library or a service, and how consumers configure it — what it produces, at what fidelity, and how it behaves when something goes wrong. We sit between the rendering algorithms team and everyone who consumes simulated sensor data — perception training, closed-loop validation and reinforcement learning. We care about determinism, throughput per GPU, iteration speed, and infrastructure that stays comprehensible as it scales.Why Join Us?Work on hard systems problems with an unusually clear definition of success — reproducibility, timing fidelity, frames per second per GPU, and worker spin-up time are all measurable, and all of them matter. Own meaningful surface area: the AV stack integration and transport layer, the sensor scheduling and timing model, multi-world rendering on a single GPU, or the runtime deployment and asset delivery path, depending on your strengths. Sit at the center of the simulation stack, where rendering, perception, and infrastructure meet, and see your work used across the organization for perception training, closed-loop simulation, and reinforcement learning. Join a team that pairs rigor — design documents, reproducibility, profiling, and regression testing — with pragmatic engineering and short feedback loops.What You'll DoYou will own one or more of the following areas and contribute across the others, depending on your strengths and team priorities.Connect the renderer to AV software stacks and compute clusters — designing low-latency, high-bandwidth transport using ROS/ROS 2, shared-memory IPC, gRPC, and sockets with appropriate serialization formats, and streaming multi-sensor payloads into the autonomous vehicle stack.Integrate the renderer with learned driving models through Gymnasium-style environment APIs — stepping the simulation from Python, exchanging observations and actions efficiently with PyTorch-based models, and preserving deterministic execution while minimizing per-step overhead for eval and training at scale.Integrate the runtime with the cloud and on-premises execution environments used for large-scale closed-loop testing, continuous integration, and perception training pipelines.Improve and validate deterministic execution — establishing the required bit-accurate or frame-deterministic lock-step behavior across the simulation clock, dynamic physics updates, and the ray-traced renderer, and building the tooling that demonstrates a run reproduces to the agreed bar.Reproduce real sensor scheduling and vehicle timing — staggered camera exposures, rolling shutter behavior, LiDAR spin and packet rates, hardware clock drift, and the onboard constraints perception actually operates under, including P95/P99 compute latency, transport lag, and packet drops.Build perturbation mechanisms that inject timing jitter, dropped or out-of-order frames, and calibration drift in both extrinsics and intrinsics, and use them to stress-test downstream perception and sensor fusion robustness in closed-loop runs.Build memory-efficient multi-world and multi-scenario execution inside a single rendering process, using shared geometry and instancing — OptiX IAS/GAS, or the analogous acceleration structure hierarchies in Vulkan/DXR — so concurrent rollouts share static map geometry instead of duplicating it in GPU memory.Optimize GPU memory footprint, scene streaming, and execution scheduling to maximize frames per second per GPU across concurrent simulation workers.Improve runtime deployment and asset delivery — deterministic deployment packages (SquashFS archives, read-only container layers, memory-mapped storage) and low-overhead loaders for OpenUSD scene graphs and NVIDIA MDL materials that work against compressed, read-only filesystems without redundant decompression or copies.Build distributed caches for textures, precompiled OptiX/PTX shader pipelines, and prebuilt acceleration structures to eliminate cold-start compilation and redundant I/O at cluster scale.Profile and reduce disk, network, and memory footprints to cut worker spin-up time, binary payload size, and asset ingestion overhead.Partner with the 3D content and USD pipeline teams to set runtime budgets, automated validation rules, and compression workflows before assets enter deployment.Uphold high standards through technical design documents, code review, reproducibility and performance regression testing, and mentorship of other engineers.What You Must HaveBachelor's degree in Computer Science, Computer Engineering, a related technical field, or equivalent practical experience.5+ years of professional software engineering experience, with a substantial portion focused on performance-critical systems software.Production proficiency in modern C++ (C++17/20), including performance optimization, memory management, and clean API and system design in a large codebase, plus working proficiency in Python for tooling and automation.Strong Linux systems programming foundation: multithreading and concurrency, memory management, IPC, and high-throughput data movement, including systems that operate across process and machine boundaries.Depth in at least one of the two domains this role bridges, and the interest to grow into the other:Robotics or autonomous systems — the architecture and integration of perception, planning, or control components, and experience with at least one interface those systems are driven through: real-time middleware (ROS/ROS 2, DDS, custom IPC, or high-rate publish/subscribe) and / or a Gymnasium-style environment API; orGPU programming through a compute or ray tracing API (CUDA, OptiX, Vulkan, DXR, or similar), with a working understanding of GPU memory and execution models.A track record of designing, implementing, and debugging reliable distributed systems, including the nondeterminism and failure modes that come with them.Experience profiling and optimizing real systems, and the instinct to measure before optimizing.Strong communication and collaboration skills, with the ability to work across rendering, simulation, perception, infrastructure, and content pipeline teams.Bonus PointsExperience in one or more of the following is helpful; we do not expect any candidate to have all of it.Working knowledge of how autonomous driving perception stacks ingest sensor feeds — sensor scheduling, staggered exposures, rolling shutter, LiDAR packet rates, and onboard compute and transport latency budgets.Experience designing closed-loop simulation edge cases and perturbations: schedule jitter, dropped frames, out-of-order packets, and calibration or extrinsics drift.Experience with batched rendering, multi-viewport rendering, or multi-scenario execution on a single GPU using acceleration structure hierarchies and instancing (OptiX IAS/GAS, Vulkan/DXR TLAS/BLAS).Strength in both domains above rather than one — GPU systems, and robotics or autonomous systems — or practical depth in ray tracing and path tracing specifically (NVIDIA OptiX, Vulkan Ray Tracing, or DirectX Raytracing).Hands-on Linux deployment optimization: SquashFS, loop devices, memory-mapped files, zero-copy loading, container overlay layers, and cold-start reduction across compute nodes.Experience designing high-performance texture and shader caching systems — OptiX disk cache, Vulkan pipeline cache, or PTX distribution.Experience consuming OpenUSD in a C++ runtime and optimizing stage traversal and runtime memory layout.Familiarity with deploying and scaling containerized simulation jobs on cloud platforms (AWS, GCP) or on-premises HPC clusters.Exposure to autonomous vehicle or robotics simulation platforms such as NVIDIA Omniverse, Isaac Sim, DRIVE Sim, Unreal Engine, or custom in-house simulators.Experience supporting reinforcement learning environments or Gymnasium-style simulation interfaces as downstream consumers.Evidence of technical contribution through open-source rendering, simulation, or systems infrastructure work, internal platforms, publications, or other knowledge sharing.Candidate ProfileRelevant experience may come from robotics, perception, simulation, rendering and graphics, game engines, HPC, or distributed systems infrastructure. Direct autonomous vehicle experience is not required. Successful candidates will combine strong software engineering fundamentals with practical intuition for sensor data, simulation timing, GPU execution, and distributed runtime environments.CompensationThe 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 $153,200 to $234,100. 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.BenefitsGM 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.Hybrid/RemoteThis role can be based remotely.*This job may be eligible for relocation benefits if you are interested in relocating to the Bay Area. About GMOur 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 UsWe 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 OverviewFrom 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.AccommodationsGeneral 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, emailus or call us at View phone number on job-api.jobget.com. 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.SummaryLocation: Sunnyvale, California, United States of AmericaType: Full time

Vacancy posted 20 hours ago
Similar jobs that could be interesting for youBased on the Senior Software Engineer, Rendering Infrastructure (AV Simulation) in Sunnyvale, CA vacancy
  • $153.2k - $234.1k

    Job DescriptionRole OverviewAs a Senior Software Engineer on the Rendering Infrastructure team, you will build the systems...  ...accelerated, physically-based sensor simulator into a production platform — one...  ...You will connect the renderer to AV software stacks and compute... 
    Senior
    Full time
    Local area
    Remote work
    Work from home
    Relocation
    Relocation package
    Flexible hours

    General Motors

    Sunnyvale, CA
    20 hours ago
  • $184k - $287.5k

    We are seeking a Senior DevOps / Cloud Simulation Infrastructure Engineer to own the complete end-to-end cloud execution pipeline for SimReady assets! This role...  ..., and runtime utilities for physics, sensor, and rendering validation.Deploy Structural Validation: Deploy... 
    Senior
    Full time
    Local area

    Nvidia

    Santa Clara, CA
    1 day ago
  • $183k - $275k

     ...different aspects of the software and hardware...  ...This performance simulation platform includes...  ...You will own the infrastructure that makes this...  ...much much more.Engineers across the company...  ...and you've briefed senior engineering...  ...Experience in robotics or AV, particularly... 
    Senior
    Temporary work
    Immediate start
    Flexible hours

    Nuro

    Mountain View, CA
    2 days ago
  • $184k - $287.5k

     ...is looking for a hands-on Cybersecurity Software Engineer. As part of our team, you will work on...  ...state-of-the-art security features for AV Platform. The role encompasses working...  ...platform and embedded software to cloud infrastructure, underpinned by safety and performance.... 
    Senior
    Full time

    Nvidia

    Santa Clara, CA
    1 day ago
  • $148k - $226.2k

    Job DescriptionDescriptionThe Simulation group is solving one of self-driving...  ...of the autonomous driving software stack before it reaches public roads.As a software engineer on the SimCore team, you will drive...  ...with building or extending AV/Robotic simulationExperience working... 
    Senior
    Full time
    Local area
    Remote work
    Work from home

    General Motors

    Sunnyvale, CA
    3 days ago
  • $153.2k - $234.1k

     ...environments, cloud services, and more. As an engineer in the AV Launch team, you’ll develop embedded...  ...onto vehicles, hardware benches, and simulations. Your efforts will directly influence...  ...the next generation of self-driving software at GM. Job Responsibilities Build on-... 
    Senior
    Full time
    Work experience placement
    Local area
    Work from home
    Relocation package
    Flexible hours

    General Motors

    Sunnyvale, CA
    3 days ago
  • $129.4k - $198.4k

     ...the Organization: The Simulation team, part of the Autonomous...  ...decisions across AV development, testing,...  ...evaluation pipelines, and core infrastructure that support virtual...  ...autonomous vehicle software validation. Develop...  ...and health trends to engineering teams and leadership.... 
    Senior
    Full time
    Local area
    Remote work
    Work from home
    Relocation
    Relocation package
    Flexible hours

    General Motors

    Sunnyvale, CA
    2 days ago
  • $224k - $356.5k

     ...make a lasting impact on the world.We are looking for a Senior Software Engineer, AV Planner. As an AV Planning Engineer, you will work on state...  ...replay.Build and improve offline and closed-loop simulation benchmarks and metrics for planning quality (safety, legality... 
    Senior
    Full time

    Nvidia

    Santa Clara, CA
    20 hours ago
  • $152k - $241.5k

    We're now looking for a Senior Software Engineer, Cosmos Infrastructure and End to End Performance! NVIDIA Cosmos is an open omni-model platform of generative...  ...into unified systems, Cosmos helps developers simulate physical environments and train robots, autonomous vehicles... 
    Senior
    Full time

    Nvidia

    Santa Clara, CA
    2 days ago
  • $180k - $215k

     ...leveraging its commercial self-driving software to develop, test and deploy...  ...of Defense.We are looking for a Senior Software Engineer to build infrastructure, tools, and systems that support...  ...Expose actionable insights from logs, simulation, and real-world autonomy data.... 
    Senior
    Visa sponsorship

    Kodiak Robotics

    Mountain View, CA
    4 days ago
  • $152k - $241.5k

     ...NVIDIA's Isaac Applications Engineering team and help build the...  ...out on real hardware, from simulation through deployment. This role...  ...through all of it: is our software ready to be used by agents?...  ...test for it, and build the infrastructure that keeps it true as the stack... 
    Senior
    Full time
    Live in
    Night shift

    Nvidia

    Santa Clara, CA
    4 days ago
  • $224k - $356.5k

    The Autonomous Vehicles Platform team is looking for a Senior System Software Engineer. As part of our team, you will work on our Autonomous Driving...  ...the stack: hardware, embedded software, and cloud infrastructure.What you'll be doing:Drive AI-based automotive systems... 
    Senior
    Full time

    Nvidia

    Santa Clara, CA
    20 hours ago
  • $193.93k - $291.15k

     ...generalists where ML and systems engineering converge to push autonomy...  ...forward. As a Senior Perception ML Data Infrastructure Engineer, you will own the...  ...and advance systems that:Render and manipulate massive, multi...  .../MS in Computer Science, Software Engineering, Robotics, or... 
    Senior
    Immediate start
    Flexible hours

    Nuro

    Mountain View, CA
    3 days ago
  • $193.93k - $291.15k

     ...at the core of autonomy development. The Simulation team is responsible for building the...  ...systems.Collaborate closely with autonomy engineers and build an understanding of how autonomy...  ...have 3+ years of experience working in software engineering or related fields.You are a... 
    Senior
    Immediate start
    Flexible hours

    Nuro

    Mountain View, CA
    4 days ago
  • $190k - $260k

     ...Kodiak is also leveraging its commercial self-driving software to develop, test and deploy autonomous...  ...NASDAQ.Kodiak is recruiting an experienced Software Engineer who is passionate about motion control and simulation to join our Controls team. The role offers the opportunity... 
    Senior
    Temporary work
    Work at office
    Visa sponsorship
    Shift work

    Kodiak Robotics

    Mountain View, CA
    20 hours ago
  • $152k - $241.5k

    We are now looking for a Senior Software Engineer for Agent Simulation & Evaluation! Today, NVIDIA is tapping into the unlimited potential of AI to define the next era of computing. An era in which our GPUs act as the brains of computers, robots, and self-driving cars that... 
    Senior
    Full time

    Nvidia

    Santa Clara, CA
    20 hours ago
  • $184k - $287.5k

     ...generation of biological discovery. We are looking for a Senior Software Engineer to join our MD Simulation Engineering team, whose mission is to enable...  ...simulation primitives into major MD enginesDrive CI/CD infrastructure for multi-SKU kernel builds, automated performance... 
    Senior
    Full time
    Worldwide

    Nvidia

    Santa Clara, CA
    3 days ago
  • $130k - $200k

    Santa Clara, CAData Engineering - Simulation & Verification /Full-time /HybridPlusAI...  ...AI-based virtual driver software for factory-built...  ...teams.We are looking for a Senior Simulation Software Engineer...  ...and scale the simulation infrastructure that powers our autonomous... 
    Senior
    Full time
    Immediate start

    Plus.ai

    Santa Clara, CA
    1 day ago
  • $168k - $264.5k

     ...impact on the world.Join NVIDIA’s CAD Infrastructure team and be part of something outstanding! We are building a next-generation software platform for semiconductor design, applying...  ...is an ambitious endeavor, and we need engineers who thrive in a hands-on environment,... 
    Senior
    Full time

    Nvidia

    Santa Clara, CA
    4 days ago
  • The RoleWe're looking for a Senior Software Engineer to join our ML Infrastructure team and support the foundational infrastructure that powers Gridmatic. Our platform challenges are shaped by the nature of energy markets: forecasts and trading decisions run on tight schedules... 
    Senior
    Home office
    Flexible hours

    Gridmatic

    Cupertino, CA
    4 days ago
  • $174k - $252k

     ...Collaborate with cross-functional teams across the entire Google Infrastructure software stack from hardware to Application, to define, implement,...  ...to offloaded Persistent Disk while emphasizing software engineering principles to ensure a system capable of scaling to the... 
    Senior

    Google

    Sunnyvale, CA
    2 days ago
  • $193.93k - $291.15k

     ...Google, Softbank, Fidelity, T. Rowe Price, and other leading investorsAbout the RoleNuro is seeking a Software Engineer with expertise in large-scale infrastructure, workload orchestration, and data processing to join our ML Infrastructure team. In this role, you will... 
    Senior
    Immediate start
    Flexible hours

    Nuro

    Mountain View, CA
    2 days ago
  • $174k - $252k

     ...experience.5 years of experience with software development in C++ or other relevant programming...  ...experience with developing large-scale infrastructure, distributed systems or networks, or...  ...skills .Google's software engineers develop the next-generation technologies... 
    Senior

    Google

    Mountain View, CA
    2 days ago
  • $174k - $252k

     ...experience.5 years of experience with software development in one or more programming...  ...experience with developing large-scale infrastructure, distributed systems or networks, or experience...  ...technologies.Google's software engineers develop the next-generation technologies... 
    Senior

    Google

    Sunnyvale, CA
    1 day ago
  • $248k - $391k

     ...autonomous vehicle development through scalable simulation, AI, and thorough validation. Our...  ...team builds systems that help engineers develop, test, debug, and improve driving...  ...spanning model fidelity, parameter adaptation, software interfaces, validation, and integration.... 
    Full time

    Nvidia

    Santa Clara, CA
    1 day ago
  • $152k - $241.5k

     ...Generation (SDG) team wants a highly motivated and experienced Senior Software Engineer to join us. At a company celebrated for its innovative...  ...you'll be doing:Build, develop, and maintain scalable 3D simulation software for Digital Twin and Synthetic Data Generation applications... 
    Senior
    Full time

    Nvidia

    Santa Clara, CA
    9 hours ago
  • $190k - $260k

     ...Kodiak is also leveraging its commercial self-driving software to develop, test and deploy autonomous...  ...Kodiak is recruiting an experienced Software Engineer who is passionate about motion control and simulation to join our Controls team. The role offers the opportunity... 
    Senior
    Temporary work
    Work at office
    Visa sponsorship
    Flexible hours
    Shift work

    Kodiak

    Mountain View, CA
    14 days ago
  • $174k - $252k

     ...test, deploy, maintain and improve switch software.Manage individual project priorities,...  ...experience with developing large-scale infrastructure, distributed systems or networks, or...  ...threading development.Google's software engineers develop the next-generation technologies... 
    Senior

    Google

    Sunnyvale, CA
    20 hours ago
  • $143.2k - $243k

    Company DescriptionIt all started in sunny San Diego, California in 2004 when a visionary engineer, Fred Luddy, saw the potential to transform how we work. Fast forward to today — ServiceNow stands as a global market leader, bringing innovative AI-enhanced technology to... 
    Senior
    Work at office
    Immediate start
    Remote work
    Flexible hours

    Moveworks

    Mountain View, CA
    3 days ago
  • $193.93k - $352.29k

     ...other leading investors.About the RoleOur software team is growing, and we are looking for talented engineers to join us and be instrumental to one of the following areas: Data Platform, Simulation, and Technical Infrastructure.Data Platform: The Data Platform serves as... 
    Senior
    Immediate start
    Flexible hours

    Nuro

    Mountain View, CA
    4 days ago

Do you want to receive more vacancies?

Subscribe and receive similar vacancies to Senior Software Engineer, Rendering Infrastructure (AV Simulation). Be the first to apply!