-
The `Physical32` and `Physical64` addressing models assert a fixed-sized, canonical representation for all pointers, meant for use in OpenCL and related environments (i.e. LevelZero), but I'm not sure…
-
I don't think we want to release that in it's current form, or even at all since it's only a component of our game
-
Given #2956, the following commit was put in place to avoid having the service put a process on the GPUs at startup: 80f7cb1b19766ebe3d9884b683b911d06eef8775
Ideally we would revert that commit and…
-
### 🐛 Describe the bug
It is found that the vectorized kernels are not performing well. For instance, copy_() is just utilizing only 40-50% of the theoretical bandwidth.
### Versions
Collecting en…
-
### Describe the bug
When [`queue::ext_oneapi_submit_barrier`](https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/supported/sycl_ext_oneapi_enqueue_barrier.asciidoc) is [called on an in-or…
-
**Describe the bug**
I tried to add LEVELZERO::GPU_ENERGY_TIMESTAMP to batch request in `geopmsession` but it failed with an error that the signal can only used in batch requests.
**GEOPM version*…
-
Qutotes from
``LEVELZERO::GPU_UTILIZATION``
Utilization of all GPU engines. Level Zero logical engines may map to the same hardware, resulting in a reduced signal range (i.e. less than 0 to …
-
When running this code (as provided in the `zello_world.cpp` [example](https://github.com/oneapi-src/level-zero/blob/master/samples/zello_world/zello_world.cpp):
```cpp
ze_api_version_t version = …
-
I'm doing the following:
1. Creating an instance of SwayDB that saves about 4 GBs of data to the file system
2. Exiting the process then starting a new one, which attempts to recover the data
W…
-
_From [guillaum...@gmail.com](https://code.google.com/u/108778870768167483083/) on December 15, 2012 22:19:39_
I got a funny error message:
module Test where
T : (A : Set) → ?
P : (A : Set) → T A
…