Saleh Ramezani

Results 11 comments of Saleh Ramezani

replace this line in js file : ``` var propValue = slider.settings.mode == 'vertical' ? 'translate3d(0, ' + value + 'px, 0)' : 'translate3d(' + value + 'px, 0, 0)';...

run sia-gpu-miner with --help switch in command line or bash , It will list platforms on the end of the printed text. You can find your gpu platform , the...

Same here , When I change backend to Directx nothing show up. I checked uniforms' values passed to fragment shader. It seems that Directx doesn't pass the uniform parameters right....

Ok , I found the issue , I don't know if I'm doing it right or no, I want to pass a float value to my fragment shader. So I...

You won't believe it, I just changed my code to this and it worked! ``` Vector4 a = new Vector4(0.5f,0,0,0); _commandList.UpdateBuffer(_shininessBuffer, 0, a); ``` Ok here's my guess, It must...

The issue that @itayronen pointed out is there. Most of the time , I use Opengl backend for development and switch to Direct3D and check that if I used all...

Exactly the same issue here, I don't know whether it's a Cilantro issue or the SurfelWarp issue. First I thought it's a Cuda 11 issue, so just replaced it with...

Even with an administrator commandline on windows I get the same error. I got the same error on several projects , and I couldn't resolve it , so sadly I...

Works like a charm. Windows 10 & 11 tested Python 3.10 Pytorch compiled with Cuda 11.6 Visual Studio 2022 CMake 3.26 Ninja I had problems with Anaconda on windows, so...

Thanks to your advice, I could reduce the processing time to 1:40, around 2 minutes (Only align and blend), which is awesome. Is there any way to speed up more?...