Darkroom: Compiling High-Level Image Processing Code into Hardware Pipelines

SIGGRAPH 2014


Reviews

Information

  • Paper topic: Image
  • Software type: Code
  • Able to run a replicability test: False
  • Replicability score: 0
  • License: MIT
  • Build mechanism: Commandline instructions in README
  • Dependencies: Terra
  • Documentation score {0,1,2}: 1
  • Reviewer: David Coeurjolly

Source code information

Comments

I've installed the 2015-08-03 version of terra and tried to compile the examples but all examples failed due to some #include "stdio.h" issues.

> import "darkroom"
<buffer>:1:10: fatal error: 'stdio.h' file not found
#include "stdio.h"
         ^
compilation of included c code failed

stack traceback:
	src/terralib.lua:3664: in function 'includec'
	./darkroom.t:1: in main chunk
	[C]: at 0x010690af60
	[C]: in function 'xpcall'
	src/terralib.lua:4506: in function <src/terralib.lua:4505>

----
Same issue on Linux
There are two options to add a review to this article:
  • Open a pull request at https://github.com/dcoeurjo/ReplData-private
  • Fill the form below (this option requires manual work and might be avoided if possible):
    TODO: ADD FORM