Andrzej Janik

Results 101 comments of Andrzej Janik

I don't have a guide. My recommendation is to look at README.md in ZLUDA v2. Just remember it's a much earlier version and is much more limited and buggy

It looks like you are rendering with OptiX. ZLUDA's OptiX does not work with Blender as is not even distributed with ZLUDA

If you want to just compile ptx, one of ZLUDA subprojects is zoc - zluda offline compiler. It's built when you are doing a debug build (`cargo xtask`) or can...

If you have more than a single GPU a CUDA (or any HIP or OpenCL or anything else) must choose which GPU to use. On CUDA it's easy for an...

That shouldn't happen. In the HIP tab in blender can you see both integrated and dedicated GPU?

Extremally weird and I have no idea why it'd be so. I can only suggest double checking with Sysinternals Process Explorer if the process in question doesn't get `HIP_VISIBLE_DEVICES` set...

You can download latest ZLUDA builds off Github. Github UI does not make it easy to find out, but if you: * Select green checkmark in the latest commit above...

Hi, I need additional information: * AMDGPU version (`modinfo amdgpu |head -n 2`) * rocminfo output (`rocminfo`) * ROCm versions (`apt show rocm-libs -a`) All from within the container

Ahhh, I though `modinfo` would work since `lsmod` reports `amdgpu`. What does this return then: ``` cat /sys/module/amdgpu/version ```

That's strange, I don't think you need amdgpu-dkms inside the container, just on host. At least on my machine it works without (ubuntu 22.04 on ubuntu 22.04). Something I observed...