Skip to content
Snippets Groups Projects
Commit 3a61f317 authored by Akash Kothari's avatar Akash Kothari :speech_balloon:
Browse files

Updated function declaration types to FunctionCallees

parent 3d385817
No related branches found
No related tags found
No related merge requests found
......@@ -169,17 +169,17 @@ private:
Kernel* kernel;
// VISC Runtime API
Constant* llvm_visc_ocl_launch;
Constant* llvm_visc_ocl_wait;
Constant* llvm_visc_ocl_initContext;
Constant* llvm_visc_ocl_clearContext;
Constant* llvm_visc_ocl_argument_shared;
Constant* llvm_visc_ocl_argument_scalar;
Constant* llvm_visc_ocl_argument_ptr;
Constant* llvm_visc_ocl_output_ptr;
Constant* llvm_visc_ocl_free;
Constant* llvm_visc_ocl_getOutput;
Constant* llvm_visc_ocl_executeNode;
FunctionCallee llvm_visc_ocl_launch;
FunctionCallee llvm_visc_ocl_wait;
FunctionCallee llvm_visc_ocl_initContext;
FunctionCallee llvm_visc_ocl_clearContext;
FunctionCallee llvm_visc_ocl_argument_shared;
FunctionCallee llvm_visc_ocl_argument_scalar;
FunctionCallee llvm_visc_ocl_argument_ptr;
FunctionCallee llvm_visc_ocl_output_ptr;
FunctionCallee llvm_visc_ocl_free;
FunctionCallee llvm_visc_ocl_getOutput;
FunctionCallee llvm_visc_ocl_executeNode;
//Functions
std::string getKernelsModuleName(Module &M);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment