PiRSquared17 / aparapi

Automatically exported from code.google.com/p/aparapi
Other
0 stars 0 forks source link

Allow kernel to make static calls to kernel methods #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Code a static method in kernel class
2.Attempt to call this method from kernel
3.

What is the expected output? What do you see instead?
Expect kernel to execute
Please use labels and text to provide additional information.
static call is trapped during bytecode parsing

Here is the email from Witold Bolt
Hi,

Finally I had some time last evening to hack on Aparapi.

Original issue reported on code.google.com by frost.g...@gmail.com on 20 Nov 2011 at 5:22

Attachments:

GoogleCodeExporter commented 9 years ago
I committed Witold's patch for static methods.  Thanks for the patch.

Also thanks for supplying a junit test case for this.

Gary

Original comment by frost.g...@gmail.com on 20 Nov 2011 at 5:23