Skip to content

Commit

Permalink
Added support for CUDA through extension map (#588)
Browse files Browse the repository at this point in the history
* Added support for CUDA through extension map

* Modified to run CUDA on Linux and Windows
  • Loading branch information
Helderjfl authored Mar 11, 2020
1 parent 4a24352 commit ab58f78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,8 @@
".kit": "kitc --run",
".v": "v run",
".vsh": "v run",
".sass": "sass --style expanded"
".sass": "sass --style expanded",
".cu": "cd $dir && nvcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt"
},
"description": "Set the executor of each file extension.",
"scope": "resource"
Expand Down

0 comments on commit ab58f78

Please sign in to comment.