-
```
: && /usr/bin/c++ -O2 -pipe -fno-omit-frame-pointer -fstack-protector-strong -fno-strict-aliasing -fno-omit-frame-pointer -fPIC -I/usr/local/include -march=nehalem -msse2 -msse3 -mssse3 -msse4…
-
Hi, I am using DASH in a student project to benchmark its performance on a 3-dim Stencil going 4 elements in each direction. I would like to use the halo abstraction as in ex.11.halo-stencil, but I ca…
-
**Description**
Compilation of the recent master seems to need an additional flag `-qopenmp`. My setup on is the same and the modules used in the HPC environment did not change recently.
`-DCMAKE_…
-
Trying to debug a "Bus error (core dumped)" crash on our Alveo U50 board, I realized that it seems there is some thread-safety issue with using the `enqueueMapBuffer()` API followed by OpenMP-parallel…
-
I've been trialling bigsnpr for PCA in biobank-scale data.
I wonder if you would help me understand the behaviour of the parallelization?
Although my version of R is built with working BLAS, as …
-
After getting tired of unable to install deps via vcpkg I finally got around to just doing the whole build tree by hand.
```
...
** AliceVision version: 2.3.1
** Target architecture: zen
** Bui…
jcc10 updated
4 years ago
-
Hi, I would like to compile this amgcl as library (*.so) in Linux, and use it for my CFD code to solve large sparse linear system.
Tried cmake and make, still does nothing.
Could you please write …
-
Should be easy to add [OpenMP](https://en.wikipedia.org/wiki/OpenMP) statements like:
```
omp_set_num_threads(nthreads);
#pragma omp parallel for reduction (-:nll)
```
before `for loops` co…
-
https://github.com/tensorflow/tpu/tree/master/models/official/efficientnet
https://ai.googleblog.com/2019/05/efficientnet-improving-accuracy-and.html
https://www.youtube.com/watch?v=3svIm5UC94I
T…
-
Hi, My env is win10, cmake3.17.2, VS2017
I want to compile the source code following the Compilation page:https://storm-irit.github.io/OpenGR/a00002.html
Just run the command in powershell:
1 g…