Closed Charles-Tang closed 4 months ago
i encountered these errors in latest accel-sim release
cd <accel-sim-framework top level dir>
git branch
cd ./gpu-simulator/gpgpu-sim
git branch
If I recall correctly, the branches you are using for accel-sim and gpgpu-sim should either be "release and master" or "dev and dev". Can you check? @JRPan should be more certain about this than me.
Thanks for your reply, I was using "release and master" when encounter errors above, I tried switch to "release and dev" and it worked, now I'm using accel_sim with hash "2260456ea5e6a1420f5734f145a4b7d8ab1d4737 (origin/release, origin/HEAD)", gpgpu_sim with hash "a42b72214b92b6a97f16c180ad09631cbe50da33 (origin/dev, origin/HEAD)", closing this issue
release and master should work. If not there is a problem.
And you should not use release and dev. Using dev + dev is a better idea. Thanks
ok, i will try dev + dev and see if it works
i tried dev+dev and it also worked, it seems only release+master fail in my environment.
maybe because i'm using an different distribution or gcc? Like you said, I guess dev+dev is a better idea.
always make clean
everything before you re-compile with a different branch. There's probably some problem with the current compilation flow. We are moving to a better CMake building flow. #279
i encounter errors when build accel-sim simulator following readme, and no previous issue related to this problem i ran
successfully, but failed when running
make -j -C ./gpu-simulator/
here are the error message:any solutions?