Skip to content

Commit ab58f78

Browse files
authored
Added support for CUDA through extension map (#588)
* Added support for CUDA through extension map * Modified to run CUDA on Linux and Windows
1 parent 4a24352 commit ab58f78

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,8 @@
197197
".kit": "kitc --run",
198198
".v": "v run",
199199
".vsh": "v run",
200-
".sass": "sass --style expanded"
200+
".sass": "sass --style expanded",
201+
".cu": "cd $dir && nvcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt"
201202
},
202203
"description": "Set the executor of each file extension.",
203204
"scope": "resource"

0 commit comments

Comments
 (0)