Loading...
Searching...
No Matches
dirichlet_cl.h
Go to the documentation of this file.
1#pragma once
2
16
17#include <nut/cl.h>
18
19uint64_t nut_cl_dirichlet_D(nut_ClMgr *mgr, uint64_t n, uint64_t m);
20
Manages "global" OpenCL state including programs, kernels, the context, and the command queue.
Definition cl.h:40