-
Notifications
You must be signed in to change notification settings - Fork 130
[SYCL][L0] check copy operations on interop queue #855
Conversation
|
||
// Copy submissions crashes with discrete GPUs. | ||
int hostMem; | ||
// int *hostMem = (int*)malloc_host(sizeof(int), Q2); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am sorry, I somehow missed this PR.
I am trying to understand what we are trying to check here. Is it expected to fail if hostMem is allocated using malloc_host?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it is only trying to check that "memcpy" at line 27 works OK with interop-queue. I don't recall why "malloc_host" was causing problems. Will try again.
@smaslov-intel Could you please fix clang-format issue. |
/verify with intel/llvm#7253 |
@againull : the test revealed some problem that I am fixing in the compiler |
/verify with intel/llvm#7253 |
Signed-off-by: Sergey V Maslov <[email protected]>
83984ff
to
6c166c3
Compare
/verify with intel/llvm#7253 |
The added test passed with intel/llvm#7253
Please consider merging this |
Signed-off-by: Sergey V Maslov <[email protected]>
…ite#855) Signed-off-by: Sergey V Maslov <[email protected]>
Signed-off-by: Sergey V Maslov [email protected]