Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CUTLASS Error GPU Viewport Blender Denoising ZLUDA #189

Open
gioxyer opened this issue Mar 29, 2024 · 9 comments
Open

CUTLASS Error GPU Viewport Blender Denoising ZLUDA #189

gioxyer opened this issue Mar 29, 2024 · 9 comments

Comments

@gioxyer
Copy link

gioxyer commented Mar 29, 2024

When testing ZLUDA on GPU Denoising in real time fail to load
Screenshot (793)
Screenshot (794)
Screenshot (795)
Screenshot (796)
Screenshot (798)

Read prefs: "C:\Users\giorg\AppData\Roaming\Blender Foundation\Blender\4.1\config\userpref.blend"
E0329 16:17:24.973414 21856 denoiser_oidn_gpu.cpp:193] OIDN error: CUTLASS error
CUTLASS error

Refer to the Cycles GPU rendering documentation for possible solutions:
https://docs.blender.org/manual/en/latest/render/cycles/gpu_rendering.html

E0329 16:17:24.973414 21856 denoiser_gpu.cpp:377] Error running denoiser.

@r9e3valiant
Copy link

I think that's not a Zluda problem, bcz GPU denoise is available ONLY on nvidia. Blender developers said that AMD GPU denoise will be available in version 4.2. LTS

@gioxyer
Copy link
Author

gioxyer commented Apr 2, 2024

Thank you for clarification, I close the issue, because it depends from Blender Foundation

@gioxyer gioxyer closed this as completed Apr 2, 2024
@vosen
Copy link
Owner

vosen commented Apr 2, 2024

I'm reopening because I want to take a look into it at some point (I don't check closed issues)

@vosen vosen reopened this Apr 2, 2024
@BaalNetbek
Copy link

I think that's not a Zluda problem, bcz GPU denoise is available ONLY on nvidia. Blender developers said that AMD GPU denoise will be available in version 4.2. LTS

It's available on nVidia (and Intel, and Apple Silicon) but not on Radeons that may suggest that implementation for nVidia is based on CUDA. If so then that is ZLUDA's problem.

@gioxyer
Copy link
Author

gioxyer commented Apr 3, 2024

I just tested with both Blender 4.1 and Blender 4.2, here is what I discover. Versions tested are Blender 4.1 (official release) and Blender 4.2 Alpha (main 56c78a923626), version of today in daily section.

Blender 4.1 Viewport
Blender 4 1 Viewport

Blender 4.1 Viewport (CUDA enabled)
Blender 4 1 Viewport v2

Blender 4.1 Render (I tested with one frame to see how it behave : CUTLASS error)
Blender 4 1 Render

Then I test with Blender 4.2 with 1024 samples to see if something change, here are the results

Blender 4.1 Viewport
Blender 4 2 Viewport

Blender 4.1 Render (seems starts correctly, but on cmd first error appear)
Blender 4 2 Render v2

Then when render finish, CUTLASS show a black screen
Blender 4 2 Render v4

denoiser_gpu.cpp_377
Blender 4 2 Render v5

CUTLASS error (info log)
Blender 4 2 Render v3

@r9e3valiant
Copy link

In this case, there are three options here. 1) Release Blender 4.2. 2) Zluda update 3) Improved compatibility with Optix. We are waiting for something to happen for sure.

@gioxyer
Copy link
Author

gioxyer commented Apr 6, 2024

Do you think by implementing CUTLASS CUDA C++ library will fix it?

@r9e3valiant
Copy link

Do you think by implementing CUTLASS CUDA C++ library will fix it?

I think yes, it will fix it. It’s not a fact, of course, that it will work as we would like.

@gioxyer
Copy link
Author

gioxyer commented May 7, 2024

I notice Blender Foundation start adding Denoiser for AMD, at the moment there isn't pull request and it seems not available at the moment, but they add it on release notes compare to before
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@vosen @r9e3valiant @BaalNetbek @gioxyer and others