diku-dk / futhark-fhpnc19

Experiments for FHPNC'19 paper
1 stars 1 forks source link

Unable to run the makefile or Conv.fut #1

Open AraibKarim opened 3 years ago

AraibKarim commented 3 years ago

Running the Make command, results in the following error: make: *** [mnist_100000_f32.bindata] Error 23

Also, if i try to run the conv.fut file:

I get an error: Error at lib/github.com/diku-dk/cpprandom/random.fut:219:21-21: Parse error.

Can you guys please suggest any solutions?

athas commented 3 years ago

You'll probably need to dig up the version of the Futhark compiler that was used for the paper (0.11.2). The upstream deeplearning library works with the newest version, and the example programs there are pretty much equivalent to the benchmarks here.

I'm not sure what the first error is about. The file that it tries to wget works for me.