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
| System: | |
| Host: ian-endeavouros Kernel: 6.16.0-rc3-1-mainline arch: x86_64 bits: 64 | |
| compiler: gcc v: 15.1.1 | |
| Desktop: KDE Plasma v: 6.4.1 tk: Qt v: N/A wm: kwin_wayland dm: SDDM | |
| Distro: EndeavourOS base: Arch Linux | |
| CPU: | |
| Info: 8-core model: AMD Ryzen 7 5700X3D bits: 64 type: MT MCP arch: Zen 3+ | |
| rev: 2 cache: L1: 512 KiB L2: 4 MiB L3: 96 MiB | |
| Speed (MHz): avg: 4050 min/max: 575/4151 boost: enabled cores: 1: 4050 | |
| 2: 4050 3: 4050 4: 4050 5: 4050 6: 4050 7: 4050 8: 4050 9: 4050 10: 4050 |
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
| diff --git a/src/amd/compiler/aco_interface.cpp b/src/amd/compiler/aco_interface.cpp | |
| index a08f6560578..055ba4c1645 100644 | |
| --- a/src/amd/compiler/aco_interface.cpp | |
| +++ b/src/amd/compiler/aco_interface.cpp | |
| @@ -482,6 +482,8 @@ aco_nir_op_supports_packed_math_16bit(const nir_alu_instr* alu) | |
| return (shader->options->force_f2f16_rtz && !nir_is_rounding_mode_rtne(execution_mode, 16)) || | |
| nir_is_rounding_mode_rtz(execution_mode, 16); | |
| } | |
| + case nir_op_f2e4m3fn: | |
| + case nir_op_e4m3fn2f: |
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
| diff --git a/src/amd/vulkan/radv_debug.h b/src/amd/vulkan/radv_debug.h | |
| index 2379a1fc364..1e09d9aa543 100644 | |
| --- a/src/amd/vulkan/radv_debug.h | |
| +++ b/src/amd/vulkan/radv_debug.h | |
| @@ -94,6 +94,7 @@ enum { | |
| RADV_PERFTEST_NIR_CACHE = 1u << 14, | |
| RADV_PERFTEST_RT_WAVE_32 = 1u << 15, | |
| RADV_PERFTEST_VIDEO_ENCODE = 1u << 16, | |
| + RADV_PERFTEST_NO_GTT = 1u << 17, | |
| }; |
This file has been truncated, but you can view the full file.
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
| ====================== | |
| Proton: 1675727332 GE-Proton7-49 | |
| SteamGameId: 15973519222567337984 | |
| Command: ['/mnt/gamedisk/Games/Returnal/Returnal.exe', '-epicportal -dx11'] | |
| Options: {'forcelgadd'} | |
| depot: 0.20230111.85 | |
| pressure-vessel: 0.20221215.0 scout | |
| scripts: 0.20221215.0 | |
| soldier: 0.20230109.1 soldier 0.20230109.1 | |
| Kernel: Linux 6.1.11-1-MANJARO #1 SMP PREEMPT_DYNAMIC Thu Feb 9 14:03:23 UTC 2023 x86_64 |
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
| Computer Information: | |
| Manufacturer: ASUSTeK COMPUTER INC. | |
| Model: H61M-A/BR | |
| Form Factor: Desktop | |
| No Touch Input Detected | |
| Processor Information: | |
| CPU Vendor: GenuineIntel | |
| CPU Brand: Intel(R) Xeon(R) CPU E3-1230 V2 @ 3.30GHz | |
| CPU Family: 0x6 |