opcod3

Results 11 comments of opcod3

Router model: `Sagemcom F5684S_v2` Firmware version: `AGGHX_1.2.1` Region: `IT` Affected device: `Steam Deck OLED 1TB` The issue appears to be resolved if the 5GHz is setup as 802.11ac while still...

I should have a fix for this, just gotta find the code where I implemented it

This is the only file with which the bug happens in all locations nefs. Also the weird part is that it always crashes on the same block even in different...

Incredibly weird... Maybe there's some metadata in parts 5/6/7/8 of the header we're missing for these blocks. Also have you checked the that the files extracted from pssg and the...

Regarding the Vulkan interop it seems hip hould support it, Although I'm not sure if a kernel can be bound to an arbitrary command list as you specify. See example...

I ran some tests and want to report my findings which are very bare-bones. I tried to run the DLSS sample that was linked on an AMD gpu on linux....

I managed to get a vulkan layer 'working', at least I can get calls passed from the DLSS example to ZLUDA. I now got the PTX dumped. I had to...

Yes I'm using c++17, and compiling with `gcc version 12.2.1 20221205 (Arm GNU Toolchain 12.2.Rel1 (Build arm-12.24))`

I just did some more tests and the issue can be reproduced in the following docker images: ``` rocm/dev-ubuntu-22.04:5.5.1-complete rocm/dev-ubuntu-22.04:5.4.2-complete rocm/dev-ubuntu-22.04:5.3-complete ``` I did not test any other versions but...

Building rocBLAS without tensile (`BUILD_WITH_TENSILE=OFF`) appears to fix the issue