blob: 275871debfd6d5138b7b23e5e2f11c2343019302 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
; inherits: cpp
[ "<<<" ">>>" ] @punctuation.bracket
[
"__host__"
"__device__"
"__global__"
"__forceinline__"
"__noinline__"
] @storageclass
"__launch_bounds__" @type.qualifier
|