Block a user
Fix RPC of ndarrays from host to device
Wait actually, why do we allocate alloc_size x i8*
here? I thought alloc_size
is the number of bytes to allocate on the kernel's end.
Fix RPC of ndarrays from host to device
Probably some super insignificant details: I used ndarray_nbytes / itemsize
to derive the num_elements
for ndarray.create_data
because it is computationally less expensive. Doing like this is a little bit less efficient but I am not sure if this is concerning.
Fix RPC of ndarrays from host to device
Unrelated: I think there are inconsistencies with how we insert assertion tests in NAC3.
Fix RPC of ndarrays from host to device
We should delete/change my comment here. I think it is not [i32; ndims]
. Also I messed up the sentence after NOTE:
.
712c4df6da
working?
953c80fda1
fix 1
2bdf3be6a7
[artiq] WIP
ff4e6fc9db
[artiq] WIP
ae041e2917
[artiq] WIP
ndarray: Implement reshaping
np_reshape()
is currently in master
after PR M-Labs/nac3#478 in commit 00236f48bc
. -1
is…
ndstrides: [14] Final cleanups
ndstrides: [13] Enhance
ndarray.py
tests