We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f1d3ab commit a9fec06Copy full SHA for a9fec06
arrayfire/tests/simple/algorithm.py
@@ -17,6 +17,7 @@ def simple_algorithm(verbose = False):
17
18
a = af.randu(3, 3)
19
k = af.constant(1, 3, 3, dtype=af.Dtype.u32)
20
+ af.eval(k)
21
22
print_func(af.sum(a), af.product(a), af.min(a), af.max(a),
23
af.count(a), af.any_true(a), af.all_true(a))
0 commit comments