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
I am seeing the following from the local client (first lines as expected):
$ HAL_REMOTE_PORT=5906 ./test $((1<<25))
Running on ock cpu
Allocated 128 MB
$ HAL_REMOTE_PORT=5906 ./test $((1<<26))
Running on ock cpu
Allocated 256 MB
terminate called after throwing an instance of 'sycl::_V1::runtime_error'
what(): Native API failed. Native API returns: -999 (Unknown PI error) -999 (Unknown PI error)
Aborted (core dumped)
and on the RISC-V server, I get a seg fault shortly as: Segmentation fault (core dumped). And after that, attempting to restart the server on the same port, I fail with Unable to start server on requested port 5906, node 127.0.0.1.
On the other hand, empty kernel, or no kernel at all is OK.
Version
latest master / 4.0.0
What behaviour are you expecting?
I was reproducing the server-client setup via HAL server as in https://github.com/codeplaysoftware/oneapi-construction-kit/tree/main/examples/hal_cpu_remote_server, then I noticed my big kernels are erroring out on (both of) my RISC-V device(s). I am sure the (both) device(s) have sufficient memory, and in fact the allocation takes place as expected.
What actual behaviour are you seeing?
I am seeing the following from the local client (first lines as expected):
and on the RISC-V server, I get a seg fault shortly as:
Segmentation fault (core dumped)
. And after that, attempting to restart the server on the same port, I fail withUnable to start server on requested port 5906, node 127.0.0.1
.On the other hand, empty kernel, or no kernel at all is OK.
What steps are required to reproduce the bug?
To reproduce, on the client side:
On the server, simply listen on a port as usual.
Minimal test case
No response
Anything else we should know?
No response
The text was updated successfully, but these errors were encountered: