[llvm] [offload] support arbitrary memoryFill pattern sizes in L0 plugin (PR #209724)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 16 03:35:40 PDT 2026
Jan =?utf-8?q?Trusiłło?= <jan.trusillo at intel.com>,
Jan =?utf-8?q?Trusiłło?= <jan.trusillo at intel.com>,
Jan =?utf-8?q?Trusiłło?= <jan.trusillo at intel.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/209724 at github.com>
================
@@ -75,6 +77,17 @@ struct L0DeviceIdTy {
: zeId(Device), RootId(RootId), SubId(SubId), CCSId(CCSId) {}
};
+/// Properties of the compute command queue group selected for a device.
+struct ComputeGroupInfoTy {
----------------
311Volt wrote:
Added `struct QueueGroupInfoTy` as a place to store queue group info in. `ComputeGroupInfoTy` still exists and means "properties of one specific group"
https://github.com/llvm/llvm-project/pull/209724
More information about the llvm-commits
mailing list