llvm icon indicating copy to clipboard operation
llvm copied to clipboard

Intel staging area for llvm.org contribution. Home for Intel LLVM-based projects.

Results 962 llvm issues
Sort by recently updated
recently updated
newest added

Initially reported by @slawekptak ### Describe the bug Setting external events onto an in-order queue from a queue that is a recording to a queue that is not recording to...

bug
sycl-graph

Implementation of zero-copy buffer operation in integrated GPUs. The GPUs share memory with host - therefore some buffer operations can be zero-copy, unlike in discrete GPUs.

Use perfect forwarding in queue inline implementations. In the same place use event move if possible. For sake of performance.

L0v2 avoids internally tracking each kernel submission through an event for lifetime management. Instead, when a kernel is submitted to the queue, its handle is added to a vector, to...

https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/proposed/sycl_ext_oneapi_platform_device_index.asciidoc

Also report warning to user if device memory is out of resource.