Amit

Results 40 comments of Amit

Hi @qiji2023, Thanks for reporting this issue. Can you please set the following environment variables, then rerun and share the stderr output? - AMD_LOG_LEVEL=7 - AMD_COMGR_EMIT_VERBOSE_LOGS=1

Hi @TomClabault, You mentioned Windows 11 24H2 as your configuration, but the screenshot with the "Segmentation fault" message seems to indicate that you are running on Linux. Can you please...

Hi @wreckdump, Can you please confirm that your issue is resolved with the latest version of the source code? `boost::program_options::options_description` dependency was removed from RGA code a while back. Thanks.

Hi @Trass3r, The limitation comes from AMD's shader compiler for DX12 which does not support debug info yet. Once it does, RGA will be updated to leverage that capability in...

Hi @zhCNLiang, Thanks for reporting this issue. This looks like a Panel issue that belongs in the [Radeon Developer Panel repository](https://github.com/GPUOpen-Tools/radeon_developer_panel/issues). Could you please share the RDP log?

Hi @omd24, Is this behavior reproducible with Hardware Crash Analysis disabled? Radeon Developer Panel -> Crash Analysis -> Analysis options -> uncheck the "Enable hardware crash analysis" checkbox to disable...

This behavior is something we haven’t observed during our internal testing. In fact, we’d expect the opposite: when Crash Analysis mode is enabled in the driver, it should trigger even...

Hi @adam-yang, Did you use `DecodeShaderDisassemblyText()` / `DecodeShaderDisassemblyFile()` with `resolve_direct_branch_targets` set to `true`? You will need to decode the whole shader in order to enable branch resolution.

Hi @adam-yang, Are you getting `BranchInfo::branch_target_index` populated? That field should give you the index of the target instruction within the `Decode*` function's output vector (`std::vector`). -=-=-=- Regardless - How did...

Hi @adam-yang, Thanks for sharing the input files. The attached file contains your shader's disassembly in a "standard" format - [disassembly_cs_adam-yang.txt](https://github.com/user-attachments/files/22758239/disassembly_cs_adam-yang.txt) You can generate that disassembly using RGA's Binary Analysis...