Mateusz Sokół

Results 34 issues of Mateusz Sokół

Hi! While learning I'm trying to address #4. Here I think we avoid few copies, I only looked at `replace_fiber_dump` and I plan to look at `tree_list_widget` tomorrow. I still...

### Description Hi! I'm writing with an announcement that NumPy's exceptions are no longer available in the main namespace. Since https://github.com/numpy/numpy/pull/24316 was merged yesterday, `np.AxisError`, `np.VisibleDeprecationWarning`, `np.ComplexWarning`, `np.TooHardError` and `np.ModuleDeprecationWarning`...

cat:feature
prio:high

Hi @mijicd @pshemass @mschuwalow @vasilmkd ! Here's the **PoC** of "coordinator" leader election and JGroups module together with "Distributed HashMap" usage example. As I said it's the simplest possible approach...

Although all tests pass locally in all combinations of `yes/no`, some random CI checks are failing each time (e.g. `(yes, yes, yes)` passes but `(yes, yes, no)` fails).

bug

Connected to https://github.com/BCG-X-Official/facet/pull/376.

Hi @willow-ahrens, I wanted to discuss feasibility of eager only (and simplest possible) `reshape` function in Finch. It looks like most of the Array API test suites require `reshape` to...

enhancement

Hi @willow-ahrens, While running different configurations of levels I noticed that for negation I get an exception. Here's a code where I could reproduce it: ```julia using Finch A =...

bug

@willow-ahrens, Here I share performance issue that we found in `SDDMM`. `tensordot` on row-major has a huge time overhead (I think there's a format change for row-major). Column-major example: ```julia...

bug

As discussed in https://github.com/willow-ahrens/finch-tensor/pull/32, we should have `spdiags` and `speye` functions, which would follow Array API standard: - [`diagonal` link](https://data-apis.org/array-api/latest/extensions/generated/array_api.linalg.diagonal.html) - [`eye` link](https://data-apis.org/array-api/latest/API_specification/generated/array_api.eye.html)

enhancement

Hi! I left out some of the functions in the migration rule which became removed in NumPy 2.0: - `np.alltrue` - `np.anytrue` - `np.cumproduct` - `np.product` Addressing: https://github.com/numpy/numpy/issues/26493