Bug report CLCommandQueue.java

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Bug report CLCommandQueue.java

Matthias
Hello,

whats the correct way to report a Bug?

if here is the right place:
There is probably a copy&paste bug in CLCommandQueue.java

   /**  
     * Calls {@native clEnqueueCopyBuffer}.
     */
    public CLCommandQueue putCopyBuffer(CLBuffer<?> src, CLBuffer<?> dest, int srcOffset, int destOffset, long bytesToCopy, CLEventList events) {
        return putCopyBuffer(src, dest, 0, 0, bytesToCopy, null, events);
                                                                 ^  ^  should be srcOffset, destOffset
    }  

best regards
Matthias
Reply | Threaded
Open this post in threaded view
|

Re: Bug report CLCommandQueue.java

gouessej
Administrator
Matthias wrote
Hello,

whats the correct way to report a Bug?
https://jogamp.org/bugzilla/
Julien Gouesse | Personal blog | Website