|
|
|
|
|
by oneofthose
3959 days ago
|
|
Interesting idea. It should be only a few lines in PyOpenCL to build something like this. But if you're already in PyOpenCL I guess would also prefer to generate the bin files there (maybe using numpy) ans evaluate the output (matplotlib possibly). For optimization you could run the kernel in a loop, time the runtime and vary the number or global and local work groups. |
|