Skip to content

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

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions