| 4168 | } |
| 4169 | |
| 4170 | inline KernelLauncher KernelInstantiation::configure( |
| 4171 | dim3 grid, dim3 block, unsigned int smem, cudaStream_t stream) const { |
| 4172 | return KernelLauncher(this, grid, block, smem, stream); |
| 4173 | } |
| 4174 | |
| 4175 | inline KernelLauncher KernelInstantiation::configure_1d_max_occupancy( |
| 4176 | int max_block_size, unsigned int smem, CUoccupancyB2DSize smem_callback, |