Mads Ohm Larsen
Mads Ohm Larsen
The difference in terms of kernels and traces here, is that in the top version some of the intermediate arrays are correctly freed. We will have to look into why...
When I get the time, I need to figure all of these various CMake dependencies out! At first, the LAPACKE ext method was just for show. Note that I have...
Some code: ``` python import numpy as np a = np.arange(10, dtype=np.float32) z = np.arange(10, dtype=np.complex64) print a + z ``` --- This won't run, but we would very much...
@madsbk This seems to be fixed? I get type casted correctly when running the following: ```python import numpy as np a = np.arange(3, dtype=np.float32) b = np.arange(3, dtype=np.float64) z =...
These work fine on my MacBook with Bohrium compiled from `master`. As a side effect, I print `k` or `k3` and `k4`. Is this still an issue?
Then indeed mine also crash when executing ```python import bohrium as np dim = 50 a = np.arange(dim**4, dtype=np.float32).reshape((dim,dim,dim,dim)) k = np.sum(a, axis=1) ```
:+1: on the Lokalebasen.dk story
@microsoft-github-policy-service agree