1. Code availability & transparency
“That's promising but did they publish any code? I can't find anything in the abstract.” — Thomashuet
2. GPU offload complexity, especially pointer handling for HPC
“the rust‑gpu project has to emulate pointers[8], which we consider a blocking issue for most HPC benchmarks.” — jasonjmcghee
“Pointers are sort of needed for high performance memory management for HPC targets for existing design patterns…” — minraws
3. Comparative interest & safety‑model concerns
“does anyone know Mojo well enough to comment how Rust + gpu‑offload compares to it?” — maxchisto
“The NVIDIA+AMD support is the part I find really interesting… doing this while keeping Rust's safety model seems pretty compelling.” — Alephinitesimal