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

This pull request adds support for `gg` to work with [vHive](https://github.com/ease-lab/vhive). Special thanks to Clemente (cbfariasc) for putting most of this together.

Hi, I have an issue when running Fibonacci in the example. It gives the following exception info in the terminal. I have attached my env below and I have tried...

Is there an engineering reason why OpenSSL was not used? The biggest portability pain right now for gg is the crypto libraries. I'm noodling on a PR to use OpenSSL...

Hi, I'm following the README and using docker-compose to set up gg and build `mosh` to test. I've faced two issues so far. At the end of this post is...

As discussed, scripts for fetching/building dependencies. Doesn't build hiredis, b/c it uses CMake, so one can just add it as a subdirectory.

Not sure how much effort it would take to support compiling CUDA code. Writing a new model for `nvcc` and friends?

The build is broken on RPM distros (awslinux, Fedora, Centos, Redhat,...). Their packages for the crypto C++ library are under a different name. Awslinux also doesn't have protobuff 3 support...

Isolate our dependencies on `crypto++`. First of all, this should (slightly) improve compile times. Second, since the location of the `crypto++` headers is platform-dependent, this includes will need to be...

I'm trying to build mosh as in the example and came across a weird error: code: ```bash gg init gg infer make -j$(nproc) gg force --jobs 1 --engine lambda src/frontend/mosh-server...

enhancement

There are some task execution environments available to which data processing can be delegated. How do you think about to extend your tool so that more processors and also remote...