It does not give Device does not support managed memory
This means that my device supports unified memory.
When it comes to ByteBuffer bb = p.getByteBuffer(0, size);
System.out.println("Buffer on host side: " + bb);
The Net Beans IDE stops working! What is wrong? I need to apply unified memory into my application to do without host-device and device-host transfers.
Have you another succeeded example you made before in JCUDA,please?
It would probably be true for a Jetson platform. In the general case, I wouldn’t say that is true, I have never read that anywhere except Jetson docs, and I wouldn’t support that idea in the general case. Since you mentioned 860M (which is not Jetson) I think we could rule that out.