Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
6ccfcce7
Commit
6ccfcce7
authored
May 02, 2016
by
theos
Browse files
Fixed a bug in the slicing_distributors _selective_allreduce
parent
5c336178
Changes
1
Hide whitespace changes
Inline
Side-by-side
d2o/distributor_factory.py
View file @
6ccfcce7
...
...
@@ -537,7 +537,7 @@ class _slicing_distributor(distributor):
# check if the Uppercase function can be used or not
# -> check if op supports buffers and if we got real array-data
if
bufferQ
and
got_array
[
start
]
==
4
:
if
bufferQ
and
got_array
_list
[
start
]
==
4
:
# Send the dtype and shape from the start process to the others
(
new_dtype
,
new_shape
)
=
self
.
comm
.
bcast
((
data
.
dtype
,
...
...
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