Yuhang Gong

Results 3 comments of Yuhang Gong

Firstly, It showed a gpg key error, so I add the following lines before `apt-get update`: ```shell RUN gpg --keyserver keyserver.ubuntu.com --recv A4B469963BF863CC RUN gpg --export --armor A4B469963BF863CC | apt-key...

1. I have tried to install by `/bin/install.sh`, it seems hpctool is not installed successfully. I can't use `./bin/bench.sh -m advise` to enable advice mode. 2. I have rerun with...

Yeah, we are the latter. We're working on a gpu profiling tool that analyze the performance of gpu programs so that we can give some advice on how to optimize...