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
Heterogeneous-Computing-OpenCL demonstrates matrix multiplication using OpenCL for heterogeneous computing. It includes block form, element-wise, and row-wise approaches with Python and C files. This project showcases efficient parallel processing using OpenCL kernels, highlighting different computation methods and their implementations.