Closed ysh329 closed 7 years ago
I think this problem is caused by using same data_size
for declaration on host and device, such as using float-type on host but half-type on device.
This really an strange issue! Now it was resolved by commented free
function (relative.,maybe) at the end of program or other lines (I forgot).
Hi, can you please give some details about how you resolved it? I have freed the memory as well, but I still keep getting the error.
@skenypatel Hi, it's so long time ago. I think I forget free
malloced variables.