highlights(cuda): add support for __restrict__

This commit is contained in:
Stephan Seitz 2021-07-06 11:51:41 +02:00 committed by Stephan Seitz
parent 901406cf7a
commit f280847b78
2 changed files with 2 additions and 1 deletions

View file

@ -9,4 +9,5 @@
"__host__"
"__device__"
"__forceinline__"
"__restrict__"
] @keyword