$ vkmark
=======================================================
vkmark 2017.08
=======================================================
Vendor ID: 0x1002
Device ID: 0x73FF
Device Name: AMD Radeon RX 6600 XT (RADV NAVI23)
Driver Version: 100667393
Device UUID: 71ea6a78fd227b69198285fd621ab941
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"formatVersion": 1, | |
"libraries": [ | |
{ | |
"downloads": { | |
"artifact": { | |
"sha1": "a9479c9d1daa4061e2052ca02c937dcad5edeac3", | |
"size": 451935, | |
"url": "https://raw.githubusercontent.com/runlevel5/lwjgl3-ppc64le-release/main/3.3.3/lwjgl-freetype-3.3.3.jar" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -euo pipefail | |
PACKAGE="null" | |
packages_filepath="packages" | |
detailed_packages_filepath="detailed_packages" | |
username="shortlyster" | |
CLEANUP="false" | |
main() { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From ea8c5e8b91938abafd79da1ca79b4fdd9ae4635d Mon Sep 17 00:00:00 2001 | |
From: Trung LE <[email protected]> | |
Date: Mon, 21 Nov 2022 21:41:42 +1100 | |
Subject: [PATCH] Update to version 0.25.0 | |
--- | |
.gitignore | 1 + | |
changelog | 3 +++ | |
crossterm-fix-metadata.diff | 16 ++++++++++------ | |
rust-crossterm.spec | 2 +- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Date: Thu, 17 Nov 2022 17:10:48 +1100 | |
Subject: [PATCH] Build static | |
--- | |
uuid.spec | 11 +++++++++-- | |
1 file changed, 9 insertions(+), 2 deletions(-) | |
diff --git a/uuid.spec b/uuid.spec | |
index c99d307..8f39927 100644 | |
--- a/uuid.spec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 0.000000] (thread shift is 2) | |
[ 0.000000] Allocated 3584 bytes for 32 pacas | |
[ 0.000000] ----------------------------------------------------- | |
[ 0.000000] phys_mem_size = 0x1000000000 | |
[ 0.000000] dcache_bsize = 0x80 | |
[ 0.000000] icache_bsize = 0x80 | |
[ 0.000000] cpu_features = 0x0001b8eb8f5fb187 | |
[ 0.000000] possible = 0x000ffbfbcf5fb187 | |
[ 0.000000] always = 0x0000000380008181 | |
[ 0.000000] cpu_user_features = 0xdc0065c2 0xaef00000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ uname -ar | |
Linux shrimp-paste 6.0.6-300.fc37.ppc64le #1 SMP Tue Nov 1 19:24:50 UTC 2022 ppc64le ppc64le ppc64le GNU/Linux | |
$ lspci | grep ATI | |
0000:01:00.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 XL Upstream Port of PCI Express Switch (rev c1) | |
0000:02:00.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 XL Downstream Port of PCI Express Switch | |
0000:03:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Navi 23 [Radeon RX 6600/6600 XT/6600M] (rev c1) | |
0000:03:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Navi 21/23 HDMI/DP Audio Controller | |
$ sudo modprobe amdgpu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCgyvCeNY1X7DmUPzLgpYoyIglrFT5YO40DIYoL9WuHFwdiXU0m8S+dnc2aGQ78XU6SJCUaOmg2uUnTqjYwf8JmwFmTp9iil4qmw+opudUFZw++Yh6MF/Qt9aC68YWxa3b+NxbHK4ouNFO4ODTgPcHdmK5ENX1TNvb8xxMlPAxpgfiQKHiJL4ItcZZiVDmx9sMJRNqJ4REV4ZyyzotRRXAsThjm4rVSg95jbfl4UEnTfd23K8k5zhAuwPf84NlhlEdwuCxpWmGmSJ0QgMh6076bSC1++d9nMKU8xY9oX4NiVvdaJHL2dLdrhLh7CZ9efUeOVcJ4spKM1wJCW4Btt8Sj [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -e | |
## CRI containrd | |
## CNI flannel | |
# Alpine Edge only! Let's hope alpine 3.13 or 3.14 would have k8s in main tree | |
echo http://dl-cdn.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories | |
echo http://dl-cdn.alpinelinux.org/alpine/edge/community >> /etc/apk/repositories |
- SSH into master node
- Modify
spec.containers.command
in/etc/kubernetes/manifests/kube-apiserver.yaml
to have- --enable-aggregator-routing=true
flag if you do not run kube-proxy on a host running the API server - Fetch manifest file https://github.com/kubernetes-sigs/metrics-server/releases/download/v0.3.6/components.yaml
- Search and replace
amd64
withppc64le
with command:sed -i 's/amd64/ppc64le/g' components.yaml
- Start the metric servers with
kubectl apply -f components.yaml
NewerOlder