You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
seems to be something wrong with the constants in the array.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHubhttps://github.com//issues/48, or mute the threadhttps://github.com/notifications/unsubscribe/AAxYLFCXkpTPFwKUZ55KvV9XRvdInGKjks5qUpcwgaJpZM4JJsJW.
from the saxpy.js example
the following line produces an error "Invalid Queue Properties"
queue = cl.createCommandQueueWithProperties(context, device, [
cl.QUEUE_PROPERTIES, cl.QUEUE_PROFILING_ENABLE
]);
however the following works:
queue = cl.createCommandQueueWithProperties(context, device, []);
seems to be something wrong with the constants in the array.
The text was updated successfully, but these errors were encountered: