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
It outputs only this infomation when the code was to copy data into the result array:
code: cl.enqueue_copy(queue, res_np, res)
error: internal compiler error, abnormal program termination
res_np was defined like this: res_np = np.empty_like(np.array([0.0] * 23408, dtype='float32'))
res: res = cl.Buffer(ctx, mf.WRITE_ONLY, res_np.nbytes)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
It outputs only this infomation when the code was to copy data into the result array:
code:
cl.enqueue_copy(queue, res_np, res)
error: internal compiler error, abnormal program termination
res_np was defined like this:
res_np = np.empty_like(np.array([0.0] * 23408, dtype='float32'))
res:
res = cl.Buffer(ctx, mf.WRITE_ONLY, res_np.nbytes)
Beta Was this translation helpful? Give feedback.
All reactions