Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/ptx/folds.scm')
| -rw-r--r-- | runtime/queries/ptx/folds.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/queries/ptx/folds.scm b/runtime/queries/ptx/folds.scm new file mode 100644 index 00000000..6d182e4a --- /dev/null +++ b/runtime/queries/ptx/folds.scm @@ -0,0 +1,5 @@ +; Folding for PTX +[ + (func_body) + (entry_declaration) +] @fold
\ No newline at end of file |