Consider the following OpenCL testcase: $ cat -n test.cl 1 2 inline void bar() 3 { 4 } 5 6 void __kernel foo() 7 { 8 bar(); 9 } Compilation ...
確定! 回上一頁