[llvm] [offload] support arbitrary memoryFill pattern sizes in L0 plugin (PR #209724)
Alex Duran via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 15 04:05:43 PDT 2026
================
@@ -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 {
----------------
adurang wrote:
If we're gonna have a Group abstractions can we also fold into here the checkCooperativeKernelSupport bit so it's all together?
https://github.com/llvm/llvm-project/pull/209724
More information about the llvm-commits
mailing list