Skip to content
Snippets Groups Projects
Unverified Commit 5c041836 authored by Thorsten Hater's avatar Thorsten Hater Committed by GitHub
Browse files

Fix inversion. (#1883)

parent 0c014d40
No related branches found
No related tags found
No related merge requests found
......@@ -67,8 +67,7 @@ also <name>_gpu.cpp and <name>_gpu.cu (if not given -C).''')
help='Enable GPU support, valid options: cuda|hip|cuda-clang.')
parser.add_argument('-C', '--no-cpu',
action='store_false',
default=True,
action='store_true',
help='Disable CPU support.')
parser.add_argument('-d', '--debug',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment