gg icon indicating copy to clipboard operation
gg copied to clipboard

The Stanford Builder

Results 30 gg issues
Sort by recently updated
recently updated
newest added

https://github.com/StanfordSNR/gg/blob/6f57eb1a3512a8f3aef796dcdddf37651602f234/src/frontend/gg-execute.cc#L201

I think this code is not atomic. https://github.com/StanfordSNR/gg/blob/febdf22643655bf9a89f7ddc8b5849dc7e8f4d9e/src/util/path.cc#L188-L209 Two fsync is missing. You need to fsync the temp file and fsync the containing directory after the rename. See: https://lwn.net/Articles/457667/

`gg`’s intermediate representation is provided as [a JSON file with a specific structure](https://www.usenix.org/system/files/atc19-fouladi.pdf "Paper “From Laptop to Lambda: Outsourcing Everyday Jobs to Thousands of Transient Functional Containers”") so far. This...

Would you like to add the configuration script “[AX_PTHREAD](https://www.gnu.org/software/autoconf-archive/ax_pthread.html "How to build C programs using POSIX threads")” to [your build specification](https://github.com/StanfordSNR/gg/blob/ebd6dba76f80104b48f7ab8c5c5aecf2ca209cdc/configure.ac#L17 "Update candidate")?

I am trying to compile Inkscape and OpenCV but am running into errors with `gg infer`. In both cases the error seems to be the same: For OpenCV ```bash [...

Hi, i have problem with running the experiment of object recognition, when i use the shell script in gg-result, it shows the following error message: > TFXXIWfMjbpyKZaDvE..ZNRYg6snhFmTaBjRPZDvzwQc0000021b: was packed with...

Hello! I'm encountering some issues compiling FFmpeg following the [guide](https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu) Specifically, I see the following errors (`measure_time` is just a small script to print the runtime): ```bash root@29b4c3187cd6:/app/gg/compilation_benchmarks/ffmpeg/experiment/build# ./measure_time gg...

I tried to build LLVM with script run.sh inside gg/examples/llvm folder and got an error: ``` No build type selected. You need to pass -DCMAKE_BUILD_TYPE= in order to configure LLVM....

First of all, kudos to the research and this amazing project! I think this is the next (or the ultimate) step in horizontal scalability. [Azure Functions](https://azure.microsoft.com/en-us/services/functions/) should be suitable as...