PrashantChauhan / aparapi

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

Weird looking "null:GPU" message when using enableExecutionModeReporting=true #73

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by ecasp...@gmail.com on 26 Oct 2012 at 4:15