I am getting for a CUDA kernel compiled with ptx - verbose option the following output:
ptxas info : Compiling entry function '_Z19IntersectRaysKernelPdS_S_PcPiS1_yyyyS_' for 'sm_61' ptxas info : Function properties for _Z19IntersectRaysKernelPdS_S_PcPiS1_yyyyS_ 48 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
ptxas info : Used 112 registers, 64 bytes cumulative stack size, 408 bytes cmem[0], 40 bytes cmem[2]
Can I infer maximal kernel launch parameters (i.e., grid_dim and blk_dim) due to memory consumption? (I am Using GF GTX 1050 Ti)