I'm trying to test a minecraft mod that enabled opencl accelerated chunk generation. However, when using it on bazzite, chunks take an extremely long time to generate (less than 1 chunk per second). The mod does not function properly with rusticl, so I used rpm-ostree to install the rocm package (rpm-ostree install rcom), and confirmed rocm detected my hardware with rocminfo. However, despite this, no change was made. I'm not really sure how to tell if it's even using rocm, if rocm is working properly for opencl, why things are so slow, etc. Any and all help is appreciated!