Re: [go-nuts] Re: Parallel Matrix Multiplication

2021-03-27 Thread Gabriel Pcklub
25, 2021, 1:17 PM Gabriel Pcklub wrote: > >> Hello, what is Threshold constant in code for? I wanted to try your code, >> but with Threshold 1 it take all of 16GB RAM I have and crash on sigkill. >> When I use Threshold 8 it seems ok, but when I use 64, it again take a lot >&g

Re: [go-nuts] Re: Parallel Matrix Multiplication

2021-03-27 Thread Gabriel Pcklub
ink that was how many > rows or columns to pick for parallel sub matrices to multiply. > > On Thu, Mar 25, 2021, 1:17 PM Gabriel Pcklub wrote: > >> Hello, what is Threshold constant in code for? I wanted to try your code, >> but with Threshold 1 it take all of 16GB RAM I hav

[go-nuts] Re: Parallel Matrix Multiplication

2021-03-25 Thread Gabriel Pcklub
Hello, what is Threshold constant in code for? I wanted to try your code, but with Threshold 1 it take all of 16GB RAM I have and crash on sigkill. When I use Threshold 8 it seems ok, but when I use 64, it again take a lot of RAM... I thought it's count of Threads that program will use, while r