Function report error for image size over [110000,80000]

when i use F.affine_grid to tranform image size which’s size over [110000,80000],it
report an error, intel MKL ERROR: Parameter 4 was incorrect on entry to cblas_sgemm.

This seems like it may be caused by some shapes/indexing being done in 32 bit values when a dimension is larger than that; could you open an issue here: Issues · pytorch/pytorch (github.com) to track this issue?