Skip to content

Tags: JDSchmitz/Exercises-Solutions

Tags

v1.2.1

Toggle v1.2.1's commit message
Update device_picker.hpp

Fit strstr in C++

v1.2

Toggle v1.2's commit message
Update exercise 13

v1.1

Toggle v1.1's commit message
Use set_scalar_arg_dtypes on python kernels

This involves pulling out the kernel from the program object, and
running this method, specifying the scalar types (memory types are
listed None).
This means that clCreateKernel is only called once, when we pull
out the kernel. It is called once for everytime program.kernel()
was called before.

v1.0

Toggle v1.0's commit message
Update global make with C++ instructions

v0.3.0

Toggle v0.3.0's commit message
minor typos in C++ vector pi host

v0.2.0

Toggle v0.2.0's commit message
Update README.md

v0.1.0

Toggle v0.1.0's commit message
Python code for solution 7 added

This is the long matrix multiply example with different kernels