cb88

Results 72 comments of cb88

It's probably fine, the chip's actual max input clock frequency is 300Mhz, it was probably only verified with 10-50Mhz crystals however in that configuration. Also it isn't doing anything particularly...

It's in the datasheet mentioned in the AC characteristics. I guess it depends on if it is a -02 or a -03 chip... I just checked and the datasheet's do...

Actually i don't have an Arduino Due (Just Arduino stock, Pro Nano, Leonardo, Lenny etc... ), but thanks for working on this and it seems like it will be useful...

Well in sequence would still be useful, but programming the same exact image simultaneously would be that much more useful as it would only require the data to be transmitted...

Not sure this is the issue you are running into but for instance flux apparently needs the shift value set otherwise it gets blurry... which it appears S-D.cpp does not...

Note I did some more testing and get the same noise as you on Radeon W7800 with vulkan (wasn't able to load HIP it says rocblas is missing) , the...

Note my Vega FE with Vulkan works fine.... so maybe some driver issues?

I tried hard coding corrected shift values to pass to the denoiser but did not get the expected improvement.

An alternative patch is also listed here with a bit more info. dst = (dst < i8_min) ? i8_min : (i8_max < dst) ? i8_max : dst; https://github.com/lamikr/rocm_sdk_builder/commit/c337b2f5da1ebe9c5dcfc799a52e00020ffcf1c0#diff-6c8c5d41df041f13cdbb55ed8e7669bbf686e7093b8d7f3282001c7dada88dbaL39