Skip to content
Commit 79bfcae3 authored by Karl Rupp's avatar Karl Rupp
Browse files

[API Change] Refactored OpenCL backend: Kernels are now generated...

[API Change] Refactored OpenCL backend: Kernels are now generated automatically from compiled program.

A user thus no longer needs to call prog.add_kernel("...");, as this was somewhat redundant anyway.
As a nice side effect, there should be less overhead involved, as the OpenCL backend is now called only once rather than multiple times.
parent 9b122c3d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment