-
**Describe the bug**
Templated code that sometimes passes a local accessor to the kernel and sometimes passes a `nullptr` fails with a runtime error during kernel setup when running on Intel GPU vi…
-
The `ze_device_properties_t` struct has a `name` field to describe the device.
Would it make sense to add a `name` field to the `ze_driver_properties_t` as well, to describe the driver ?
E.g. some…
-
Hello, I want to use Your dll, but
when I am testing I see the text which I pass to the `Pdf417Generator`ctor is double on the output.
Example:
`new Pdf417Generator("Helo World", ErrorCorrectionL…
-
Is there a (relatively low) size limit for the built SPIR-V modules? I'm getting CL_OUT_OF_RESOURCES when trying to build (via the CHIP-SPV runtime) a unit test in rocPRIM which has a bunch of test ke…
-
**Is your feature request related to a problem? Please describe**
We want an easy way to check the architecture of the device: Gen11, Xe-HPC, Xe-HPG, and so on, to select the best kernels based on …
-
Without immediate queues, chipStar is ~100x slower, with immediate queues it is ~10x slower. My initial examination seems to point to many (possibly unnecessary) barrier commands, but anyway this need…
-
hwloc provides interoperability with a bunch of GPU/heterogeneous system APIs. The amount of support code needed for each is small, but each will need to get a dedicated feature and suitable cfg+doc(c…
-
## Environment
- Hardware: Aurora
- Intel Compute Runtime Version: 24.35.30872.22
## Context
I'm developing a profiler for SYCL offload programs. My approach involves serializing kernel launches…
-
_From [nils.anders.danielsson](https://code.google.com/u/nils.anders.danielsson/) on May 28, 2012 11:58:47_
module Bad-error-message where
postulate
Level : Set
lzero : Level
lsuc : Level → L…
-
``` agda
module Bad-error-message where
postulate
Level : Set
lzero : Level
lsuc : Level → Level
_⊔_ : Level → Level → Level
{-# BUILTIN LEVEL Level #-}
{-# BUILTIN LEVELZERO lzero #-…