Petr Kobalicek
Petr Kobalicek
I started working on this but haven't finished yet. The binlib.js first needs some support for data that is not fixed and requires some code instead of definitions.
I'm not aware of that. Straps are defined in VBIOS and AMD drivers don't provide any access to them. You can try to modify the driver though as it's open...
Hello, I cannot really help as I don't have AMD GPUs anymore. I have already worked with the driver and failed to do what I wanted to do so my...
Hi, VEGA tables will be somewhere in Linux drivers: https://github.com/torvalds/linux/tree/master/drivers/gpu/drm/amd You can just locate similar tables in `vbios.js` and place there those having a new version.
Hello, I'm not sure how this is related to amdtweak in general. I think you should explore what sysfs offers and check out if there is anything that looks like...
Hey Nigels, thanks! Believe me, the JIT part is the simplest, the most interesting is IR and possible optimizations, which is not done yet :) 1. It would be possible,...
Hi it's true that I don't have much time for this project. I have some plans for the future - I would like to call it SimdScript instead of MPSL...
Today I added a bit more to handle this, it's no longer required to specify card when reading an external pp file. Not sure it's ideal now, but it's a...
Let me know if this is okay now or whether it requires some more tweaking
Sorry for inactivity, I will take a look soon