-
Hello! I was very excited to hear Davide Risso talk about this package at ABACBS, since it is exactly something I have been hoping someone would create. I especially appreciate the ability to supply a…
-
Reproducer test file:
```
int __One(void) { return 1; }
int One(void) __attribute__ ((weak, alias("__One")));
int main(){
return One();
}
```
When compiling:
```
clang -fopenmp -fop…
-
I came across this fragment of code:
https://github.com/Cytnx-dev/Cytnx/blob/fa4596e1620cc304f698286905818a2118b2bd8e/src/backend/linalg_internal_cpu/QR_internal.cpp#L23-L28
This is a misuse of …
-
Using Mac M1. In Rstudio R crashes w/o info. In command line, I get this:
```
library(chromatographR)
chemstation_file
-
Currently there are many empty `OMPGPU` regions in develop which we need to fill in. When merging the optimised branch, we prioritised OpenACC offloading, and now that that is relatively mature, we sh…
-
**Describe the bug**
Processing L1b data in parallel fails. The reasons seems to be that GNU OpenMP does not allow xarray to fork processes within a forked worker.
**To Reproduce**
Steps to repro…
-
Add optimizations from the CEA version
-
### Problem Description
Hi,
This is more of a question than an issue.
Is there a way to disassemble the generated amdcgn code when compiling a fortran openmp program with target directives?
Curren…
-
from https://github.com/OpenMS/OpenMS/pull/7639 OpenMP doesn't currently work with our CI action on Mac
-
**Describe the bug**
When `darts.models.forecasting.croston` is run it imports `statsforecast.core`, within which `threadpoolctl.ThreadpoolController()` is created. This then detects that both Intel …