You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.
James Newling edited this page Sep 7, 2017
·
1 revision
We define the geometry for a GEMM problem by the following parameters: isColMajor, tA, tB, m, n, k, wSpaceSize, floattype. Geometry parameters are included as #defines in OpenCL kernel strings, this is why every distinct geometry requires distinct MIOpenGEMM kernels.