RTX PRO 6000 Blackwell vs AMD Instinct MI355X
oem-channel
·oem-channel
AMD Instinct MI355X wins · 2–14 (11 drawn)
Agenticness — how well agents can access and operate the productAgenticness
How well agents can access and operate the product
Agent access
ai-native userPoint an agent at llms.txt or agent-oriented docs
weight 2 · round to AMD Instinct MI355XA probe confirms developer.nvidia.com/llms.txt returns HTTP 200 with a description of NVIDIA's developer portal, showing an agent could be pointed at an llms.txt-style resource covering NVIDIA's AI/dev ecosystem. However this is a generic NVIDIA-wide file, not RTX PRO 6000-specific, and companion probes (docs-md, openapi) 404, indicating no broader agent-oriented documentation surface. Missing for 10: product-specific agent-readable docs, markdown/API doc mirrors, and any first-party mention of llms.txt support.
- [probe] “PROBE llms.txt: HTTP 200 at https://developer.nvidia.com/llms.txt # NVIDIA Developer > Comprehensive developer portal for NVIDIA accelerate…”
- [probe] “PROBE docs-md: HTTP 404 at https://developer.nvidia.com/cuda-toolkit.md”
- [probe] “PROBE openapi: all candidate paths 404 (https://developer.nvidia.com/openapi.json, https://developer.nvidia.com/swagger.json, https://develo…”
A live llms.txt file was confirmed at rocm.docs.amd.com/llms.txt with a 200 response, providing an agent-readable entry point into ROCm documentation, and the runtime probe confirms the docs surface is crawlable without a browser. Missing for 10: no evidence of per-page markdown/.md variants (404 on that probe), no OpenAPI/agent tool spec, and no confirmation that agent-oriented docs cover the MI355X product pages themselves rather than just ROCm software.
- [probe] “PROBE llms.txt: HTTP 200 at https://rocm.docs.amd.com/llms.txt # ROCm documentation > Note: ROCm documentation is split across multiple pro…”
- [probe] “PROBE runtime (recorded 2026-09-15): the ROCm documentation at rocm.docs.amd.com answered a keyless curl naming ROCm — the MI355X's entire d…”
- [probe] “PROBE docs-md: HTTP 404 at https://rocm.docs.amd.com/en/latest/.md”
- [probe] “PROBE openapi: all candidate paths 404 (https://rocm.docs.amd.com/openapi.json, https://rocm.docs.amd.com/swagger.json, https://rocm.docs.am…”
ai-native userRun the product headlessly / in CI for automation
weight 2 · round to AMD Instinct MI355XRTX PRO 6000 Blackwellnone0/10The evidence describes local desktop AI workflows, CUDA toolkit, and MIG partitioning, but nothing addresses running the GPU headlessly (no display) in a CI/automation pipeline. Since GPUs are commonly deployed headlessly in server/CI environments, the axis applies, but no evidence of headless operation, driver support without display, or CI integration is provided.
ROCm/Instinct docs show clear headless-automation building blocks — AMD Container Toolkit for Docker, GPU Operator for Kubernetes, Spur job scheduler (Slurm-compatible), and Cluster/ROCm Validation Suites for automated testing — all of which support running GPU workloads without a UI in CI/cluster pipelines. Missing for 10: no first-party CI pipeline example (e.g., GitHub Actions/GitLab runner config) or independent hands-on report confirming headless CI use in practice.
- [claimed-docs] “GPU Operator Deploy and manage Instinct GPUs in Kubernetes clusters.”
- [claimed-docs] “Spur AI-native job scheduler, drop-in compatible with Slurm, with GPU-first scheduling and Raft-based state.”
- [claimed-docs] “Cluster Validation Suite Test scripts that validate AMD AI clusters end to end.”
- [claimed-docs] “AMD Container Toolkit Integrate Instinct GPUs with Docker and container runtimes.”
- [claimed-docs] “ROCm Validation Suite System validation and hardware diagnostics.”
ai-native userUse an official CLI
weight 2 · round to AMD Instinct MI355XRTX PRO 6000 Blackwellnone0/10Evidence describes CUDA toolkit components (compiler, libraries, debugging tools) but never explicitly documents an official CLI tool (e.g., nvidia-smi or similar) for AI-native/agentic workflows tied to this GPU.
AMD ships official CLI tooling in its ecosystem — AMD SMI for GPU management and Spur, explicitly described as an 'AI-native job scheduler' with Slurm-compatible CLI — but these are infrastructure/ops CLIs rather than a CLI aimed at AI-native development or agentic workflows. Missing for 10: evidence of a CLI specifically designed for AI-agent/dev workflows (e.g., code generation, model interaction, agent orchestration) and independent hands-on confirmation of these CLIs' AI-native usability.
- [claimed-docs] “AMD SMI Unified user-space tool to manage and monitor GPUs and drivers.”
- [claimed-docs] “Spur AI-native job scheduler, drop-in compatible with Slurm, with GPU-first scheduling and Raft-based state.”
- [claimed-docs] “AMD Container Toolkit Integrate Instinct GPUs with Docker and container runtimes.”
ai-native userDrive the product through a documented public API
weight 3 · round to AMD Instinct MI355XRTX PRO 6000 Blackwellnone0/10Evidence documents CUDA as a programming toolkit for writing GPU-accelerated software, but there is no documented public API for programmatically 'driving' the RTX PRO 6000 itself (e.g., management/control API for agentic automation), and probes explicitly found no OpenAPI/swagger spec (404s) for the developer portal.
- [claimed-docs] “The toolkit includes GPU-accelerated libraries, debugging and optimization tools, a C/C++ compiler, and a runtime library.”
- [probe] “PROBE openapi: all candidate paths 404 (https://developer.nvidia.com/openapi.json, https://developer.nvidia.com/swagger.json, https://develo…”
- [probe] “PROBE docs-md: HTTP 404 at https://developer.nvidia.com/cuda-toolkit.md”
AMD documents extensive low-level APIs for driving the GPU (HIP runtime, ROCm libraries, AMD SMI, metrics exporter) and even exposes an llms.txt for machine consumption, but there is no unified, documented public API (e.g., OpenAPI/REST spec) that an AI-native agent could call to drive the product — probes for openapi.json/swagger.json all 404. missing for 10: a formal public API spec/SDK reference for agentic automation, evidence of programmatic/agent-driven control beyond developer-level HIP/ROCm libraries, independent confirmation of agent usage.
- [claimed-docs] “HIP C++ Learn the HIP programming model.”
- [claimed-docs] “AMD SMI Unified user-space tool to manage and monitor GPUs and drivers.”
- [claimed-docs] “Device Metrics Exporter Prometheus-format GPU metrics for HPC and AI environments.”
- [probe] “PROBE llms.txt: HTTP 200 at https://rocm.docs.amd.com/llms.txt # ROCm documentation > Note: ROCm documentation is split across multiple pro…”
- [probe] “PROBE openapi: all candidate paths 404 (https://rocm.docs.amd.com/openapi.json, https://rocm.docs.amd.com/swagger.json, https://rocm.docs.am…”
ai-native userBuild against official SDKs
weight 2 · round to AMD Instinct MI355XNVIDIA provides well-documented official SDKs to build against (CUDA Toolkit with compiler/runtime/libraries, cuTile Python, RTX Neural Shaders SDK) that target this GPU's architecture, giving AI-native developers a real path to build agentic/AI workloads. However, community hands-on discussion notes the card's SM120 architecture lacks support for key CUDA primitives (tmem/tcgen05) in main libraries, indicating real gaps in SDK/library readiness beyond the marketing claims. Missing for 10: independent developer corroboration of successful SDK integration, resolution of the SM120 library-support gap, and clearer documentation of which SDK features are actually usable on this specific card.
- [claimed-docs] “The toolkit includes GPU-accelerated libraries, debugging and optimization tools, a C/C++ compiler, and a runtime library.”
- [claimed-docs] “cuTile Python is an expression of the CUDA Tile programming model in Python. It is built on top of the CUDA Tile IR specification and allows…”
- [claimed-docs] “The RTX Neural Shaders SDK lets developers train shader data on an RTX PRO workstation and accelerate neural representations with NVIDIA Ten…”
- [community] “Those are SM120 so no tmem/tcgen05 and lack of support in main libraries... For that money I'd buy a single B300, similar total AI TOPS, sim…”
AMD ships extensive official ROCm SDK documentation covering HIP runtime, OpenMP, math/communication libraries, container toolkit, framework integrations (vLLM, SGLang), and cluster/scheduling tools, with docs confirmed live and crawlable. This is a strong official SDK ecosystem AI-native developers can build against, though it lacks an OpenAPI/programmatic API spec and independent third-party validation of SDK quality beyond skepticism about software support. Missing for 10: machine-readable API spec (openapi probe 404s), independent hands-on developer corroboration of SDK usability.
- [claimed-docs] “The foundational libraries, runtimes, and tools for GPU computing on AMD hardware — math and compute libraries, communication primitives, HI…”
- [claimed-docs] “Full-stack documentation and recipes to deploy AI workloads on AMD GPUs using popular ROCm-enabled frameworks.”
- [claimed-docs] “Inference * [vLLM](https://rocm.docs.amd.com/projects/ai-ecosystem/en/latest/inference/vllm.html) * [SGLang](https://rocm.docs.amd.com/…”
- [claimed-docs] “HIP C++ Learn the HIP programming model.”
- [claimed-docs] “OpenMP Explore the OpenMP programming model.”
- [claimed-docs] “AMD Container Toolkit Integrate Instinct GPUs with Docker and container runtimes.”
- [probe] “PROBE llms.txt: HTTP 200 at https://rocm.docs.amd.com/llms.txt # ROCm documentation > Note: ROCm documentation is split across multiple pro…”
- [probe] “PROBE runtime (recorded 2026-09-15): the ROCm documentation at rocm.docs.amd.com answered a keyless curl naming ROCm — the MI355X's entire d…”
Agentic features
ai-native userGet AI-generated insights and suggestions from my data inside the product
weight 2 · round drawnRTX PRO 6000 Blackwellnone0/10The axis applies to this product kind (peer products hold positive or none verdicts on this story), so lack of evidence for an applicable capability is "none", never "na". (na/none harmonized at arena bring-up — see pipeline/scripts/na-harmonize.ts.)
ai-native userDelegate tasks to a built-in AI assistant inside the product
weight 3 · round drawnRTX PRO 6000 Blackwellnone0/10The axis applies to this product kind (peer products hold positive or none verdicts on this story), so lack of evidence for an applicable capability is "none", never "na". (na/none harmonized at arena bring-up — see pipeline/scripts/na-harmonize.ts.)
ai-native userOperate the product with natural-language commands
weight 2 · round drawnRTX PRO 6000 Blackwellnone0/10The axis applies to this product kind (peer products hold positive or none verdicts on this story), so lack of evidence for an applicable capability is "none", never "na". (na/none harmonized at arena bring-up — see pipeline/scripts/na-harmonize.ts.)
Ai compute — stories about ai compute in this arenaAi compute
Stories about ai compute in this arena
Inference stack
ai-native userThis GPU has a documented LLM inference story — low-precision formats (FP8/FP4) and supported serving stacks (TensorRT-LLM, vLLM, ROCm, llama.cpp) for this part
weight 3 · round to AMD Instinct MI355XRTX PRO 6000 Blackwelldisputedcontradicted4/10NVIDIA's docs only vaguely reference AI/LLM use (memory capacity, CUDA-X libraries) without naming FP8/FP4 precision support or specific serving stacks like TensorRT-LLM, vLLM, ROCm, or llama.cpp for this part. Community evidence shows real inference throughput (41k tok/s) but also a concrete technical objection that the card's SM120 architecture lacks tmem/tcgen05 and has 'lack of support in main libraries', directly contradicting a clean 'supported serving stack' story. Missing for 10: explicit vendor documentation naming FP8/FP4 support and specific serving-stack compatibility (TensorRT-LLM, vLLM, llama.cpp), and resolution of the community-reported library support gaps.
- [claimed-docs] “With 96 GB of memory on the RTX PRO 6000, you can turn your desktop into an AI powerhouse for fine-tuning LLMs, generative AI, and running a…”
- [community] “Converting four RTX PRO 6000 Blackwell cards to waterblocks, finding a VRM choke loose on the workbench, and getting back to 41k tok/s.”
- [community] “Those are SM120 so no tmem/tcgen05 and lack of support in main libraries... For that money I'd buy a single B300, similar total AI TOPS, sim…”
Docs confirm ROCm-based inference stack support for vLLM and SGLang, plus explicit MXFP6/MXFP4 low-precision datatype support and large HBM3E memory for LLM inference. However, the story also asks about TensorRT-LLM and llama.cpp support, and explicit FP8 support, none of which appear in the evidence pack. missing for 10: TensorRT-LLM support evidence, llama.cpp support evidence, explicit FP8 precision documentation, independent benchmarks validating inference throughput on these stacks.
- [claimed-docs] “Inference * [vLLM](https://rocm.docs.amd.com/projects/ai-ecosystem/en/latest/inference/vllm.html) * [SGLang](https://rocm.docs.amd.com/…”
- [claimed-docs] “AMD Instinct™ MI355X GPUs deliver leadership AI and HPC performance enabling high density infrastructures with 288GB HBM3E memory, 8TB/s ban…”
- [claimed-docs] “The foundational libraries, runtimes, and tools for GPU computing on AMD hardware — math and compute libraries, communication primitives, HI…”
- [claimed-docs] “Full-stack documentation and recipes to deploy AI workloads on AMD GPUs using popular ROCm-enabled frameworks.”
Tensor specs
ml engineerSize training and inference from published tensor throughput — TFLOPS or TOPS with precision and sparsity stated, not a bare marketing number
weight 3 · round drawnRTX PRO 6000 Blackwellnone0/10The evidence pack contains only generic marketing claims (96GB memory, CUDA-X libraries, PCIe Gen5, display specs) and community pricing/power discussions, but no published TFLOPS/TOPS figures broken out by precision (FP16/FP8/INT8) or sparsity state anywhere in the docs or community threads. A GPU spec sheet is exactly the kind of product where such throughput tables are expected, so the axis applies but is unmet.
- [claimed-docs] “With 96 GB of memory on the RTX PRO 6000, you can turn your desktop into an AI powerhouse for fine-tuning LLMs, generative AI, and running a…”
- [claimed-docs] “With 96 GB of GPU memory, tackle massive 3D and AI projects, explore large-scale VR environments, and drive larger multi-app workflows.”
- [community] “Those are SM120 so no tmem/tcgen05 and lack of support in main libraries... For that money I'd buy a single B300, similar total AI TOPS, sim…”
AMD Instinct MI355Xnone0/10The evidence includes only bare marketing multipliers (e.g., 'Up to 2.2X AI performance') and mentions of supported datatypes (MXFP6/MXFP4) without any published absolute TFLOPS/TOPS figures broken out by precision (FP8/FP6/FP4/BF16) or with/without sparsity — exactly the kind of unqualified claim the story asks to avoid. Community sources discuss architectural comparisons qualitatively but never cite AMD's actual per-precision throughput spec table.
- [claimed-docs] “Up to 2.2X the AI performance vs. competitive accelerators1”
- [claimed-docs] “AMD Instinct™ MI355X GPUs deliver leadership AI and HPC performance enabling high density infrastructures with 288GB HBM3E memory, 8TB/s ban…”
- [community] “Compared to Nvidia's B200 SMs, CDNA 4 CUs have half the per-clock throughput across many 16-bit/8-bit data types; AMD still relies on a bigg…”
Automation depth — how much of the product can run unattendedAutomation depth
How much of the product can run unattended
ai-native userPerform bulk operations across many items at once
weight 2 · round to AMD Instinct MI355XRTX PRO 6000 Blackwellnone0/10The axis applies to this product kind (peer products hold positive or none verdicts on this story), so lack of evidence for an applicable capability is "none", never "na". (na/none harmonized at arena bring-up — see pipeline/scripts/na-harmonize.ts.)
The ROCm/Instinct docs point to inference frameworks (vLLM, SGLang) that natively support batched/continuous-batch inference, implying MI355X can process many requests or items in bulk, and GPU partitioning/cluster tooling suggest large-scale parallel job handling. However, there is no direct documentation of a bulk-operation API, batch job submission interface, or AI-native bulk-processing workflow specific to MI355X itself — it's inferred through third-party software rather than demonstrated first-party capability. Missing for 10: explicit bulk/batch API documentation, benchmarked throughput for batch workloads, and independent verification of batch processing at scale.
- [claimed-docs] “Inference * [vLLM](https://rocm.docs.amd.com/projects/ai-ecosystem/en/latest/inference/vllm.html) * [SGLang](https://rocm.docs.amd.com/…”
- [claimed-docs] “Full-stack documentation and recipes to deploy AI workloads on AMD GPUs using popular ROCm-enabled frameworks.”
- [claimed-docs] “GPU Partitioning Split compute units and memory to partition a single GPU.”
ai-native userSchedule recurring jobs or workflows
weight 2 · round to AMD Instinct MI355XRTX PRO 6000 Blackwellnone0/10The axis applies to this product kind (peer products hold positive or none verdicts on this story), so lack of evidence for an applicable capability is "none", never "na". (na/none harmonized at arena bring-up — see pipeline/scripts/na-harmonize.ts.)
AMD ships 'Spur', described as an AI-native, Slurm-compatible job scheduler with GPU-first scheduling for Instinct clusters, which implies workflow/job scheduling capability, but the evidence never explicitly confirms recurring/cron-style job scheduling or automation-depth features. Missing for 10: documentation on recurring/cron scheduling semantics, workflow orchestration examples, and independent/hands-on validation of Spur's scheduling capabilities.
- [claimed-docs] “Spur AI-native job scheduler, drop-in compatible with Slurm, with GPU-first scheduling and Raft-based state.”
Creator media — stories about creator media in this arenaCreator media
Stories about creator media in this arena
Media engines
creatorHardware media engines and creator-app acceleration are documented — AV1/HEVC encoders, and professional or ISV-certified driver support where the vendor claims it
weight 2 · round to RTX PRO 6000 BlackwellVendor docs explicitly claim enhanced AV1/H.265 (HEVC) encode/decode support aimed at livestreaming and real-time editing, plus general creator-app acceleration (3D modeling, animation, virtual production). However, there is no ISV-certification detail (no Studio driver or specific creative-app certification list) and no independent/hands-on verification of media-engine performance for creators. Missing for 10: ISV-certified driver documentation (e.g., Studio Driver certifications for specific creative apps), independent benchmarks of AV1/HEVC encode quality, and confirmation of number/type of NVENC/NVDEC engines.
- [claimed-docs] “With enhanced AV1 and H.265 codec support, it's ideal for livestreaming, real-time editing, and live media workflows.”
- [claimed-docs] “These advancements accelerate 3D modeling, animation, and virtual production, empowering industries like film, gaming, and architectural vis…”
Datacenter scale — stories about datacenter scale in this arenaDatacenter scale
Stories about datacenter scale in this arena
Scale out
ml engineerTrain and serve at datacenter scale on this part — documented high-bandwidth interconnect (NVLink, Infinity Fabric), multi-GPU systems, and rack-scale deployment
weight 3 · round to AMD Instinct MI355XRTX PRO 6000 Blackwellnone0/10The evidence pack contains no documentation of NVLink, Infinity Fabric, or any high-bandwidth multi-GPU interconnect for the RTX PRO 6000; it is positioned as a single-card workstation GPU (PCIe Gen5, desktop form factor) rather than a rack-scale datacenter part. Community threads even contrast it unfavorably with true datacenter GPUs (e.g., B300) citing lack of tensor-memory/library support and treat multi-card setups as just several discrete cards drawing 2.4kW, not a unified interconnect fabric.
- [claimed-docs] “Support for PCI Express Gen 5 provides double the bandwidth of PCIe Gen 4, improving data-transfer speeds from CPU memory and unlocking fast…”
- [community] “Ok, how are people powering these things? 2.4kW is well beyond a standard circuit in the US. Are people having 240V/30A circuits installed?”
- [community] “Those are SM120 so no tmem/tcgen05 and lack of support in main libraries... For that money I'd buy a single B300, similar total AI TOPS, sim…”
Evidence documents rack-scale deployment tooling (Kubernetes GPU Operator, Container Toolkit, Cluster Validation Suite, Spur scheduler, SR-IOV, AMD SMI) and high memory bandwidth (8TB/s HBM3E), supporting datacenter-scale operations, but no citation explicitly documents the GPU-to-GPU interconnect fabric (e.g., Infinity Fabric link topology or scale-up fabric analogous to NVLink) that the story specifically calls out. Community sources focus on compute/memory comparisons, not interconnect topology, so this axis is only partially evidenced. Missing for 10: explicit Infinity Fabric/interconnect bandwidth specs and multi-GPU topology documentation, independent multi-node training benchmarks confirming interconnect scaling.
- [claimed-docs] “GPU Operator Deploy and manage Instinct GPUs in Kubernetes clusters.”
- [claimed-docs] “Spur AI-native job scheduler, drop-in compatible with Slurm, with GPU-first scheduling and Raft-based state.”
- [claimed-docs] “Cluster Validation Suite Test scripts that validate AMD AI clusters end to end.”
- [claimed-docs] “AMD Container Toolkit Integrate Instinct GPUs with Docker and container runtimes.”
- [claimed-docs] “SR-IOV Yes”
- [claimed-docs] “AMD Instinct™ MI355X GPUs deliver leadership AI and HPC performance enabling high density infrastructures with 288GB HBM3E memory, 8TB/s ban…”
- [community] “MI355X's HBM3E subsystem gives it 288GB capacity at 8 TB/s vs Nvidia B200's 180GB at 7.7 TB/s, maintaining AMD's memory capacity/bandwidth l…”
Driver openness — stories about driver openness in this arenaDriver openness
Stories about driver openness in this arena
Linux support
developerLinux is a first-class citizen for this GPU — documented Linux driver releases and independent Linux testing of this part
weight 2 · round to AMD Instinct MI355XRTX PRO 6000 Blackwellnone0/10No evidence in the pack specifically documents Linux driver releases or independent Linux benchmarking/testing of the RTX PRO 6000; the docs cite CUDA toolkit generically (cross-platform) and community threads discuss pricing, power draw, and hardware defects rather than Linux driver support or Linux-specific testing.
ROCm's entire documented stack (HIP, container toolkit, Kubernetes GPU operator, AMD SMI, cluster validation) is Linux-native and independent hands-on benchmarking (chipsandcheese architecture deep-dive, HN wafer.ai comparisons) treats MI355X as a real, testable part. However, no evidence cites explicit Linux kernel driver release notes/versioning or independent Linux-specific driver validation reports. Missing for 10: explicit Linux driver release notes/changelog, independent third-party Linux driver-level testing (not just architecture/benchmark commentary), confirmation that cited benchmarks ran on Linux.
- [claimed-docs] “The foundational libraries, runtimes, and tools for GPU computing on AMD hardware — math and compute libraries, communication primitives, HI…”
- [claimed-docs] “HIP C++ Learn the HIP programming model.”
- [claimed-docs] “AMD Container Toolkit Integrate Instinct GPUs with Docker and container runtimes.”
- [claimed-docs] “GPU Operator Deploy and manage Instinct GPUs in Kubernetes clusters.”
- [community] “Compared to Nvidia's B200 SMs, CDNA 4 CUs have half the per-clock throughput across many 16-bit/8-bit data types; AMD still relies on a bigg…”
- [community] “On every row the B300 beat the MI355X in a wafer.ai comparison; critics say the price comparison (MI355X at $2.5/hr) is unrealistic since no…”
Open drivers
developerRun this GPU on an open driver — open-source kernel modules or upstream Linux support documented by the vendor
weight 2 · round drawnRTX PRO 6000 Blackwellnone0/10No evidence in the pack mentions open-source kernel modules, nouveau, or upstream Linux driver support for the RTX PRO 6000; all docs cite proprietary CUDA/RTX toolkits and community discussion focuses on power, pricing, and hardware defects rather than driver openness. Missing for 10: any vendor documentation of open-source GPU kernel modules or upstream kernel support for this card.
AMD Instinct MI355Xnone0/10The evidence pack extensively documents ROCm's open-source user-space stack (libraries, runtimes, tools, monitoring, Kubernetes operator) but never mentions the amdgpu kernel driver, its open-source licensing, or upstream Linux kernel inclusion — the specific claim this story asks about is absent. Missing for 10: any vendor documentation of open-source kernel modules, upstream kernel driver support, or distro-inclusion status for the MI355X.
Gaming performance — stories about gaming performance in this arenaGaming performance
Stories about gaming performance in this arena
4k gaming
gamerThis card drives high-refresh 4K gaming — vendor performance claims corroborated by independent game benchmarks
weight 3 · round drawnRTX PRO 6000 Blackwellnone0/10The axis applies to this product kind (peer products hold positive or none verdicts on this story), so lack of evidence for an applicable capability is "none", never "na". (na/none harmonized at arena bring-up — see pipeline/scripts/na-harmonize.ts.)
Upscaling
gamerAI upscaling and frame generation are supported on this card — the DLSS or FSR generation is documented for this part, with broad game support
weight 2 · round drawnRTX PRO 6000 Blackwellnone0/10The evidence pack covers workstation/AI/data-science features, memory, connectivity, and CUDA tooling, but never mentions DLSS, FSR, frame generation, or game-specific driver/game support for the RTX PRO 6000. This is a plausible axis for any RTX-branded GPU, so absence of documentation is 'none' rather than 'na'. missing for 10: DLSS/FSR version support documentation, frame generation capability, game compatibility list or driver notes.
Memory vram — stories about memory vram in this arenaMemory vram
Stories about memory vram in this arena
Llm memory
ai-native userRun a 70B-class quantized LLM on this GPU — published VRAM capacity and memory bandwidth that make local or single-node inference practical
weight 3 · round drawnNVIDIA docs explicitly market the 96 GB GDDR7 memory as enabling local LLM fine-tuning and agent workloads, and community evidence (HN thread) shows real users running multi-GPU RTX PRO 6000 setups for high-throughput LLM inference (tens of thousands of tok/s), confirming practical single-node large-model inference. Missing for 10: an explicit published memory-bandwidth (GB/s) figure and a documented single-card 70B-quantized benchmark rather than a 4-GPU aggregate.
- [claimed-docs] “With 96 GB of memory on the RTX PRO 6000, you can turn your desktop into an AI powerhouse for fine-tuning LLMs, generative AI, and running a…”
- [claimed-docs] “With 96 GB of GPU memory, tackle massive 3D and AI projects, explore large-scale VR environments, and drive larger multi-app workflows.”
- [community] “Converting four RTX PRO 6000 Blackwell cards to waterblocks, finding a VRM choke loose on the workbench, and getting back to 41k tok/s.”
- [community] “Those are SM120 so no tmem/tcgen05 and lack of support in main libraries... For that money I'd buy a single B300, similar total AI TOPS, sim…”
AMD publishes 288GB HBM3E capacity and 8TB/s bandwidth for MI355X, far exceeding what's needed for 70B-class quantized inference, and documents vLLM/SGLang inference stacks for deployment; independent analysis corroborates the memory capacity/bandwidth lead over competing accelerators. Missing for 10: no direct hands-on benchmark or published throughput numbers specifically for a 70B model at a given quantization on this GPU.
- [claimed-docs] “AMD Instinct™ MI355X GPUs deliver leadership AI and HPC performance enabling high density infrastructures with 288GB HBM3E memory, 8TB/s ban…”
- [claimed-docs] “Inference * [vLLM](https://rocm.docs.amd.com/projects/ai-ecosystem/en/latest/inference/vllm.html) * [SGLang](https://rocm.docs.amd.com/…”
- [community] “MI355X's HBM3E subsystem gives it 288GB capacity at 8 TB/s vs Nvidia B200's 180GB at 7.7 TB/s, maintaining AMD's memory capacity/bandwidth l…”
Memory spec
ml engineerMemory specs are published in full for this exact part — capacity, memory type, bus width, and bandwidth
weight 2 · round to AMD Instinct MI355XOfficial NVIDIA pages confirm 96GB GPU memory capacity clearly, but the evidence pack contains no first-party bus-width or bandwidth figures, and memory type (GDDR7) is only mentioned in a community comment, not vendor spec docs. missing for 10: bus width spec, bandwidth (GB/s) spec, vendor-confirmed memory type in official docs.
- [claimed-docs] “With 96 GB of memory on the RTX PRO 6000, you can turn your desktop into an AI powerhouse for fine-tuning LLMs, generative AI, and running a…”
- [claimed-docs] “With 96 GB of GPU memory, tackle massive 3D and AI projects, explore large-scale VR environments, and drive larger multi-app workflows.”
- [community] “RTX Pro 6000 Blackwell has 96GB of GDDR7 VRAM. A Mac studio with 96GB unified memory costs $5,299.00... Why does CUDA still have a $11k pric…”
AMD's official product page confirms capacity (288GB), memory type (HBM3E), and bandwidth (8TB/s) for the MI355X, corroborated independently by chipsandcheese's comparison data. However, no evidence anywhere states the memory bus width. missing for 10: published bus width (bits) for the HBM3E memory subsystem.
- [claimed-docs] “AMD Instinct™ MI355X GPUs deliver leadership AI and HPC performance enabling high density infrastructures with 288GB HBM3E memory, 8TB/s ban…”
- [community] “MI355X's HBM3E subsystem gives it 288GB capacity at 8 TB/s vs Nvidia B200's 180GB at 7.7 TB/s, maintaining AMD's memory capacity/bandwidth l…”
Openness — open source, data portability, and self-hosting storiesOpenness
Open source, data portability, and self-hosting stories
ai-native userRead the product's source under an open license
weight 2 · round drawnRTX PRO 6000 Blackwellnone0/10The axis applies to this product kind (peer products hold positive or none verdicts on this story), so lack of evidence for an applicable capability is "none", never "na". (na/none harmonized at arena bring-up — see pipeline/scripts/na-harmonize.ts.)
ai-native userSelf-host the core product
weight 3 · round to AMD Instinct MI355XThe RTX PRO 6000 is a physical GPU designed explicitly for local, on-premises AI workloads—running LLMs, agents, and data science locally 'without relying on costly cloud or data center resources,' with community evidence confirming real users self-hosting multi-GPU inference rigs achieving high token throughput. This is inherently self-hostable since it's hardware you own and run yourself. missing for 10: no first-party self-hosting guide/reference architecture, no independent benchmark validating claimed ease of self-hosted deployment at scale, and community notes highlight real friction (power/cooling requirements, hardware defects) that complicate the self-hosting experience.
- [claimed-docs] “With 96 GB of memory on the RTX PRO 6000, you can turn your desktop into an AI powerhouse for fine-tuning LLMs, generative AI, and running a…”
- [claimed-docs] “the NVIDIA RTX PRO 6000 accelerates data science workflows—from exploration and model evaluation to visualization—without relying on costly …”
- [community] “Converting four RTX PRO 6000 Blackwell cards to waterblocks, finding a VRM choke loose on the workbench, and getting back to 41k tok/s.”
- [community] “Ok, how are people powering these things? 2.4kW is well beyond a standard circuit in the US. Are people having 240V/30A circuits installed?”
The MI355X is sold as on-prem hardware, and AMD provides a full deployment stack for self-hosting: ROCm runtime/libraries, GPU Operator for Kubernetes, AMD Container Toolkit for Docker, Cluster Validation Suite, Device Metrics Exporter, and the Spur scheduler, all documented for running the GPU in a customer-owned datacenter. Community commentary corroborates real-world self-hosted comparisons (e.g., wafer.ai benchmarks) confirming the hardware is deployed and operated independently by third parties. Missing for 10: independent hands-on report specifically walking through a full self-host bring-up (rather than benchmark-only) confirming ease of deployment.
- [claimed-docs] “GPU Operator Deploy and manage Instinct GPUs in Kubernetes clusters.”
- [claimed-docs] “AMD Container Toolkit Integrate Instinct GPUs with Docker and container runtimes.”
- [claimed-docs] “Cluster Validation Suite Test scripts that validate AMD AI clusters end to end.”
- [claimed-docs] “Device Metrics Exporter Prometheus-format GPU metrics for HPC and AI environments.”
- [claimed-docs] “Spur AI-native job scheduler, drop-in compatible with Slurm, with GPU-first scheduling and Raft-based state.”
- [community] “On every row the B300 beat the MI355X in a wafer.ai comparison; critics say the price comparison (MI355X at $2.5/hr) is unrealistic since no…”
Power cooling — stories about power cooling in this arenaPower cooling
Stories about power cooling in this arena
Efficiency
ml engineerSustained workloads are power-efficient on this part — documented power envelopes with independent performance-per-watt testing
weight 2 · round drawnRTX PRO 6000 Blackwellnone0/10The evidence pack contains no documented power envelope specs (TDP) from NVIDIA nor any independent performance-per-watt benchmarking; community discussion only raises concerns about high power draw (~600W/card implied from a 2.4kW quad-card setup) without any efficiency testing. Axis applies to a workstation GPU aimed at ML engineers, but no supporting evidence exists.
- [community] “Ok, how are people powering these things? 2.4kW is well beyond a standard circuit in the US. Are people having 240V/30A circuits installed?”
- [community] “Those are SM120 so no tmem/tcgen05 and lack of support in main libraries... For that money I'd buy a single B300, similar total AI TOPS, sim…”
AMD Instinct MI355Xnone0/10The evidence pack lacks any documented TDP/power envelope specs or independent performance-per-watt benchmarking for the MI355X; community sources focus on raw throughput and memory bandwidth comparisons (chipsandcheese, wafer.ai) but never normalize for power draw. Missing for 10: official power envelope/TDP documentation, independent perf-per-watt benchmarks, sustained-workload thermal/power test data.
- [community] “Compared to Nvidia's B200 SMs, CDNA 4 CUs have half the per-clock throughput across many 16-bit/8-bit data types; AMD still relies on a bigg…”
- [community] “MI355X's HBM3E subsystem gives it 288GB capacity at 8 TB/s vs Nvidia B200's 180GB at 7.7 TB/s, maintaining AMD's memory capacity/bandwidth l…”
- [community] “On every row the B300 beat the MI355X in a wafer.ai comparison; critics say the price comparison (MI355X at $2.5/hr) is unrealistic since no…”
Psu planning
gamerSpec a build around published board power — TDP/TGP, connector requirements, and cooling guidance for this exact card
weight 2 · round drawnRTX PRO 6000 Blackwellnone0/10The evidence pack contains only marketing copy about memory, CUDA-X, ray tracing, and I/O, with no official TDP/TGP figures, power-connector specifications, or cooling guidance for the RTX PRO 6000. Community threads mention very high real-world power draw (2.4kW across four cards) and cooling/VRM issues, but these are anecdotal complaints, not published board-power specs a gamer could use to plan a PSU or case cooling.
- [community] “Ok, how are people powering these things? 2.4kW is well beyond a standard circuit in the US. Are people having 240V/30A circuits installed?”
- [community] “Converting four RTX PRO 6000 Blackwell cards to waterblocks, finding a VRM choke loose on the workbench, and getting back to 41k tok/s.”
Privacy posture — data-handling and privacy storiesPrivacy posture
Data-handling and privacy stories
ai-native userPrevent my data from being used to train AI models
weight 3 · round to RTX PRO 6000 BlackwellThe product is a local workstation GPU, and NVIDIA markets it as enabling AI workloads to run 'locally and securely' without sending data to the cloud, which implicitly prevents data from being sent to a third party for training. However, there is no explicit privacy-control feature, data-usage policy, or opt-out mechanism documented — the claim is only an indirect byproduct of local compute. Missing for 10: an explicit data-training opt-out or privacy policy statement, independent confirmation that no telemetry/data leaves the device, and any documentation addressing data governance for AI workloads.
- [claimed-docs] “With 96 GB of memory on the RTX PRO 6000, you can turn your desktop into an AI powerhouse for fine-tuning LLMs, generative AI, and running a…”
Software toolchain — stories about software toolchain in this arenaSoftware toolchain
Stories about software toolchain in this arena
Compute stack
developerShip GPU-compute workloads on the vendor's toolchain — CUDA or ROCm/HIP documentation lists this part as a supported target
weight 3 · round to AMD Instinct MI355XNVIDIA's official CUDA Toolkit and CUDA-X docs explicitly list this GPU class as a supported target, and community usage (41k tok/s LLM inference) confirms real-world CUDA workload deployment. A minor caveat exists: one hands-on report notes SM120 lacks tmem/tcgen05 support in some main libraries, indicating partial feature-level gaps rather than a full contradiction of the toolchain-support claim. missing for 10: independent benchmark/library compatibility matrix confirming full CUDA feature parity across major frameworks.
- [claimed-docs] “Optimized for NVIDIA CUDA-X™ libraries like RAPIDS, it supercharges GPU-accelerated analytics and AI tasks using APIs that mirror popular op…”
- [claimed-docs] “The toolkit includes GPU-accelerated libraries, debugging and optimization tools, a C/C++ compiler, and a runtime library.”
- [claimed-docs] “cuTile Python is an expression of the CUDA Tile programming model in Python. It is built on top of the CUDA Tile IR specification and allows…”
- [community] “Converting four RTX PRO 6000 Blackwell cards to waterblocks, finding a VRM choke loose on the workbench, and getting back to 41k tok/s.”
- [community] “Those are SM120 so no tmem/tcgen05 and lack of support in main libraries... For that money I'd buy a single B300, similar total AI TOPS, sim…”
- [probe] “PROBE runtime (recorded 2026-09-15): the CUDA Toolkit page at developer.nvidia.com answered a keyless curl naming CUDA Toolkit — the compute…”
ROCm documentation explicitly covers HIP runtime, libraries, frameworks, and inference stacks (vLLM, SGLang) targeting Instinct GPUs, and Instinct-specific docs list HIP C++, OpenMP, and other toolchain components for the MI355X line, confirming it as a supported ROCm/HIP target. missing for 10: no explicit MI355X-named code sample or compatibility matrix entry pinpointing this exact SKU rather than the Instinct family generally.
- [claimed-docs] “The foundational libraries, runtimes, and tools for GPU computing on AMD hardware — math and compute libraries, communication primitives, HI…”
- [claimed-docs] “Inference * [vLLM](https://rocm.docs.amd.com/projects/ai-ecosystem/en/latest/inference/vllm.html) * [SGLang](https://rocm.docs.amd.com/…”
- [claimed-docs] “HIP C++ Learn the HIP programming model.”
- [claimed-docs] “OpenMP Explore the OpenMP programming model.”
- [probe] “PROBE runtime (recorded 2026-09-15): the ROCm documentation at rocm.docs.amd.com answered a keyless curl naming ROCm — the MI355X's entire d…”
Frameworks
ml engineerPyTorch and mainstream ML frameworks run on this GPU through officially documented builds and support matrices
weight 2 · round to AMD Instinct MI355XRTX PRO 6000 Blackwelldisputedcontradicted4/10NVIDIA's docs claim CUDA-X/CUDA toolkit compatibility and general AI/LLM workflows on the card, and community reports do show people running LLM inference workloads (41k tok/s) on RTX PRO 6000 Blackwell units, suggesting frameworks do run. However, a specific hands-on/community comment states these cards are SM120 architecture 'so no tmem/tcgen05 and lack of support in main libraries,' directly contradicting the notion of seamless official framework support via standard build/support matrices. Missing for 10: an explicit official PyTorch/framework support matrix or release notes confirming Blackwell SM120 compatibility, and resolution of the tcgen05/tmem library-support gap raised by users.
- [claimed-docs] “Optimized for NVIDIA CUDA-X™ libraries like RAPIDS, it supercharges GPU-accelerated analytics and AI tasks using APIs that mirror popular op…”
- [claimed-docs] “The toolkit includes GPU-accelerated libraries, debugging and optimization tools, a C/C++ compiler, and a runtime library.”
- [community] “Converting four RTX PRO 6000 Blackwell cards to waterblocks, finding a VRM choke loose on the workbench, and getting back to 41k tok/s.”
- [community] “Those are SM120 so no tmem/tcgen05 and lack of support in main libraries... For that money I'd buy a single B300, similar total AI TOPS, sim…”
AMD documents ROCm-enabled framework support with specific recipes for PyTorch-adjacent ML stacks and inference frameworks (vLLM, SGLang) tied to Instinct GPUs, backed by a live, crawlable documentation surface. Missing for 10: an explicit official PyTorch build/support-matrix page or version-compatibility table directly citing PyTorch, and independent hands-on confirmation of PyTorch working smoothly on MI355X specifically (only general software-support skepticism exists in community commentary).
- [claimed-docs] “Full-stack documentation and recipes to deploy AI workloads on AMD GPUs using popular ROCm-enabled frameworks.”
- [claimed-docs] “Inference * [vLLM](https://rocm.docs.amd.com/projects/ai-ecosystem/en/latest/inference/vllm.html) * [SGLang](https://rocm.docs.amd.com/…”
- [claimed-docs] “The foundational libraries, runtimes, and tools for GPU computing on AMD hardware — math and compute libraries, communication primitives, HI…”
- [probe] “PROBE runtime (recorded 2026-09-15): the ROCm documentation at rocm.docs.amd.com answered a keyless curl naming ROCm — the MI355X's entire d…”
- [community] “On the MI355X (288GB HBM3E) and MI325X announcement, a commenter noted AMD's pricing looks good vs Nvidia H100/B100 at around $15k, but expr…”
Not comparable on these axes
ai-native userPlug MCP servers into this product so it can use their tools
weight 3 · not comparableRTX PRO 6000 Blackwelln/aRTX PRO 6000 is a GPU hardware product, not an application or agent platform; plugging in MCP servers is a software/agent-integration axis that doesn't apply to a workstation GPU itself.
AMD Instinct MI355Xn/aMI355X is a hardware accelerator (GPU) with a software/driver stack (ROCm); MCP server plug-in for tool use is an AI-agent/application-layer concept that doesn't apply to a hardware product's own capabilities. This is a category error—no GPU hardware ships MCP server support directly.
ai-native userConnect an agent via an official MCP server
weight 3 · not comparableRTX PRO 6000 Blackwelln/aRTX PRO 6000 is a hardware GPU product, not an agent or software service; MCP server connectivity is a software integration axis that doesn't apply to a physical GPU workstation card.
ai-native userIssue scoped/least-privilege API credentials for an agent
weight 2 · not comparableRTX PRO 6000 Blackwelln/aRTX PRO 6000 is a hardware GPU product; issuing scoped API credentials for agents is a software/IAM capability entirely outside the scope of a physical GPU card's product category.
ai-native userSubscribe to events via webhooks
weight 2 · not comparableRTX PRO 6000 Blackwelln/aRTX PRO 6000 is a physical GPU/hardware product, not a service or platform with an event-driven API; webhooks are a category error for this axis.
ai-native userSet up automations that run autonomously in the background
weight 2 · not comparableRTX PRO 6000 Blackwelln/aThis is a GPU hardware product; setting up autonomous background automations is a software/orchestration-layer capability, not something a GPU itself provides. This axis is a category error for a hardware accelerator.
AMD Instinct MI355Xn/aMI355X is a hardware GPU accelerator; 'setting up autonomous background automations' is an application/agent-orchestration capability, not a fair axis for a hardware accelerator product category. The evidence covers job scheduling (Spur) and cluster management tools, but these are infrastructure/ops tools, not user-facing autonomous automation setups.
ai-native userExplore an interactive API reference with runnable examples
weight 2 · not comparableRTX PRO 6000 Blackwelln/aRTX PRO 6000 is a physical GPU hardware product, not an API/SaaS platform; there is no product-specific API for it to document. Evidence pack shows no API reference at all, and probes confirm no OpenAPI spec exists — this axis is a category error for a GPU hardware SKU.
- [probe] “PROBE openapi: all candidate paths 404 (https://developer.nvidia.com/openapi.json, https://developer.nvidia.com/swagger.json, https://develo…”
AMD Instinct MI355Xnone0/10This is a hardware accelerator with ROCm software docs but no evidence of an interactive API reference with runnable examples — the OpenAPI probe returned 404s on all candidate paths and no interactive playground/notebook reference is mentioned.
ai-native userDownload a machine-readable API spec (OpenAPI or equivalent)
weight 2 · not comparableRTX PRO 6000 Blackwelln/aRTX PRO 6000 is a physical GPU/workstation hardware product, not a web service or API platform; the notion of a downloadable OpenAPI/machine-readable API spec is a category mismatch for a hardware SKU, even though NVIDIA's broader developer ecosystem includes SDKs like CUDA. Probe evidence confirms no OpenAPI/swagger endpoints exist for this product page, reinforcing that this axis doesn't fit a hardware product line.
AMD Instinct MI355Xnone0/10The evidence pack includes a direct probe showing all standard OpenAPI/Swagger endpoints return 404 on AMD's ROCm docs site, and no other citation mentions a machine-readable API spec for MI355X's software stack or management tools.
ai-native userTest against a sandbox environment without touching production data
weight 1 · not comparableRTX PRO 6000 Blackwelln/aRTX PRO 6000 is a physical workstation GPU; sandbox-vs-production data isolation for testing AI agents is a software/platform concept not applicable to hardware silicon, which only provides compute (and optionally MIG partitioning) rather than data environment separation.
ai-native userRely on versioned APIs with a documented deprecation policy
weight 2 · not comparableRTX PRO 6000 Blackwelln/aThe RTX PRO 6000 is a physical GPU/hardware product, not an API or SaaS service; versioned APIs with deprecation policies is a category mismatch for a hardware product's own axis (CUDA toolkit versioning belongs to NVIDIA's software platform, not the GPU product itself).
AMD Instinct MI355Xnone0/10Evidence covers ROCm/Instinct software stack (HIP, libraries, tools) but nowhere documents API versioning semantics or a deprecation policy; probes explicitly show no OpenAPI/spec discoverable. Axis is plausible for the ROCm developer stack but unevidenced.
- [claimed-docs] “The foundational libraries, runtimes, and tools for GPU computing on AMD hardware — math and compute libraries, communication primitives, HI…”
- [probe] “PROBE openapi: all candidate paths 404 (https://rocm.docs.amd.com/openapi.json, https://rocm.docs.amd.com/swagger.json, https://rocm.docs.am…”
- [probe] “PROBE llms.txt: HTTP 200 at https://rocm.docs.amd.com/llms.txt # ROCm documentation > Note: ROCm documentation is split across multiple pro…”
ai-native userDefine rules that trigger actions automatically on events
weight 3 · not comparableRTX PRO 6000 Blackwelln/aRTX PRO 6000 is a GPU hardware product; defining event-triggered automation rules is an application/software-layer capability, not something a GPU itself provides. This axis is a category error for a hardware product.
AMD Instinct MI355Xn/aMI355X is a hardware GPU accelerator; event-driven rule automation is an application/orchestration-layer concern, not a fair axis for a GPU product itself. Nothing in the evidence (monitoring, metrics exporter, scheduler) constitutes user-defined event-trigger rules, so this is a category mismatch rather than a gap.
ai-native userVersion, review, and roll back my automations
weight 1 · not comparableRTX PRO 6000 Blackwelln/aRTX PRO 6000 is a GPU hardware product; versioning/reviewing/rolling back automations is a software workflow-management concern entirely outside the scope of a GPU's capabilities.
ai-native userDo everything through the API that I can do in the UI
weight 2 · not comparableRTX PRO 6000 Blackwelln/aRTX PRO 6000 is a physical GPU/hardware product, not a SaaS or software platform with a distinct UI and API surface to compare for parity; this story's premise (UI vs API feature parity) is a category error for a hardware accelerator.
ai-native userExport all of my data in open formats and leave
weight 3 · not comparableRTX PRO 6000 Blackwelln/aRTX PRO 6000 is a GPU hardware component, not a data-storage or SaaS platform that holds user data to export; the 'export data and leave' axis is a category error for a workstation GPU.
ai-native userChoose where my data is stored (region/residency)
weight 2 · not comparableRTX PRO 6000 Blackwelln/aRTX PRO 6000 is a local workstation GPU where data stays on the user's own machine; there is no cloud service or multi-region deployment concept, so 'choosing a data storage region' is not a meaningful axis for this hardware product.
AMD Instinct MI355Xn/aMI355X is a hardware GPU accelerator sold to data centers/cloud providers; data residency/region selection is a deployment/cloud-service concern controlled by whoever operates the infrastructure, not a capability of the chip or its software stack itself. This is a category error for a hardware product axis.
ai-native userControl data retention and deletion
weight 2 · not comparableRTX PRO 6000 Blackwelln/aRTX PRO 6000 is a local workstation GPU; it does not act as a service that stores or processes user data on the vendor's behalf, so 'data retention and deletion' controls (a SaaS/cloud privacy concept) is a category mismatch for a hardware product used locally.
AMD Instinct MI355Xn/aMI355X is a hardware accelerator/chip product, not a data-handling SaaS or service with user data retention policies; data retention/deletion controls are a category error for a GPU hardware product's own axis (though the operator running workloads on it would manage such policies).
ai-native userOpt out of telemetry and usage tracking
weight 2 · not comparableRTX PRO 6000 Blackwelln/aRTX PRO 6000 is a hardware GPU product; telemetry opt-out/usage tracking settings are a software/SaaS privacy concern that doesn't apply to a physical GPU component itself.