dpnp icon indicating copy to clipboard operation
dpnp copied to clipboard

example10.py fails: AttributeError: 'dpctl._sycl_device.SyclDevice' object has no attribute 'dump_device_info'

Open jeffhammond opened this issue 3 years ago • 0 comments

$ python example
example10.py   example1.py    example2.py    example4.py    example6.py    example7.py    example_bs.py  
jhammond@nuclear:~$ python example10.py 
Running on: Intel(R) Iris(R) Xe Graphics [0x9a49]
DPCtrl SYCL queue used
SYCL kernels link time: 3e-08 (sec.)
Math backend version: Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications

Traceback (most recent call last):
  File "/home/jhammond/example10.py", line 87, in <module>
    gpu_queue.get_sycl_device().dump_device_info()
AttributeError: 'dpctl._sycl_device.SyclDevice' object has no attribute 'dump_device_info'

jeffhammond avatar Jan 04 '22 10:01 jeffhammond