Hi.. I have installed the gdev and kcuda in my system. I am using cuda in kernel space with nouveau driver. But when I am executing the test program memcpy it showing null deference error . I debugged it and found that gdev pointer is null inside "gdev_raw_dev_open" function in the file gdev_drv_nvdia.c . i.e &gdev_vds[minor] returned null. any help please??