Block a user
38bef345e9
core: fix comment in unify_call
8c8f1e7bf0
core: allow np_full to take tuple shapes
test_embedding.AssertTest fails
The str()
of an AssertionError
is ""
. Perhaps the expected value itself is wrong?
Relevant test case source for reference:
@nac3
class _Assert(EnvExperiment):
core:…
76531c7d1c
core: update insta after ndstrides
e1cdc2dc78
core: remove old ndarray code and NDArray proxy
1f0463463f
artiq: reimplement get_obj_value to use ndarray with strides
bb512b8f57
artiq: reimplement polymorphic_print for ndarray
700357a8b2
artiq: reimplement reformat_rpc_arg for ndarray
4e9facd457
standalone/ndarray: improve {reshape,broadcast_to,transpose} tests
b3a66948fa
standalone/ndarray: add and organize view function tests
7fb5e10ee2
core/ndstrides: update builtin_fns to use ndarray with strides
1de3f05734
core/ndstrides: add NDArrayObject::to_any
3426e0c9c2
core/ndstrides: add ContiguousNDArray
7fb5e10ee2
core/ndstrides: update builtin_fns to use ndarray with strides
1de3f05734
core/ndstrides: add NDArrayObject::to_any
3426e0c9c2
core/ndstrides: add ContiguousNDArray
4baf1c64ed
core/ndstrides: implement np_dot() for scalars and 1D
c93f05f74b
core/ndstrides: implement general matmul
4baf1c64ed
core/ndstrides: implement np_dot() for scalars and 1D
c93f05f74b
core/ndstrides: implement general matmul
e86718d3d9
core/ndstrides: implement cmpop
a43ec47530
core/ndstrides: implement unary op
bc88819eaf
core/ndstrides: implement binop
e86718d3d9
core/ndstrides: implement cmpop
a43ec47530
core/ndstrides: implement unary op
bc88819eaf
core/ndstrides: implement binop
c6d3620431
core/ndstrides: add NDArrayOut, broadcast_map and map
cea512456a
core/ndstrides: implement subscript assignment
cea512456a
core/ndstrides: implement subscript assignment
b22f2bc76c
core/ndstrides: add more ScalarOrNDArray and NDArrayObject utils
b9e837109b
core/ndstrides: implement np_transpose() (no axes argument)
d32268fb5d
core/ndstrides: implement broadcasting & np_broadcast_to()
916a2b4993
core/ndstrides: implement np_reshape()
b9e837109b
core/ndstrides: implement np_transpose() (no axes argument)
d32268fb5d
core/ndstrides: implement broadcasting & np_broadcast_to()
916a2b4993
core/ndstrides: implement np_reshape()
c7c3cc21a8
core: categorize np_{transpose,reshape} as 'view functions'
d2072d9248
core/ndstrides: implement np_size()
916a2b4993
core/ndstrides: implement np_reshape()
c7c3cc21a8
core: categorize np_{transpose,reshape} as 'view functions'
d2072d9248
core/ndstrides: implement np_size()
be19165ead
core/ndstrides: implement np_shape() and np_strides()
ee58cf3fc3
core/ndstrides: implement ndarray.fill() and .copy()