Brandon Yates

Results 17 comments of Brandon Yates

Yeah, in synchronous mode, `zeCommandListAppendMemoryCopy(... hCommandList)` should block until execution completes. Per the spec: > > ZE_COMMAND_QUEUE_MODE_SYNCHRONOUS = 1 > Device execution always completes immediately on execute; Host thread is...

It will also work with more up to date versions such as 20.21.16886. Ideally the level-zero driver implementations should list which level-zero loader versions they are compatible with. I will...

Hi, this has been improved in the 1.0 version now on master branch. If cmake can't determine the patch version it will default to zero with a warning message instead...

@Kerilk I see what you're saying. It's not consistent the way it is, and it doesn't really serve a purpose. That said, removing this enum entry would cause backwards compatibility...

We don't have any immediate plans to get the loader in distro but are considering it. We do have Intel repositories that contains all the relevant packages: https://dgpu-docs.intel.com/installation-guides/index.html

We are continuing to discuss this internally. No update yet, but hopefully I will have some more details to share soon.

The Intel gpu driver repo is here: https://github.com/intel/compute-runtime/releases There's also packages available here: https://dgpu-docs.intel.com/installation-guides/index.html