-
Dear ARM developers:
I have tried to build the newest version of the library with flag validation_tests =1 and benchmark_tests=1, but I encounter some errors that I do not know how to approach to …
-
Dears,
I got compiled ARM Compute Library
`scons Werror=1 -j8 debug=1 neon=0 opencl=1 os=linux arch=arm64-v8a build=native embed_kernels=1
`
then build a stub OpenCL library which then can …
ghost updated
7 years ago
-
Working on scipy/scipy#7597, I have noticed issues with np.distutils regarding the gfortran compiler. Every time you invoke gfortran on windows in build_ext and build_clib, you need to generate a dll …
ghost updated
7 years ago
-
Salutations,
I fail at using boolexpr :(.
Could you please provide a working compiling line that don't get any error or undefined reference?
here is what I got but there is an undefined reference.
…
-
Is it intentional that arrays and booleans are not supported by this lib? Eg passing additional fields such as:
```
// lBuild is a GelfMessageBuilder
String[] myStringArray = {"a","b","c"};
Bool…
-
Hi gives an error when trying to build plv8-2.3.7 ubuntu 18. Libc++-dev, pkg-config, libv8-dev is installed. When you first start sudo make:
$ sudo make
mkdir -p build
cd build; git clone https:/…
-
Hello Carles,
I'm still struggling running my version of K with a few things modified on my computer :S.
I've been looking at make help and basically:
make -> results in an error:
```
g++…
-
Quite a boatload of errors considering I copied the install instruction from sklearn site itself.
> Ernests-MacBook-Pro:~ ernest$ pip3 install -U numpy scipy scikit-learn
> Requirement already up-to…
-
Attempted to install scikit-learn with python 3.7.0 ( I have Cython 0.28.3 installed):
```
$ pip3 install scikit-learn
Collecting scikit-learn
Downloading https://files.pythonhosted.org/packag…
-
When building the library via scons using this command line, some of the example programs fail to build.
`scons -j8 arch=arm64-v8a opencl=no neon=yes cppthreads=no openmp=no os=bare_metal`
This …