search for: __opencl_my_kernel1

Displaying 2 results from an estimated 2 matches for "__opencl_my_kernel1".

Did you mean: __opencl_my_kernel
2011 Dec 13
0
[LLVMdev] AMD IL Code Generator Backend for OpenCL
...32 } @sgv = internal addrspace(2) constant [1 x i8] zeroinitializer, align 1 @fgv = internal addrspace(2) constant [1 x i8] zeroinitializer, align 1 @lvgv = internal global [0 x i8*] zeroinitializer, align 8 @__OpenCL_my_kernel = global void (...)* bitcast (void ()* @func to void (...)*), align 8 @__OpenCL_my_kernel1 = private global [7 x i8] c"foobar\00" @.str = private unnamed_addr global [4 x i8] c"a.c\00" @llvm.global.annotations = appending global [1 x %0] [%0 { i8* bitcast (void (...)** @__OpenCL_my_kernel to i8*), i8* getelementptr inbounds ([7 x i8]* @__OpenCL_my_kernel1, i32 0, i32...
2011 Dec 13
2
[LLVMdev] AMD IL Code Generator Backend for OpenCL
We are working on getting the documentation cleaned up to the point where it can be released. If you look at the test cases, you can infer what needs to be done. Basically since this is targeted for OpenCL, we annotate OpenCL kernels slightly different than normal functions and that is what causes the code to be generated. That being said, on my list of things to do is fix this so that any