vetter / shoc

The SHOC Benchmark Suite
Other
243 stars 104 forks source link

Failures with NeuralNet tests #69

Open cponder opened 3 years ago

cponder commented 3 years ago

I'm able to build & run SHOC from the current "trunk" image (as of 2020-12-19) except for this case:

Running benchmark NeuralNet
    result for nn_learning:                     BenchmarkError
    result for nn_learning_pcie:                BenchmarkError

which gives the message in Logs/dev0_NeuralNet.log

Chose device: name='Graphics Device' index=0
Input training file not found - please check data directory!
test    atts    units   median  mean    stddev  min max trial0  

Note: Any results marked with (*) had missing values.
      This can occur on systems with a mixture of
      device types or architectural capabilities.
cponder commented 3 years ago

It looks like the file

src/cuda/level1/neuralnet/nn_data.zip

is not being unpacked as part of the configure/make/install process. If I unzip the file into the top-level directory alongside the bin etc,, it looks like the benchmark is picking up the input files.

cponder commented 3 years ago

After the above fix, the file Logs/dev0_NeuralNet.err says

double free or corruption (out)
Aborted (core dumped)

Given the above installation issue, is this test expected to work? Also I don't see an OpenCL version of it.

vetter commented 3 years ago

@cponder : thanks for your note. i have been out for the holidays, but will be replying on these issues over the next few days. sorry for the delay. (It has been a strange year, so I took a long vacation!)

jiemao0222 commented 1 year ago

I've been encountered the same error, is it solved now? Appreciate it for you.