Scrying the AMD GFX1250 LLVM Tea Leaves

(chipsandcheese.com)

54 points | by mfiguiere 12 hours ago

2 comments

  • majke 8 minutes ago
    I'm a heavy user of NVIDIA LOP3 instruction (uint32). I wonder when AMD will finally support it well.
  • WithinReason 3 hours ago
    ...not just implementing barriers in hardware but also full monitors, allowing the wave to be notified if a specific cache line is evicted from the L2 cache.

    What is this feature for? When do you need it?

    • dragontamer 56 minutes ago
      GPUs are absurdly SMT. Like 8 threads or 10 threads (or tracked instruction pointers) per hardware instruction execution unit (for AMD, the Workgroup Processor, WGP)

      I have to imagine that some kind of queue or data structure would benefit from this information. Especially with server GPU tasks staying resident inside of a WGP for literally hours at a time.