Eero Tamminen

Results 83 issues of Eero Tamminen

Current GPU plugin README installation section: https://github.com/intel/intel-device-plugins-for-kubernetes/tree/main/cmd/gpu_plugin Is a bit of mess because it mixes many different things, in odd order, which makes installation look a more complicated than it...

docs

In GPU plugin README install section: https://github.com/intel/intel-device-plugins-for-kubernetes/tree/main/cmd/gpu_plugin#deploy-with-pre-built-container-image Both links to releases give 404: * https://github.com/intel/intel-device-plugins-for-kubernetes/deployments/gpu_plugin?ref=v.0.24.0 * https://github.com/intel/intel-device-plugins-for-kubernetes/deployments/gpu_plugin/overlays/nfd_labeled_nodes?ref=v0.24.0 For some reason "kubectl apply -k" works e.g. for first link, but it's...

docs

I noticed some confusing inconsistencies when checking things under `deployments` folder and different installation methods... GPU plugin is installed on different nodes depending on used method: ``` $ git grep...

* Version of collectd: main branch * Operating system / distribution: collectd CI * Kernel version (if applicable): ## Expected behavior CI tests pass in PRs for plugins that have...

ChangeLog: Build: Fix some gcc warnings with more strict checks Fixes are based on "-O3 -Werror -Wall -Wextra -Wformat-security" output: * Properly initialize complex struct * Tell compiler which args...

**Purpose** Aim of this policy proposal is (when accepted) to reduce maintenance and give better direction to contributors until v6 gets a release. **Policy proposal** Proposal for handling plugins that...

* Version of collectd: latest "main" * Operating system / distribution: Fedora 35 (= GCC v11.2.1) ## Expected behavior No warnings after fixes from https://github.com/collectd/collectd/pull/3917 ## Actual behavior Following compiler...

### Setup / deps Latest release versions of everything, built from source: * GMMlib: * intel-gmmlib-22.1.6 * SPIRV Headers / Tools: * sdk-1.3.216.0 * vc-intrinsics: * v0.5.0 * IGC: *...

distro
IGC

https://github.com/intel/compute-runtime/blob/master/level_zero/tools/test/black_box_tests/zello_sysman.cpp#L1150 Is lacking options for testing metrics support for: * PSUs: https://spec.oneapi.io/level-zero/latest/sysman/api.html#psu * Fans: https://spec.oneapi.io/level-zero/latest/sysman/api.html#fan Which have been supported by the public level-zero headers + loader already for months.

L0 Sysman

Setup: * latest public (5.16) "drm-tip" kernel with DG1 force-probed + GuC v69.0.3 * compute-runtime 21.52.22081 [1] Use-case: * Query memory info using Sysman APIs, or using compute-runtime zello_sysman tester...