Dear all,
I have some pointers to double and some constant values inside a function.
I am using a "#pragma omp target map(tofrom: everypointer[0:size of its corresponding array] ..." to transfer those data to MIC.
The amount of data is not large.(1 MB)
Running the code, I have the following error:
offload error: buffer write failed (error code 6)
Any idea?