Add support for .cu files

This commit is contained in:
elftausend
2024-02-16 17:10:20 +01:00
parent 5fa8522c25
commit 401dca3ded
5 changed files with 48 additions and 0 deletions

View File

@@ -403,3 +403,17 @@ index 0000000..a6c6cb0
+<Label Text="why"/>
+<!-- TODO: please -->
+<Label Text="ok"/>
diff --git a/tests/example.cu b/tests/example.cu
new file mode 100644
index 0000000..a6c6cb0
--- /dev/null
+++ b/tests/example.cu
@@ -1,3 +1,11 @@
+
+// TODO rename this function
+__global__ void test() {
+ /*
+ TODO fill this with something useful
+ */
+}
+