HPCE / hpce-2017-cw5

1 stars 6 forks source link

random_projection output is just zeros #20

Closed jacekburys closed 6 years ago

jacekburys commented 6 years ago

It seems that for an input bigger than 16, random_projection produces output which is just a vector filled with zeros. Is this expected? In this case are we expected to check the correctness using small inputs and then evaluate the speedup for large inputs?

m8pple commented 6 years ago

I think this is the same problem as in #9

Can you check that you're on the latest version of the repo?

jacekburys commented 6 years ago

I pulled the latest version of the repo and the problem is gone. Thanks!