This repo holds a course project for Cyberinfrastructure at RIT. This project implements a GPU-accelerated version of the Levenshtein distance algorithm using PyCUDA. It's designed to efficiently ...
(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++ ...