(setq auto-mode-alist (cons '("\\.cu$" . c-mode) auto-mode-alist)) (setq auto-mode-alist (cons '("\\.cl$" . c-mode) auto-mode-alist)) Prva linija postavlja CUDA C/C++ ...
I will try to find appropriate pycuda forum, but from their source is does not look like they attempt to locate python/numpy headers: ...