What steps will reproduce the problem?
1. Add -Dcom.amd.aparapi.enableExecutionModeReporting=true to your launch line
2. Create an anonymous class kernel such as
Kernel kernel = new Kernel(){
@Override public void run() {
...
3. The getCanonicalName() for this kernel is null!
What is the expected output? What do you see instead?
It would be more helpful to print "Executing on: " or something referring to
the enclosing application to give some context.
See near KernelRunner.java:1606
Original issue reported on code.google.com by ecasp...@gmail.com on 26 Oct 2012 at 4:08
Original issue reported on code.google.com by
ecasp...@gmail.com
on 26 Oct 2012 at 4:08