Josef Kemetmüller

Results 29 comments of Josef Kemetmüller

``` Device 'bcm5974': Device Enabled (138): 1 Coordinate Transformation Matrix (140): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000 Device Accel Profile (275): 2 Device Accel Constant Deceleration (276):...

I think this could be fixed by making use of: `${workspaceFolder}` instead of the deprecated `${workspaceRoot}`: See: https://code.visualstudio.com/docs/editor/variables-reference#_why-isnt-workspaceroot-documented

@martin-frbg: I've tried both the OpenBLAS 0.2.19 and 0.2.20 based numpy from conda-forge and both versions still seem to have this problem.

Just compiled the current `develop` branch using: ``` cmake -DCMAKE_C_FLAGS="-fsanitize=thread -pie" -DCMAKE_BUILD_TYPE=Debug .. make -j 4 env CTEST_OUTPUT_ON_FAILURE=1 make test ``` I get the following globals for `blas_thread_init` that are...

Thanks for the patch! I'll give it a try on the problematic box. Just to recap: As I understand from your patch there are at least two issues at hand:...

After applying your patch there seems to be only one race condition left when running the `openblas_utest` binary: ``` WARNING: ThreadSanitizer: data race (pid=24748) Write of size 4 at 0x7f266d8f5bc8...

@martin-frbg: That's great to hear! Thanks for your help. I'm looking forward to having a working conda numpy again. :-)

I would really love to see this officially supported...

@digitalist: It seems someone also made some middleware for this (by copying the entire file to memory): https://github.com/Smartype/crow/commit/5a630b20cb91d180a1a4cea98457a5a50d7d2677