-
Create a shared package that could be installed and then reused by different projects (local research notebook, different instances of v2realbot, scripts etc.) to serve as one point of fetching the da…
-
This is related to the issue of "differential cross sections", but loosely speaking (ignoring non-isotropic materials for now) one of the two variables (E,mu) is sampled and the other is used as a dif…
-
| | |
| --- | --- |
| Bugzilla Link | [30837](https://llvm.org/bz30837) |
| Version | 3.9 |
| OS | All |
| Attachments | [C test case, sh command to invoke clang, and example faulty IR](https://user…
-
| | |
| --- | --- |
| Bugzilla Link | [26600](https://llvm.org/bz26600) |
| Version | trunk |
| OS | Linux |
| Attachments | [badly vectorized IR](https://user-images.githubusercontent.com/421450/14…
-
- [x] I am using the latest released version of Numba (most recent is visible in
the change log (https://github.com/numba/numba/blob/master/CHANGE_LOG).
- [x] I have included below a minimal workin…
-
With vectorized indexing I expected to be able to increment/decrement the `array[] int` but that is not allowed. For this special case I think it makes sense to allow adding and subtracting elementwis…
-
Currently doubles use 256 wide vectors for vectorized math which can cause downclocking on most modern CPUs, there's also no way to use 256 bit wide vectors for float math.
I think adding a new stati…
ghost updated
5 years ago
-
The binary operations implemented in [2656](https://github.com/dotnet/corefxlab/pull/2656) are not optimized yet. They are setup to be vectorized/parallelized though.
[2656](https://github.com/dot…
-
-
**Describe the bug**
Hierarchical Forecasting does not work with reconciler (possibly due to empty X dataframe)
**To Reproduce**
Modified from pydata Berlin notebooks. Complete code & data [her…