2021-06-09 18:47:31 +02:00
|
|
|
; inherits: cpp
|
|
|
|
|
|
|
|
|
|
[ "<<<" ">>>" ] @punctuation.bracket
|
|
|
|
|
|
|
|
|
|
[
|
|
|
|
|
"__host__"
|
|
|
|
|
"__device__"
|
2022-12-26 15:35:29 +01:00
|
|
|
"__global__"
|
2021-06-09 18:47:31 +02:00
|
|
|
"__forceinline__"
|
2022-10-22 11:10:21 +03:00
|
|
|
] @storageclass
|
|
|
|
|
|
|
|
|
|
"__launch_bounds__" @type.qualifier
|