Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
util/gpu_t.cuh: fix launch_coop(f, {0, 0},...).
As it turns out cudaOccupancyMaxPotentialBlockSize doesn't actually cater to cudaLaunchCooperativeKernel, because suggested grid size can be twice the amount of SMs, which is unsuitable for cooperative launches.
- Loading branch information