Question: using malloc replacing cudamalloc in linux kernel 4.14 env.

Hi,

HMM(Heterogeneous Memory Management) already integreted into 4.14 version kernel. I tried to use malloc to create the memory but not cudamalloc under ubuntu 16.04 with 4.14 kernel. But it does not work.

My hardware information: GTX1050Ti, with compute capability 6.1, I already install the latest cuda tool kit: 9.0.176.

Thank you all.