================
@@ -268,8 +289,9 @@ Error GenericKernelTy::launch(GenericDeviceTy 
&GenericDevice, void **ArgPtrs,
     AsyncInfoWrapper.freeAllocationAfterSynchronization(
         DynBlockMemConf.FallbackPtr);
 
----------------
jdoerfert wrote:

This is an (existing) mess. We should not have new arrays for NumThreads/Blocks 
that might carry different values than the ones in KernelArgs. Maybe we can 
address that first and thereby certainly avoid the extra argument.

https://github.com/llvm/llvm-project/pull/195102
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to