Skip to content

Commit a9fec06

Browse files
committed
Workaround for upstream bug
1 parent 3f1d3ab commit a9fec06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arrayfire/tests/simple/algorithm.py

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def simple_algorithm(verbose = False):
1717

1818
a = af.randu(3, 3)
1919
k = af.constant(1, 3, 3, dtype=af.Dtype.u32)
20+
af.eval(k)
2021

2122
print_func(af.sum(a), af.product(a), af.min(a), af.max(a),
2223
af.count(a), af.any_true(a), af.all_true(a))

0 commit comments

Comments
 (0)