[Openmp-commits] [PATCH] D110679: [libomptarget] [amdgpu] After a kernel dispatch packet is published, its contents must not be accessed.

Jon Chesterfield via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Sep 29 11:41:04 PDT 2021


JonChesterfield added a comment.

@t-tye found the reference
http://hsa.glossner.org/wp-content/uploads/2021/02/HSA-SysArch-1.2.pdf

> Section 2.8.3 Queue Mechanics
> When an agent assigns an AQL packet to the packet processor, the ownership of the AQL
> packet is transferred. The packet processor may update the AQL packet at any time after
> packet submission, and the submitting agent should not rely on the content of the AQL packet
> after submission.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110679/new/

https://reviews.llvm.org/D110679



More information about the Openmp-commits mailing list