Franck Charras

Results 42 issues of Franck Charras

- From `dpctl` to `pytorch`: ```python import dpctl.tensor as dpt import intel_extension_for_pytorch import torch array_dpctl_cpu = dpt.reshape(dpt.arange(1000, device="cpu", dtype=dpt.float32), (4, 250)) array_torch_cpu = torch.from_dlpack(array_dpctl_cpu) ``` fails with: ``` RuntimeError: Data...

question

Within a new `ubuntu:jammy` docker container, this sequence of instructions should setup a working conda install for the `numba_dpex` stack (including `dpctl`) ``` apt-get update --quiet apt-get install -y wget...

I was exploring interoperability of the IntelPython packages and wanted to try to build the stack dpctl / dpnp / numba_dpex with custom sycl libraries. dpctl seems to be built...

**Describe the bug** After following the getting started guide and other connected documentation I can build the `simple-sycl-app.exe`, it runs fine but not with the level_zero backend: ``` root@5aad1915b0db:/project# SYCL_DEVICE_FILTER="level_zero:gpu"...

bug

Draft Implementation of a `kneighbors` driver.

Before going forward on the KNN I'd like to add this enhancement for the TopK, this PR exposes a function `_make_get_topk_kernel` that returns a closure that will held references definitions...

Our cluster relocation function relies on a parallel `argpartition` function that doesn't have the same tie-breaking strategy than `np.argpartition`, and, besides, it chooses tie-breaks in a non-deterministic way. It means...

See how some tests start failing with those changes: running the tests in the engine config context and relying on the current fallback mechanism is not enough to pass all...

This issue to track progress on packaging sklearn-numba-dpex dependencies Here's a list of targeted features: (most important first) - [ ] users can install at least a working version with...