- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
When I pass an array of 2 wait events into clEnqueueReadBuffer, with one event created manually, the ref counts are not incremented.
As I understand, all events passed into cl methods should get their ref counts incremented.
This works correctly with my GPU, but not for CPU (WIndows 7 64 bit, core i7 3770, latest Intel OpenCL driver for CPU)
링크가 복사됨
3 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Aaron,
Could you please send me a small reproducer (a small buildable code sample) that demonstrates this behavior? Thanks!
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Thanks, Robert. I am working on this.
When I call clCreateUserEvent, does this use the Intel ICD, or does it use the host OpenCL library.
Because, I am using the AMD OpenCL SDK, with target set to CPU.
