cubecl_hip_sys

Constant hipError_t_hipErrorCooperativeLaunchTooLarge

Source
pub const hipError_t_hipErrorCooperativeLaunchTooLarge: hipError_t = 720;
Expand description

< This error indicates that the number of blocks < launched per grid for a kernel that was launched < via cooperative launch APIs exceeds the maximum < number of allowed blocks for the current device.