MCPcopy Create free account
hub / github.com/GollyGang/ready / FullKernelOpenCLImageRD

Method FullKernelOpenCLImageRD

src/readybase/FullKernelOpenCLImageRD.cpp:32–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30// ---------------------------------------------------------------------------------------------------------
31
32FullKernelOpenCLImageRD::FullKernelOpenCLImageRD(int opencl_platform,int opencl_device,int data_type)
33 : OpenCLImageRD(opencl_platform,opencl_device,data_type)
34{
35 this->SetRuleName("Full kernel example");
36 this->SetFormula("kernel void rd_compute() {}");
37 this->block_size[0]=1;
38 this->block_size[1]=1;
39 this->block_size[2]=1;
40}
41
42// ---------------------------------------------------------------------------------------------------------
43

Callers

nothing calls this directly

Calls 15

GetPlatformMethod · 0.80
GetDeviceMethod · 0.80
GetDataTypeMethod · 0.80
GetImageMethod · 0.80
GetNumberOfChemicalsMethod · 0.80
GetRuleNameMethod · 0.80
GetDescriptionMethod · 0.80
SetRuleNameMethod · 0.45
SetFormulaMethod · 0.45
GetBlockSizeXMethod · 0.45
GetBlockSizeYMethod · 0.45

Tested by

no test coverage detected