This file contains hidden or 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
https://github.com/gentoo/gentoo/tree/5f79087de7314a81c4c0122cf3ff88846d699201/profiles/features/llvm |
This file contains hidden or 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
[13626.776568] ------------[ cut here ]------------ | |
[13626.776599] NETDEV WATCHDOG: enp6s0 (r8169): transmit queue 0 timed out 5600 ms | |
[13626.776634] WARNING: CPU: 3 PID: 0 at dev_watchdog+0x242/0x250 | |
[13626.776659] Modules linked in: 8021q mrp garp stp llc iwlmvm snd_usb_audio btusb uvcvideo intel_rapl_common btrtl uvc btmtk mac80211 iosf_mbi ucsi_ccg nls_iso8859_1 libarc4 snd_usbmidi_lib btintel videobuf2_vmalloc typec_ucsi snd_hwdep videobuf2_memops xfs snd_rawmidi videobuf2_v4l2 typec bluetooth iwlwifi edac_mce_amd snd_seq_device crct10dif_pclmul videodev polyval_clmulni i2c_designware_pci snd_pcm libcrc32c sp5100_tco videobuf2_common input_leds snd_timer ecdh_generic polyval_generic asus_ec_sensors sha512_ssse3 mc efi_pstore pcspkr i2c_piix4 k10temp i2c_ccgx_ucsi ccp cfg80211 snd usbkbd ecc corsair_psu joydev apple_mfi_fastcharge soundcore usbmouse eeepc_wmi asus_wmi ledtrig_audio sparse_keymap platform_profile wmi_bmof mxm_wmi amdgpu sch_fq_codel iommu_v2 drm_buddy drm_suballoc_helper drm_ttm_helper ttm |
This file contains hidden or 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
./mm/oplus_mm -> ../../../vendor/oplus/kernel/mm | |
./drivers/android/oplus_binder -> ../../../../vendor/oplus/kernel/ipc | |
./drivers/base/kernelFwUpdate -> ../../../../vendor/oplus/kernel/touchpanel/kernelFwUpdate | |
./drivers/dma-buf/heaps/oplus_boostpool -> ../../../../../vendor/oplus/kernel/oplus_performance_5.10/misc/mm_boost_pool/ | |
./drivers/input/touchscreen/oplus_touchscreen_v2 -> ../../../../../vendor/oplus/kernel/touchpanel/oplus_touchscreen_v2 | |
./drivers/input/touchscreen/synaptics_hbp -> ../../../../../vendor/oplus/kernel/touchpanel/synaptics_hbp | |
./drivers/input/oplus_fp_driver -> ../../../../vendor/ | |
./drivers/input/uff_fp_drivers -> ../../../../vendor/oplus/secure/biometrics/fingerprints/bsp/uff/driver | |
./drivers/power/oplus -> ../../../../vendor/oplus/kernel/charger | |
./drivers/soc/oplus/oplus_consumer_ir -> ../../../../../vendor/oplus/sensor/kernel/oplus_consumer_ir |
This file contains hidden or 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
MIOpen(HIP): Error [Do] 'amd_comgr_do_action(kind, handle, in.GetHandle(), out.GetHandle())' AMD_COMGR_ACTION_ASSEMBLE_SOURCE_TO_RELOCATABLE: ERROR (1) | |
MIOpen(HIP): Error [BuildAsm] comgr status = ERROR (1) | |
MIOpen(HIP): Warning [BuildAsm] warning: argument unused during compilation: '-fno-stack-protector' [-Wunused-command-line-argument] | |
warning: argument unused during compilation: '-nogpulib' [-Wunused-command-line-argument] | |
error: unknown target triple 'unknown' | |
MIOpen Error: /var/tmp/portage/sci-libs/miopen-5.7.1-r1/work/MIOpen-rocm-5.7.1/src/hipoc/hipoc_program.cpp:304: Code object build failed. Source: Conv_Winograd_v30_2_6_fp16_dot2_f2x3_stride1.s | |
0%| | 0/20 [00:00<?, ?it/s] | |
*** Error completing request | |
*** Arguments: ('task(j1jqtf5j6fag04j)', '', '', [], 20, 'Euler a', 1, 1, 7, 512, 512, False, 0.7, 2, 'Latent', 0, 0, 0, 'Use same checkpoint', |
This file contains hidden or 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
> fio --name=benchmark --ioengine=libaio --rw=randrw --rwmixread=75 --bs=4k --numjobs=24 --size=1G --runtime=60 --time_based --direct=1 --group_reporting --filename=/src/test | |
benchmark: (g=0): rw=randrw, bs=(R) 4096B-4096B, (W) 4096B-4096B, (T) 4096B-4096B, ioengine=libaio, iodepth=1 | |
... | |
fio-3.36 | |
Starting 24 processes | |
Jobs: 24 (f=24): [m(24)][100.0%][r=2791MiB/s,w=930MiB/s][r=715k,w=238k IOPS][eta 00m:00s] | |
benchmark: (groupid=0, jobs=24): err= 0: pid=1660063: Sat Apr 27 10:46:10 2024 | |
read: IOPS=715k, BW=2793MiB/s (2929MB/s)(164GiB/60002msec) | |
slat (nsec): min=1080, max=67616k, avg=22251.47, stdev=83419.17 | |
clat (nsec): min=160, max=28041k, avg=352.78, stdev=7823.12 |
This file contains hidden or 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
$filesToRemove = ".\platform-tools-latest-windows.zip", ".\platform-tools" | |
foreach ($fileToRemove in $filesToRemove) { | |
If (Test-Path $fileToRemove) { | |
Remove-Item -Force -Recurse $fileToRemove | |
} | |
} | |
wget https://dl.google.com/android/repository/platform-tools-latest-windows.zip | |
Get-ChildItem platform-tools-latest-windows.zip | Expand-Archive -DestinationPath .\ -Force |
This file contains hidden or 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
@@||*.draftkings.com^$important | |
@@||*.fandual.com^$important | |
@@||*.betmgm.com^$important | |
@@||*.fanatics.com^$important | |
@@||*.goldennuggetcasino.com^$important | |
@@||*.goldennugget.com^$important | |
@@||*.espnbet.com^$important |
This file contains hidden or 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
@@||*.lrepacks.net^$important |
This file contains hidden or 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
config local | |
option loglevel '0' | |
config network | |
option broadcast_ip '10.0.0.255' | |
option broadcast_port '1025' | |
option tcp_port '1026' | |
option network_option '2' | |
option shared_key 'Niiiiiiiiiiiiick' | |
option iv 'Niiiiiiiiiiiiick' |
This file contains hidden or 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] Booting Linux on physical CPU 0x0000000000 [0x51af8014] | |
[ 0.000000] Linux version 6.6.67 (pppig@Gentoo) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 13.3.0 r28442+5-e6ce868c3a) 13.3.0, GNU ld (GNU Binutils) 2.42) #0 SMP Mon Dec 30 02:46:51 2024 | |
[ 0.000000] Machine model: Linksys MR7500 | |
[ 0.000000] OF: reserved mem: 0x0000000000060000..0x0000000000065fff (24 KiB) nomap non-reusable memory@60000 | |
[ 0.000000] OF: reserved mem: 0x0000000040000000..0x0000000040ffffff (16384 KiB) nomap non-reusable memory@40000000 | |
[ 0.000000] OF: reserved mem: 0x000000004a100000..0x000000004a4fffff (4096 KiB) nomap non-reusable bootloader@4a100000 | |
[ 0.000000] OF: reserved mem: 0x000000004a600000..0x000000004a9fffff (4096 KiB) nomap non-reusable memory@4a600000 | |
[ 0.000000] OF: reserved mem: 0x000000004aa00000..0x000000004aafffff (1024 KiB) nomap non-reusable memory@4aa00000 | |
[ 0.000000] OF: reserved mem: 0x000000004ab00000..0x000000004e1fffff (56320 KiB) nomap non-reusable memory@4ab00000 | |
[ 0. |