Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MPIfR-BDG
psrdada_cpp
Commits
4875ca3a
Commit
4875ca3a
authored
Feb 07, 2021
by
Tobias Winchen
Browse files
Fix cuda attributes in doc build
parent
6c344a65
Pipeline
#92959
failed with stages
in 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
doc/conf.py
View file @
4875ca3a
...
...
@@ -155,4 +155,4 @@ primary_domain = 'cpp'
# Tell sphinx what the pygments highlight language should be.
highlight_language
=
'cpp'
cpp_id_attributes
=
[
"__global__"
,
"__device__"
,
"__forceinline__"
,
"__restrict__"
]
cpp_id_attributes
=
[
"__global__"
,
"__device__"
,
"__forceinline__"
,
"__restrict__"
,
"__host__"
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment