Molasses

Results 12 comments of Molasses

Guess that. @Yosiwealth For CPU version of this wheel, check your CPU AVX or SSE support at first, and then install *.whl using pip install --ignore-installed ./[your_whl].whl. For GPU version,...

@alankongfq Download the .whl file by clicking **Raw** on page.

> Which one do I install for my pc with avx2 capable cpu? tf 2.0, py 3.7, cuda 10.2, cudnn 7.6. > Also how to install if I have to...

@fo40225 Ask something about cuda92cudnn71sse2 wheel. Is there AVX2 support on it? // And thanks a lot for compiling these packages, later i would try c++ lib.

Same error occurred on PyTorch 1.10 with CUDA 11.3/11.0 and cuDNN 8.4.1/8.2.0. And we received an error from cutlass > cutlass/include/cutlass/fast_math.h(741): error: no suitable conversion function from "__half" to "float"...

@ewrfcas We attempted to solve this problem by downgrading Python version to 3.7. It finally works.

> I cannot reproduce on my side, could you let me know: > > * which backend do you use (I guess wgpu-native, given the tone mapping)? > * which...

@eliemichel I directly cloned the repo and checkout-ed, then copied both provided and latest version of webgpu-native library to build the project. In fact, I did coding from scratch by...

@eliemichel I uploaded two frame caps for your help. Please tell me how to check debug from rdc. I found that there might be some artifacts of the uniform byte...

@eliemichel I re-run the project on my Linux machine with a RTX2080Ti GPU, everything goes well. I re-checked the dynamic uniforms alignment range is 64 in device limits same as...