level-zero
level-zero copied to clipboard
zesDeviceProcessesGetState API cannot get the process state of a specific device.
- two Arc GPUs on ubuntu OS
- write a sycl vector-add code and bind queue to the device GPU:0
- run the program and monitor by
zesDeviceProcessesGetState -
zesDeviceProcessesGetStateshows
- ./test-add should be under device gpu0. And it cannot be get process info from device gpu1.