YOU ARE VIEWING ONE ITEM FROM THE AICRIER FEED

TRELLIS.2 runs on AMD ROCm

AICrier tracks AI developer news across Product Hunt, GitHub, Hacker News, YouTube, X, arXiv, and more. This page keeps the article you opened front and center while giving you a path into the live feed.

// WHAT AICRIER DOES

7+

TRACKED FEEDS

24/7

SCRAPED FEED

Short summaries, external links, screenshots, relevance scoring, tags, and featured picks for AI builders.

TRELLIS.2 runs on AMD ROCm
OPEN LINK ↗
// 65d agoTUTORIAL

TRELLIS.2 runs on AMD ROCm

A Reddit user reports getting Microsoft’s TRELLIS.2 image-to-3D pipeline running on an RX 9070 XT with ROCm 7.11 on Linux Mint 22.3. The workaround patches large linear ops to avoid NaNs and fixes a hipified mesh-copy path, which gets preview rendering and GLB export working on AMD.

// ANALYSIS

This is a nice reminder that AMD compatibility for frontier AI often arrives through community patches, not vendor blessing. The practical result matters: TRELLIS.2’s image-to-3D pipeline is now usable end to end on Radeon, which broadens the local 3D generation crowd.

  • Official TRELLIS.2 docs still assume Linux plus NVIDIA CUDA, so this fills a real gap for Radeon users.
  • The chunked linear workaround suggests ROCm can stumble on large tensor ops in 3D pipelines, not just LLM inference.
  • Swapping `cudaMemcpy2D` for `cudaMemcpy` shows how HIPified C++ can quietly corrupt geometry rather than crash.
  • End-to-end preview and GLB export are the real milestones here, even if the preview still drops normals.
  • A ~280-second run at 1024 resolution and 20 steps is acceptable for a demo, but still far from a casual creator workflow.
// TAGS
trellis-2gpuopen-sourceinferenceself-hosted

DISCOVERED

65d ago

2026-03-25

PUBLISHED

65d ago

2026-03-25

RELEVANCE

7/ 10

AUTHOR

ShoddyPriority32