Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dlpack interface with pytorch fails on CPU (both ways) #1240

Open
fcharras opened this issue Jun 13, 2023 · 2 comments
Open

dlpack interface with pytorch fails on CPU (both ways) #1240

fcharras opened this issue Jun 13, 2023 · 2 comments

Comments

@fcharras
Copy link
Contributor

  • From dpctl to pytorch:

    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 pointer is not bound to the default context of the specific device.
    
  • from pytorch to dpctl:

    import dpctl.tensor as dpt
    import intel_extension_for_pytorch
    import torch
    array_torch_cpu = torch.arange(1000, dtype=torch.float32, device="cpu").reshape(4, 250)
    array_dpctl_cpu = dpt.from_dlpack(array_torch_cpu)

    fails with

    BufferError: The DLPack tensor resides on unsupported device.
    

Should those conversions be possible ?

@fcharras
Copy link
Contributor Author

I cross posted the issues with intel extension for pytorch repo at intel/intel-extension-for-pytorch#368 .

Environment informations:

Collecting environment information...
PyTorch version: 1.13.0a0+git49444c3
PyTorch CXX11 ABI: Yes
IPEX version: 1.13.120+gitb243ae3
IPEX commit: b243ae39
Build type: Release

OS: Ubuntu 22.04.2 LTS (x86_64)
GCC version: (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
Clang version: N/A
IGC version: 2023.1.0 (2023.1.0.20230320)
CMake version: version 3.26.3
Libc version: glibc-2.35

Python version: 3.10.10 | packaged by conda-forge | (main, Mar 24 2023, 20:08:06) [GCC 11.3.0] (64-bit runtime)
Python platform: Linux-6.3.2-arch1-1-x86_64-with-glibc2.35
Is XPU available: True
DPCPP runtime version: N/A
MKL version: N/A
GPU models and configuration: 
[0] _DeviceProperties(name='Intel(R) Iris(R) Xe Graphics [0x9a49]', platform_name='Intel(R) Level-Zero', dev_type='gpu, support_fp64=0, total_memory=12544MB, max_compute_units=96, gpu_eu_count=96)
Intel OpenCL ICD version: 22.43.24595.30
Level Zero version: 1.3.24595.30

CPU:
Architecture:                    x86_64
CPU op-mode(s):                  32-bit, 64-bit
Address sizes:                   39 bits physical, 48 bits virtual
Byte Order:                      Little Endian
CPU(s):                          8
On-line CPU(s) list:             0-7
Vendor ID:                       GenuineIntel
Model name:                      11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz
CPU family:                      6
Model:                           140
Thread(s) per core:              2
Core(s) per socket:              4
Socket(s):                       1
Stepping:                        1
CPU max MHz:                     4700.0000
CPU min MHz:                     400.0000
BogoMIPS:                        5608.00
Flags:                           fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l2 invpcid_single cdp_l2 ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb intel_pt avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves split_lock_detect dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq rdpid movdiri movdir64b fsrm avx512_vp2intersect md_clear ibt flush_l1d arch_capabilities
Virtualization:                  VT-x
L1d cache:                       192 KiB (4 instances)
L1i cache:                       128 KiB (4 instances)
L2 cache:                        5 MiB (4 instances)
L3 cache:                        12 MiB (1 instance)
NUMA node(s):                    1
NUMA node0 CPU(s):               0-7
Vulnerability Itlb multihit:     Not affected
Vulnerability L1tf:              Not affected
Vulnerability Mds:               Not affected
Vulnerability Meltdown:          Not affected
Vulnerability Mmio stale data:   Not affected
Vulnerability Retbleed:          Not affected
Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl
Vulnerability Spectre v1:        Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2:        Mitigation; Enhanced / Automatic IBRS, IBPB conditional, RSB filling, PBRSB-eIBRS SW sequence
Vulnerability Srbds:             Not affected
Vulnerability Tsx async abort:   Not affected

Versions of relevant libraries:
[pip3] intel-extension-for-pytorch==1.13.120+gitb243ae3
[pip3] numpy==1.24.3
[pip3] torch==1.13.0a0+git49444c3
[pip3] torchvision==0.14.1a0+5e8e2f1
[conda] intel-extension-for-pytorch 1.13.120+gitb243ae3          pypi_0    pypi
[conda] mkl                       2023.1.0            intel_46342    intel
[conda] mkl-dpcpp                 2023.1.0            intel_46342    intel
[conda] numpy                     1.23.5          py310h53a5b5f_0    conda-forge
[conda] torch                     1.13.0a0+git49444c3          pypi_0    pypi
[conda] torchvision               0.14.1a0+5e8e2f1          pypi_0    pypi

@fcharras fcharras changed the title dlpack interface with pytorch fails on CPU (both ways) dlpack interface with pytorch fails on CPU (both ways) Jun 13, 2023
@oleksandr-pavlyk
Copy link
Collaborator

@fcharras This is to be expected. The CPU in dpctl and dpnp means CPU sycl device. Arrays created on this device are allocated on this device using USM allocator.

The torch's CPU device means host (in SYCL's terminology). Accessing USM allocations from host is only defined (per spec) for USM allocations of kind 'shared' and 'host', but torch only works with USM allocations of kind 'device' for performance.

DLPack support in intel-extension-for-torch only recognizes DLPack representation of tensors allocated on Level-Zero device for GPU using platforms' default context (default) and of USM-device kind.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants