Skip to content

moaziat/pyopenclCodes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xeMPI CI

Overview

Hands on GPU programming with PyOpenCL

Installation

Install all dependecies

          sudo apt-get update
          sudo apt-get install -y ocl-icd-opencl-dev 
          sudo apt-get install -y clinfo
          python -m pip install --upgrade pip
          pip install numpy pytest pyopencl

Check that everything is looking good:

python setup_test.py

You should get something like this: ```Using device: Intel(R) Iris(R) Xe Graphics`` or any other Intel GPU device

Try it yourself:

python tests.py

You can create your own tests tho!

About

Hands on GPU programming with PyOpenCL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages