PC Lab 6: Diferență între versiuni

De la WikiLabs
Jump to navigationJump to search
(Pagină nouă: '''Session 6''' '''Task: run matrix-column normalization using OpenCL (https://www.khronos.org/opencl)''' # Install opencl drivers for your platform # Check opencl capable devic...)
 
Fără descriere a modificării
Linia 3: Linia 3:


'''Task: run matrix-column normalization using OpenCL (https://www.khronos.org/opencl)'''
'''Task: run matrix-column normalization using OpenCL (https://www.khronos.org/opencl)'''
Matrix-column normalization means that, at the end of the process, every sum of squared elements on the same column is 1.
Example: Assuming matrix is
[ 1, 2 ]
[ 3, 4 ]
the result of normalization is :


# Install opencl drivers for your platform
# Install opencl drivers for your platform

Versiunea de la data 26 aprilie 2018 15:09

Session 6

Task: run matrix-column normalization using OpenCL (https://www.khronos.org/opencl)

Matrix-column normalization means that, at the end of the process, every sum of squared elements on the same column is 1.

Example: Assuming matrix is

[ 1, 2 ] 
[ 3, 4 ]

the result of normalization is :


  1. Install opencl drivers for your platform
  2. Check opencl capable devices with command clinfo


Points (out of 10) vs. expected performance:


[[]]