You are given two matrices of dimensions m×k and k×n. On an NVIDIA A100 40GB GPU (with its published specs provided), calculate how long a matrix multiplication takes across a range of m values (2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192) with k fixed…