Home
last modified time | relevance | path

Searched defs:KernelOperation (Results 1 – 1 of 1) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/helpers/
H A Dtask_information.h40 struct KernelOperation { struct
56 KernelOperation() = delete; argument
57 KernelOperation(LinearStream *commandStream, InternalAllocationStorage &storageForAllocations) { in KernelOperation() function
68 ~KernelOperation() { in ~KernelOperation() argument
93 Command(CommandQueue &commandQueue, std::unique_ptr<KernelOperation> &kernelOperation); argument