Arnav Goel
Arnav Goel
> It seems we just need to add `LaunchConfig.cooperative_launch: bool = False`, and map it to `CU_LAUNCH_ATTRIBUTE_COOPERATIVE` when preparing the launch config for `cuLaunchKernelEx`. What would be the right way...
> > * Option (a) if `LaunchConfig` only exposes `cooperative_launch` attribute, then in the usecase of multi-GPU or grid-sync, there needs to be additional legalization checks to make sure that...
@leofang I did some more digging and there are additional usecases in multi-GPU kernels where the following launch attributes can be used. This makes option (b) more attractive. (a) Usecase:...