Home
last modified time | relevance | path

Searched refs:runComputeIntFast (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/clpeak/include/
H A Dclpeak.h45 int runComputeIntFast(cl::CommandQueue &queue, cl::Program &prog, device_info_t &devInfo);
/aosp_15_r20/external/clpeak/src/
H A Dcompute_integer_fast.cpp3 int clPeak::runComputeIntFast(cl::CommandQueue &queue, cl::Program &prog, device_info_t &devInfo) in runComputeIntFast() function in clPeak
H A Dclpeak.cpp126 runComputeIntFast(queue, prog, devInfo); in runAll()