18 lines
216 B
Scheme
18 lines
216 B
Scheme
; inherits: cpp
|
|
|
|
[
|
|
"<<<"
|
|
">>>"
|
|
] @punctuation.bracket
|
|
|
|
[
|
|
"__host__"
|
|
"__device__"
|
|
"__global__"
|
|
"__managed__"
|
|
"__forceinline__"
|
|
"__noinline__"
|
|
] @keyword.modifier
|
|
|
|
"__launch_bounds__" @keyword.modifier
|