Skip to content
Snippets Groups Projects
Commit 441eb7d0 authored by CHAMONT David's avatar CHAMONT David
Browse files

Cosmetique.

parent be2260ad
No related branches found
No related tags found
No related merge requests found
...@@ -189,9 +189,11 @@ the kernel code. The SYCL implementation will take in charge the move of the dat ...@@ -189,9 +189,11 @@ the kernel code. The SYCL implementation will take in charge the move of the dat
host memory and the device memory, as needed. host memory and the device memory, as needed.
This is very simple to use. Yet, since the developer does provide any information about what This is very simple to use. Yet, since the developer does provide any information about what
data will be read and what data will ne written (on the contrary of buffers and accessors), data will be read and what data will be written (on the contrary of buffers and accessors),
we can expect that the performance may be poorer for some use-cases. Try on your `MyProject` code, and we can expect that the performance may be poorer for some use-cases.
make up your own mind.
Try on your `MyProject` code, and make up your own mind. So to work on very I/O intensive
jobs, we suggest to ask for 500 images of 1 iterations.
WARNING: all those I/O considerations really make sense if your are running on a discrete WARNING: all those I/O considerations really make sense if your are running on a discrete
GPU, and the device has a dedicated memory, separated from the host one. GPU, and the device has a dedicated memory, separated from the host one.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment