benchmarks-problems.txt 1.2 KB

1234567891011121314151617
  1. error in compilation:
  2. bfs solved, the build tried to compile the timer.cc file even if not in profiling mode(timer.cc contained x86 specialized code to profile the application with asm instructions), eliminated the timer.cc dependency and all works fine
  3. cfd add #include <cstdlib> in util.h (on the laptop is not necessary, why boh?)
  4. leukocyte
  5. errors at runtime:
  6. lavaMD ensure device can handle, error at line 443: CL_INVALID_KERNEL_ARGS
  7. srad ensure device can handle, error at line 546: CL_INVALID_ARG_SIZE
  8. particlefilter Compiler frontend failed (error code 59) only on some executables only naive executable compiles
  9. Things to fix:
  10. lud when run on CPU with the verif option enabled (-v to command line) there is a problem with the correctness of the matrix, check what is the cause of this error.
  11. gaussian when run on CPU it gives an error of context type not supported, but then continues nonetheless. Eliminate that error.
  12. heartwall when run on CPU gives an CL_OUT_OF_HOST_MEMORY
  13. hybridsort doesn't actually instantiate OpenCL kernels (seems now solved, the trick was to modify the sources of all the implementations of the sorting algorithms).
  14. srad when executed through the measurement script doesn't actually run.