Rafał Rudnicki

Results 70 comments of Rafał Rudnicki

@szadam please squash commits before merge

Igor, please rebase. I think you need https://github.com/oneapi-src/unified-memory-framework/pull/473

> UMF CI fails without TBB now (I think it should not) CI: https://github.com/ldorau/unified-memory-framework/actions/runs/9018809378/job/24780241481 patch: [ldorau@4141a33](https://github.com/ldorau/unified-memory-framework/commit/4141a33f531a2acab83aed202a76f53433a19b44) It is OK that these tests will fail - we should run them only...

@ldorau @PatKamin @lplewa @lukaszstolarczuk please re-review. The current changes look as follows: - Scalable Pool is merged to libumf and always built - presence of TBB is detected during CMake...

> after removing tbb test fails > > > Test project /home/lplewa/unified-memory-framework/build > > Start 1: umf-base ... > > Start 17: umf_example_basic > > 17/18 Test #17: umf_example_basic ............................***Failed...

I wonder if this can be fixed if the lib proxy always links a static version of umf?

@DamianDuy please look at this list - the multiple - NUMA tests should follow this

We also have the same problem in merge and split

```c /* * * Copyright (C) 2023 Intel Corporation * * Under the Apache License v2.0 with LLVM Exceptions. See LICENSE.TXT. * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception */ ``` vs ```c...