Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tomotools
Nabu
Commits
f48d8e46
Commit
f48d8e46
authored
May 06, 2021
by
Pierre Paleo
Browse files
Fix kernel argument
parent
06954080
Pipeline
#46315
passed with stage
in 5 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nabu/preproc/phase_cuda.py
View file @
f48d8e46
...
...
@@ -91,7 +91,7 @@ class CudaPaganinPhaseRetrieval(PaganinPhaseRetrieval, CudaProcessing):
]
# TODO configurable constant values
if
self
.
padding
==
"constant"
:
self
.
kern_args
.
extend
([
# FIXME self.kernel_args ?
self
.
padding_
kern
el
_args
.
extend
([
0
,
0
,
0
,
0
])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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